<HTML> <HEAD> <TITLE>RGBtoHex: an RGB to Hexidecimal Color Converter</TITLE> </HEAD> <BODY> <H2>RGBtoHex</H2> <P>RGBtoHex converts standard RGB values (three 0 to 255 ASCII numbers indicating red, green, and blue), into a hexadecimal triplet that can be used for the background and text colors in Netscape 1.1b1 or in any other program that requires colors in this format. <P>RGB2toHex was written by Eric Murray and Laura Lemay, and is in the public domain. Feel free to install <A HREF="http://www.lne.com/src/rgb.cgi">the source</A> for this program on your own system (it requires the <A HREF="http://pubweb.nexor.co.uk/public/perl/metaFAQ/metaFAQ.html">perl</A> language and <A HREF="http://www.bio.cam.ac.uk/web/form.html">cgi-lib.pl</A>) but please credit us for it (you can use the signature at the bottom of this form). <HR> <FORM METHOD=POST ACTION="http://www.cs.cf.ac.uk/User-bin/Dave.Marshall/rgb.pl"> <P>Please enter the RGB values for your color: <P>Red (0-255): <INPUT TYPE="text" NAME="red"><BR> Green (0-255): <INPUT TYPE="text" NAME="green"><BR> Blue (0-255): <INPUT TYPE="text" NAME="blue"><BR> <INPUT TYPE="submit" VALUE="Submit Values"><INPUT TYPE="reset" VALUE="Clear Values"> </form> <HR> <ADDRESS> RGBtoHex was written by <A HREF="http://www.lne.com/lemay/">Laura Lemay</A> and <A HREF="http://www.lne.com/ericm/">Eric Murray</A> </ADDRESS> </body> </html> </plaintext>