Shades of Woodland #666942
Tints of Woodland #666942
RGB
CMYK
RGB Variations
Color information
#666942 (or 0x666942) is known color: Woodland. HEX triplet: 66, 69 and 42. RGB value is (102,105,66). Sum of RGB (Red+Green+Blue) = 102+105+66=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #666942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666942 is #9996BD. Grayscale: #636363. Windows color (decimal): -10065598 or 4352358. OLE color: 4352358.
HSL color Cylindrical-coordinate representation of color #666942: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666942 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 66 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.59 |
| HSL | 64.62º | 0.23% | 0.34% | - |
| HSV(B) | 64.62º | 0.37% | 0.41% | - |
| XYZ | 11.51 | 13.32 | 7.12 | - |
| YUV | 99.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 66 | 0.03 | 0 | 0.37 | 0.59 | 64.62 | 0.23 | 0.34 |
| Hex | 66 | 69 | 42 | 3 | 0 | 25 | 3B | 41 | 17 | 22 |
| Octal | 146 | 151 | 102 | 3 | 0 | 45 | 73 | 101 | 27 | 42 |
| Binary | 1100110 | 1101001 | 1000010 | 11 | 0 | 100101 | 111011 | 1000001 | 10111 | 100010 |
Color Harmonies of #666942
Complementary color
Monochromatic Colors of #666942
Black with #666942
Text Example
Text Example
White with #666942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666942; }
p { color: rgb(102,105,66); }
H1.HeaderClassName
{
color: #666942;
}
.AnyTagClassName
{
color: #666942;
}
</style>
background-color css
<style>
a { background-color: #666942; }
a { background-color: rgb(102,105,66); }
div.DivClassName
{
background-color: #666942;
}
.BgClassName
{
background-color: #666942;
}
</style>
border-color css
<style>
span { border-color: #666942; }
span { border-color: rgb(102,105,66); }
td.TdClassName
{
border-color: #666942;
}
.TagClassName
{
border-color: #666942;
}
</style>