Shades of Rain Forest #666F27
Tints of Rain Forest #666F27
RGB
CMYK
RGB Variations
Color information
#666F27 (or 0x666F27) is known color: Rain Forest. HEX triplet: 66, 6F and 27. RGB value is (102,111,39). Sum of RGB (Red+Green+Blue) = 102+111+39=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #666F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F27 is #9990D8. Grayscale: #646464. Windows color (decimal): -10064089 or 2584422. OLE color: 2584422.
HSL color Cylindrical-coordinate representation of color #666F27: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #666F27 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 39 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.56 |
| HSL | 67.5º | 0.48% | 0.29% | - |
| HSV(B) | 67.5º | 0.65% | 0.44% | - |
| XYZ | 11.53 | 14.34 | 4.08 | - |
| YUV | 100.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 39 | 0.08 | 0 | 0.65 | 0.56 | 67.5 | 0.48 | 0.29 |
| Hex | 66 | 6F | 27 | 8 | 0 | 41 | 38 | 44 | 30 | 1D |
| Octal | 146 | 157 | 47 | 10 | 0 | 101 | 70 | 104 | 60 | 35 |
| Binary | 1100110 | 1101111 | 100111 | 1000 | 0 | 1000001 | 111000 | 1000100 | 110000 | 11101 |
Color Harmonies of #666F27
Complementary color
Monochromatic Colors of #666F27
Black with #666F27
Text Example
Text Example
White with #666F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F27; }
p { color: rgb(102,111,39); }
H1.HeaderClassName
{
color: #666F27;
}
.AnyTagClassName
{
color: #666F27;
}
</style>
background-color css
<style>
a { background-color: #666F27; }
a { background-color: rgb(102,111,39); }
div.DivClassName
{
background-color: #666F27;
}
.BgClassName
{
background-color: #666F27;
}
</style>
border-color css
<style>
span { border-color: #666F27; }
span { border-color: rgb(102,111,39); }
td.TdClassName
{
border-color: #666F27;
}
.TagClassName
{
border-color: #666F27;
}
</style>