Shades of Woodland #686D40
Tints of Woodland #686D40
RGB
CMYK
RGB Variations
Color information
#686D40 (or 0x686D40) is known color: Woodland. HEX triplet: 68, 6D and 40. RGB value is (104,109,64). Sum of RGB (Red+Green+Blue) = 104+109+64=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #686D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D40 is #9792BF. Grayscale: #666666. Windows color (decimal): -9933504 or 4222312. OLE color: 4222312.
HSL color Cylindrical-coordinate representation of color #686D40: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686D40 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 64 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.57 |
| HSL | 66.67º | 0.26% | 0.34% | - |
| HSV(B) | 66.67º | 0.41% | 0.43% | - |
| XYZ | 12.1 | 14.25 | 6.96 | - |
| YUV | 102.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 64 | 0.05 | 0 | 0.41 | 0.57 | 66.67 | 0.26 | 0.34 |
| Hex | 68 | 6D | 40 | 5 | 0 | 29 | 39 | 43 | 1A | 22 |
| Octal | 150 | 155 | 100 | 5 | 0 | 51 | 71 | 103 | 32 | 42 |
| Binary | 1101000 | 1101101 | 1000000 | 101 | 0 | 101001 | 111001 | 1000011 | 11010 | 100010 |
Color Harmonies of #686D40
Complementary color
Monochromatic Colors of #686D40
Black with #686D40
Text Example
Text Example
White with #686D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D40; }
p { color: rgb(104,109,64); }
H1.HeaderClassName
{
color: #686D40;
}
.AnyTagClassName
{
color: #686D40;
}
</style>
background-color css
<style>
a { background-color: #686D40; }
a { background-color: rgb(104,109,64); }
div.DivClassName
{
background-color: #686D40;
}
.BgClassName
{
background-color: #686D40;
}
</style>
border-color css
<style>
span { border-color: #686D40; }
span { border-color: rgb(104,109,64); }
td.TdClassName
{
border-color: #686D40;
}
.TagClassName
{
border-color: #686D40;
}
</style>