Shades of Woodland #666940
Tints of Woodland #666940
RGB
CMYK
RGB Variations
Color information
#666940 (or 0x666940) is known color: Woodland. HEX triplet: 66, 69 and 40. RGB value is (102,105,64). Sum of RGB (Red+Green+Blue) = 102+105+64=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #666940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666940 is #9996BF. Grayscale: #636363. Windows color (decimal): -10065600 or 4221286. OLE color: 4221286.
HSL color Cylindrical-coordinate representation of color #666940: hue angle of 64.39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666940 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 64 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.59 |
| HSL | 64.39º | 0.24% | 0.33% | - |
| HSV(B) | 64.39º | 0.39% | 0.41% | - |
| XYZ | 11.46 | 13.3 | 6.81 | - |
| YUV | 99.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 64 | 0.03 | 0 | 0.39 | 0.59 | 64.39 | 0.24 | 0.33 |
| Hex | 66 | 69 | 40 | 3 | 0 | 27 | 3B | 40 | 18 | 21 |
| Octal | 146 | 151 | 100 | 3 | 0 | 47 | 73 | 100 | 30 | 41 |
| Binary | 1100110 | 1101001 | 1000000 | 11 | 0 | 100111 | 111011 | 1000000 | 11000 | 100001 |
Color Harmonies of #666940
Complementary color
Monochromatic Colors of #666940
Black with #666940
Text Example
Text Example
White with #666940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666940; }
p { color: rgb(102,105,64); }
H1.HeaderClassName
{
color: #666940;
}
.AnyTagClassName
{
color: #666940;
}
</style>
background-color css
<style>
a { background-color: #666940; }
a { background-color: rgb(102,105,64); }
div.DivClassName
{
background-color: #666940;
}
.BgClassName
{
background-color: #666940;
}
</style>
border-color css
<style>
span { border-color: #666940; }
span { border-color: rgb(102,105,64); }
td.TdClassName
{
border-color: #666940;
}
.TagClassName
{
border-color: #666940;
}
</style>