Shades of Rain Forest #666D28
Tints of Rain Forest #666D28
RGB
CMYK
RGB Variations
Color information
#666D28 (or 0x666D28) is known color: Rain Forest. HEX triplet: 66, 6D and 28. RGB value is (102,109,40). Sum of RGB (Red+Green+Blue) = 102+109+40=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #666D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D28 is #9992D7. Grayscale: #636363. Windows color (decimal): -10064600 or 2649446. OLE color: 2649446.
HSL color Cylindrical-coordinate representation of color #666D28: hue angle of 66.09º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #666D28 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 40 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.57 |
| HSL | 66.09º | 0.46% | 0.29% | - |
| HSV(B) | 66.09º | 0.63% | 0.43% | - |
| XYZ | 11.33 | 13.92 | 4.1 | - |
| YUV | 99.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 40 | 0.06 | 0 | 0.63 | 0.57 | 66.09 | 0.46 | 0.29 |
| Hex | 66 | 6D | 28 | 6 | 0 | 3F | 39 | 42 | 2E | 1D |
| Octal | 146 | 155 | 50 | 6 | 0 | 77 | 71 | 102 | 56 | 35 |
| Binary | 1100110 | 1101101 | 101000 | 110 | 0 | 111111 | 111001 | 1000010 | 101110 | 11101 |
Color Harmonies of #666D28
Complementary color
Monochromatic Colors of #666D28
Black with #666D28
Text Example
Text Example
White with #666D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D28; }
p { color: rgb(102,109,40); }
H1.HeaderClassName
{
color: #666D28;
}
.AnyTagClassName
{
color: #666D28;
}
</style>
background-color css
<style>
a { background-color: #666D28; }
a { background-color: rgb(102,109,40); }
div.DivClassName
{
background-color: #666D28;
}
.BgClassName
{
background-color: #666D28;
}
</style>
border-color css
<style>
span { border-color: #666D28; }
span { border-color: rgb(102,109,40); }
td.TdClassName
{
border-color: #666D28;
}
.TagClassName
{
border-color: #666D28;
}
</style>