Shades of Rain Forest #64762A
Tints of Rain Forest #64762A
RGB
CMYK
RGB Variations
Color information
#64762A (or 0x64762A) is known color: Rain Forest. HEX triplet: 64, 76 and 2A. RGB value is (100,118,42). Sum of RGB (Red+Green+Blue) = 100+118+42=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #64762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64762A is #9B89D5. Grayscale: #686868. Windows color (decimal): -10193366 or 2782820. OLE color: 2782820.
HSL color Cylindrical-coordinate representation of color #64762A: hue angle of 74.21º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64762A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 42 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.54 |
| HSL | 74.21º | 0.48% | 0.31% | - |
| HSV(B) | 74.21º | 0.64% | 0.46% | - |
| XYZ | 12.15 | 15.83 | 4.61 | - |
| YUV | 103.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 42 | 0.15 | 0 | 0.64 | 0.54 | 74.21 | 0.48 | 0.31 |
| Hex | 64 | 76 | 2A | F | 0 | 40 | 36 | 4A | 30 | 1F |
| Octal | 144 | 166 | 52 | 17 | 0 | 100 | 66 | 112 | 60 | 37 |
| Binary | 1100100 | 1110110 | 101010 | 1111 | 0 | 1000000 | 110110 | 1001010 | 110000 | 11111 |
Color Harmonies of #64762A
Complementary color
Monochromatic Colors of #64762A
Black with #64762A
Text Example
Text Example
White with #64762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64762A; }
p { color: rgb(100,118,42); }
H1.HeaderClassName
{
color: #64762A;
}
.AnyTagClassName
{
color: #64762A;
}
</style>
background-color css
<style>
a { background-color: #64762A; }
a { background-color: rgb(100,118,42); }
div.DivClassName
{
background-color: #64762A;
}
.BgClassName
{
background-color: #64762A;
}
</style>
border-color css
<style>
span { border-color: #64762A; }
span { border-color: rgb(100,118,42); }
td.TdClassName
{
border-color: #64762A;
}
.TagClassName
{
border-color: #64762A;
}
</style>