Shades of Woodland #696E40
Tints of Woodland #696E40
RGB
CMYK
RGB Variations
Color information
#696E40 (or 0x696E40) is known color: Woodland. HEX triplet: 69, 6E and 40. RGB value is (105,110,64). Sum of RGB (Red+Green+Blue) = 105+110+64=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #696E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E40 is #9691BF. Grayscale: #676767. Windows color (decimal): -9867712 or 4222569. OLE color: 4222569.
HSL color Cylindrical-coordinate representation of color #696E40: hue angle of 66.52º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696E40 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 64 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.57 |
| HSL | 66.52º | 0.26% | 0.34% | - |
| HSV(B) | 66.52º | 0.42% | 0.43% | - |
| XYZ | 12.33 | 14.53 | 7 | - |
| YUV | 103.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 64 | 0.05 | 0 | 0.42 | 0.57 | 66.52 | 0.26 | 0.34 |
| Hex | 69 | 6E | 40 | 5 | 0 | 2A | 39 | 43 | 1A | 22 |
| Octal | 151 | 156 | 100 | 5 | 0 | 52 | 71 | 103 | 32 | 42 |
| Binary | 1101001 | 1101110 | 1000000 | 101 | 0 | 101010 | 111001 | 1000011 | 11010 | 100010 |
Color Harmonies of #696E40
Complementary color
Monochromatic Colors of #696E40
Black with #696E40
Text Example
Text Example
White with #696E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E40; }
p { color: rgb(105,110,64); }
H1.HeaderClassName
{
color: #696E40;
}
.AnyTagClassName
{
color: #696E40;
}
</style>
background-color css
<style>
a { background-color: #696E40; }
a { background-color: rgb(105,110,64); }
div.DivClassName
{
background-color: #696E40;
}
.BgClassName
{
background-color: #696E40;
}
</style>
border-color css
<style>
span { border-color: #696E40; }
span { border-color: rgb(105,110,64); }
td.TdClassName
{
border-color: #696E40;
}
.TagClassName
{
border-color: #696E40;
}
</style>