Shades of Rain Forest #64762F
Tints of Rain Forest #64762F
RGB
CMYK
RGB Variations
Color information
#64762F (or 0x64762F) is known color: Rain Forest. HEX triplet: 64, 76 and 2F. RGB value is (100,118,47). Sum of RGB (Red+Green+Blue) = 100+118+47=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #64762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64762F is #9B89D0. Grayscale: #686868. Windows color (decimal): -10193361 or 3110500. OLE color: 3110500.
HSL color Cylindrical-coordinate representation of color #64762F: hue angle of 75.21º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64762F is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 47 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.54 |
| HSL | 75.21º | 0.43% | 0.32% | - |
| HSV(B) | 75.21º | 0.6% | 0.46% | - |
| XYZ | 12.25 | 15.87 | 5.11 | - |
| YUV | 104.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 47 | 0.15 | 0 | 0.60 | 0.54 | 75.21 | 0.43 | 0.32 |
| Hex | 64 | 76 | 2F | F | 0 | 3C | 36 | 4B | 2B | 20 |
| Octal | 144 | 166 | 57 | 17 | 0 | 74 | 66 | 113 | 53 | 40 |
| Binary | 1100100 | 1110110 | 101111 | 1111 | 0 | 111100 | 110110 | 1001011 | 101011 | 100000 |
Color Harmonies of #64762F
Complementary color
Monochromatic Colors of #64762F
Black with #64762F
Text Example
Text Example
White with #64762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64762F; }
p { color: rgb(100,118,47); }
H1.HeaderClassName
{
color: #64762F;
}
.AnyTagClassName
{
color: #64762F;
}
</style>
background-color css
<style>
a { background-color: #64762F; }
a { background-color: rgb(100,118,47); }
div.DivClassName
{
background-color: #64762F;
}
.BgClassName
{
background-color: #64762F;
}
</style>
border-color css
<style>
span { border-color: #64762F; }
span { border-color: rgb(100,118,47); }
td.TdClassName
{
border-color: #64762F;
}
.TagClassName
{
border-color: #64762F;
}
</style>