Shades of Woodland #6E7240
Tints of Woodland #6E7240
RGB
CMYK
RGB Variations
Color information
#6E7240 (or 0x6E7240) is known color: Woodland. HEX triplet: 6E, 72 and 40. RGB value is (110,114,64). Sum of RGB (Red+Green+Blue) = 110+114+64=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7240 is #918DBF. Grayscale: #6B6B6B. Windows color (decimal): -9539008 or 4223598. OLE color: 4223598.
HSL color Cylindrical-coordinate representation of color #6E7240: hue angle of 64.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7240 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 64 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.55 |
| HSL | 64.8º | 0.28% | 0.35% | - |
| HSV(B) | 64.8º | 0.44% | 0.45% | - |
| XYZ | 13.37 | 15.72 | 7.18 | - |
| YUV | 107.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 64 | 0.04 | 0 | 0.44 | 0.55 | 64.8 | 0.28 | 0.35 |
| Hex | 6E | 72 | 40 | 4 | 0 | 2C | 37 | 41 | 1C | 23 |
| Octal | 156 | 162 | 100 | 4 | 0 | 54 | 67 | 101 | 34 | 43 |
| Binary | 1101110 | 1110010 | 1000000 | 100 | 0 | 101100 | 110111 | 1000001 | 11100 | 100011 |
Color Harmonies of #6E7240
Complementary color
Monochromatic Colors of #6E7240
Black with #6E7240
Text Example
Text Example
White with #6E7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7240; }
p { color: rgb(110,114,64); }
H1.HeaderClassName
{
color: #6E7240;
}
.AnyTagClassName
{
color: #6E7240;
}
</style>
background-color css
<style>
a { background-color: #6E7240; }
a { background-color: rgb(110,114,64); }
div.DivClassName
{
background-color: #6E7240;
}
.BgClassName
{
background-color: #6E7240;
}
</style>
border-color css
<style>
span { border-color: #6E7240; }
span { border-color: rgb(110,114,64); }
td.TdClassName
{
border-color: #6E7240;
}
.TagClassName
{
border-color: #6E7240;
}
</style>