Shades of Woodland #6E7840
Tints of Woodland #6E7840
RGB
CMYK
RGB Variations
Color information
#6E7840 (or 0x6E7840) is known color: Woodland. HEX triplet: 6E, 78 and 40. RGB value is (110,120,64). Sum of RGB (Red+Green+Blue) = 110+120+64=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7840 is #9187BF. Grayscale: #6E6E6E. Windows color (decimal): -9537472 or 4225134. OLE color: 4225134.
HSL color Cylindrical-coordinate representation of color #6E7840: hue angle of 70.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E7840 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 64 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.53 |
| HSL | 70.71º | 0.3% | 0.36% | - |
| HSV(B) | 70.71º | 0.47% | 0.47% | - |
| XYZ | 14.07 | 17.12 | 7.41 | - |
| YUV | 110.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 64 | 0.08 | 0 | 0.47 | 0.53 | 70.71 | 0.3 | 0.36 |
| Hex | 6E | 78 | 40 | 8 | 0 | 2F | 35 | 47 | 1E | 24 |
| Octal | 156 | 170 | 100 | 10 | 0 | 57 | 65 | 107 | 36 | 44 |
| Binary | 1101110 | 1111000 | 1000000 | 1000 | 0 | 101111 | 110101 | 1000111 | 11110 | 100100 |
Color Harmonies of #6E7840
Complementary color
Monochromatic Colors of #6E7840
Black with #6E7840
Text Example
Text Example
White with #6E7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7840; }
p { color: rgb(110,120,64); }
H1.HeaderClassName
{
color: #6E7840;
}
.AnyTagClassName
{
color: #6E7840;
}
</style>
background-color css
<style>
a { background-color: #6E7840; }
a { background-color: rgb(110,120,64); }
div.DivClassName
{
background-color: #6E7840;
}
.BgClassName
{
background-color: #6E7840;
}
</style>
border-color css
<style>
span { border-color: #6E7840; }
span { border-color: rgb(110,120,64); }
td.TdClassName
{
border-color: #6E7840;
}
.TagClassName
{
border-color: #6E7840;
}
</style>