Shades of Rain Forest #666D2F
Tints of Rain Forest #666D2F
RGB
CMYK
RGB Variations
Color information
#666D2F (or 0x666D2F) is known color: Rain Forest. HEX triplet: 66, 6D and 2F. RGB value is (102,109,47). Sum of RGB (Red+Green+Blue) = 102+109+47=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #666D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D2F is #9992D0. Grayscale: #646464. Windows color (decimal): -10064593 or 3108198. OLE color: 3108198.
HSL color Cylindrical-coordinate representation of color #666D2F: hue angle of 66.77º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #666D2F is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 47 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.57 |
| HSL | 66.77º | 0.4% | 0.31% | - |
| HSV(B) | 66.77º | 0.57% | 0.43% | - |
| XYZ | 11.46 | 13.97 | 4.78 | - |
| YUV | 99.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 47 | 0.06 | 0 | 0.57 | 0.57 | 66.77 | 0.4 | 0.31 |
| Hex | 66 | 6D | 2F | 6 | 0 | 39 | 39 | 43 | 28 | 1F |
| Octal | 146 | 155 | 57 | 6 | 0 | 71 | 71 | 103 | 50 | 37 |
| Binary | 1100110 | 1101101 | 101111 | 110 | 0 | 111001 | 111001 | 1000011 | 101000 | 11111 |
Color Harmonies of #666D2F
Complementary color
Monochromatic Colors of #666D2F
Black with #666D2F
Text Example
Text Example
White with #666D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D2F; }
p { color: rgb(102,109,47); }
H1.HeaderClassName
{
color: #666D2F;
}
.AnyTagClassName
{
color: #666D2F;
}
</style>
background-color css
<style>
a { background-color: #666D2F; }
a { background-color: rgb(102,109,47); }
div.DivClassName
{
background-color: #666D2F;
}
.BgClassName
{
background-color: #666D2F;
}
</style>
border-color css
<style>
span { border-color: #666D2F; }
span { border-color: rgb(102,109,47); }
td.TdClassName
{
border-color: #666D2F;
}
.TagClassName
{
border-color: #666D2F;
}
</style>