Shades of Woodland #6E7841
Tints of Woodland #6E7841
RGB
CMYK
RGB Variations
Color information
#6E7841 (or 0x6E7841) is known color: Woodland. HEX triplet: 6E, 78 and 41. RGB value is (110,120,65). Sum of RGB (Red+Green+Blue) = 110+120+65=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7841 is #9187BE. Grayscale: #6E6E6E. Windows color (decimal): -9537471 or 4290670. OLE color: 4290670.
HSL color Cylindrical-coordinate representation of color #6E7841: hue angle of 70.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7841 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 65 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.53 |
| HSL | 70.91º | 0.3% | 0.36% | - |
| HSV(B) | 70.91º | 0.46% | 0.47% | - |
| XYZ | 14.1 | 17.13 | 7.56 | - |
| YUV | 110.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 65 | 0.08 | 0 | 0.46 | 0.53 | 70.91 | 0.3 | 0.36 |
| Hex | 6E | 78 | 41 | 8 | 0 | 2E | 35 | 47 | 1E | 24 |
| Octal | 156 | 170 | 101 | 10 | 0 | 56 | 65 | 107 | 36 | 44 |
| Binary | 1101110 | 1111000 | 1000001 | 1000 | 0 | 101110 | 110101 | 1000111 | 11110 | 100100 |
Color Harmonies of #6E7841
Complementary color
Monochromatic Colors of #6E7841
Black with #6E7841
Text Example
Text Example
White with #6E7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7841; }
p { color: rgb(110,120,65); }
H1.HeaderClassName
{
color: #6E7841;
}
.AnyTagClassName
{
color: #6E7841;
}
</style>
background-color css
<style>
a { background-color: #6E7841; }
a { background-color: rgb(110,120,65); }
div.DivClassName
{
background-color: #6E7841;
}
.BgClassName
{
background-color: #6E7841;
}
</style>
border-color css
<style>
span { border-color: #6E7841; }
span { border-color: rgb(110,120,65); }
td.TdClassName
{
border-color: #6E7841;
}
.TagClassName
{
border-color: #6E7841;
}
</style>