Shades of Rain Forest #666D27
Tints of Rain Forest #666D27
RGB
CMYK
RGB Variations
Color information
#666D27 (or 0x666D27) is known color: Rain Forest. HEX triplet: 66, 6D and 27. RGB value is (102,109,39). Sum of RGB (Red+Green+Blue) = 102+109+39=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #666D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D27 is #9992D8. Grayscale: #636363. Windows color (decimal): -10064601 or 2583910. OLE color: 2583910.
HSL color Cylindrical-coordinate representation of color #666D27: hue angle of 66º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #666D27 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 39 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.57 |
| HSL | 66º | 0.47% | 0.29% | - |
| HSV(B) | 66º | 0.64% | 0.43% | - |
| XYZ | 11.31 | 13.91 | 4.01 | - |
| YUV | 98.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 39 | 0.06 | 0 | 0.64 | 0.57 | 66 | 0.47 | 0.29 |
| Hex | 66 | 6D | 27 | 6 | 0 | 40 | 39 | 42 | 2F | 1D |
| Octal | 146 | 155 | 47 | 6 | 0 | 100 | 71 | 102 | 57 | 35 |
| Binary | 1100110 | 1101101 | 100111 | 110 | 0 | 1000000 | 111001 | 1000010 | 101111 | 11101 |
Color Harmonies of #666D27
Complementary color
Monochromatic Colors of #666D27
Black with #666D27
Text Example
Text Example
White with #666D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D27; }
p { color: rgb(102,109,39); }
H1.HeaderClassName
{
color: #666D27;
}
.AnyTagClassName
{
color: #666D27;
}
</style>
background-color css
<style>
a { background-color: #666D27; }
a { background-color: rgb(102,109,39); }
div.DivClassName
{
background-color: #666D27;
}
.BgClassName
{
background-color: #666D27;
}
</style>
border-color css
<style>
span { border-color: #666D27; }
span { border-color: rgb(102,109,39); }
td.TdClassName
{
border-color: #666D27;
}
.TagClassName
{
border-color: #666D27;
}
</style>