Shades of Woodland #696F41
Tints of Woodland #696F41
RGB
CMYK
RGB Variations
Color information
#696F41 (or 0x696F41) is known color: Woodland. HEX triplet: 69, 6F and 41. RGB value is (105,111,65). Sum of RGB (Red+Green+Blue) = 105+111+65=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #696F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F41 is #9690BE. Grayscale: #686868. Windows color (decimal): -9867455 or 4288361. OLE color: 4288361.
HSL color Cylindrical-coordinate representation of color #696F41: hue angle of 67.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696F41 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 65 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.56 |
| HSL | 67.83º | 0.26% | 0.35% | - |
| HSV(B) | 67.83º | 0.41% | 0.44% | - |
| XYZ | 12.46 | 14.75 | 7.19 | - |
| YUV | 103.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 65 | 0.05 | 0 | 0.41 | 0.56 | 67.83 | 0.26 | 0.35 |
| Hex | 69 | 6F | 41 | 5 | 0 | 29 | 38 | 44 | 1A | 23 |
| Octal | 151 | 157 | 101 | 5 | 0 | 51 | 70 | 104 | 32 | 43 |
| Binary | 1101001 | 1101111 | 1000001 | 101 | 0 | 101001 | 111000 | 1000100 | 11010 | 100011 |
Color Harmonies of #696F41
Complementary color
Monochromatic Colors of #696F41
Black with #696F41
Text Example
Text Example
White with #696F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F41; }
p { color: rgb(105,111,65); }
H1.HeaderClassName
{
color: #696F41;
}
.AnyTagClassName
{
color: #696F41;
}
</style>
background-color css
<style>
a { background-color: #696F41; }
a { background-color: rgb(105,111,65); }
div.DivClassName
{
background-color: #696F41;
}
.BgClassName
{
background-color: #696F41;
}
</style>
border-color css
<style>
span { border-color: #696F41; }
span { border-color: rgb(105,111,65); }
td.TdClassName
{
border-color: #696F41;
}
.TagClassName
{
border-color: #696F41;
}
</style>