Shades of Woodland #666F40
Tints of Woodland #666F40
RGB
CMYK
RGB Variations
Color information
#666F40 (or 0x666F40) is known color: Woodland. HEX triplet: 66, 6F and 40. RGB value is (102,111,64). Sum of RGB (Red+Green+Blue) = 102+111+64=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #666F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F40 is #9990BF. Grayscale: #676767. Windows color (decimal): -10064064 or 4222822. OLE color: 4222822.
HSL color Cylindrical-coordinate representation of color #666F40: hue angle of 71.49º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666F40 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 64 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.56 |
| HSL | 71.49º | 0.27% | 0.34% | - |
| HSV(B) | 71.49º | 0.42% | 0.44% | - |
| XYZ | 12.09 | 14.56 | 7.02 | - |
| YUV | 102.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 64 | 0.08 | 0 | 0.42 | 0.56 | 71.49 | 0.27 | 0.34 |
| Hex | 66 | 6F | 40 | 8 | 0 | 2A | 38 | 47 | 1B | 22 |
| Octal | 146 | 157 | 100 | 10 | 0 | 52 | 70 | 107 | 33 | 42 |
| Binary | 1100110 | 1101111 | 1000000 | 1000 | 0 | 101010 | 111000 | 1000111 | 11011 | 100010 |
Color Harmonies of #666F40
Complementary color
Monochromatic Colors of #666F40
Black with #666F40
Text Example
Text Example
White with #666F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F40; }
p { color: rgb(102,111,64); }
H1.HeaderClassName
{
color: #666F40;
}
.AnyTagClassName
{
color: #666F40;
}
</style>
background-color css
<style>
a { background-color: #666F40; }
a { background-color: rgb(102,111,64); }
div.DivClassName
{
background-color: #666F40;
}
.BgClassName
{
background-color: #666F40;
}
</style>
border-color css
<style>
span { border-color: #666F40; }
span { border-color: rgb(102,111,64); }
td.TdClassName
{
border-color: #666F40;
}
.TagClassName
{
border-color: #666F40;
}
</style>