Shades of Woodland #6E723B
Tints of Woodland #6E723B
RGB
CMYK
RGB Variations
Color information
#6E723B (or 0x6E723B) is known color: Woodland. HEX triplet: 6E, 72 and 3B. RGB value is (110,114,59). Sum of RGB (Red+Green+Blue) = 110+114+59=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #6E723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E723B is #918DC4. Grayscale: #6A6A6A. Windows color (decimal): -9539013 or 3895918. OLE color: 3895918.
HSL color Cylindrical-coordinate representation of color #6E723B: hue angle of 64.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E723B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 59 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.55 |
| HSL | 64.36º | 0.32% | 0.34% | - |
| HSV(B) | 64.36º | 0.48% | 0.45% | - |
| XYZ | 13.24 | 15.67 | 6.46 | - |
| YUV | 106.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 59 | 0.04 | 0 | 0.48 | 0.55 | 64.36 | 0.32 | 0.34 |
| Hex | 6E | 72 | 3B | 4 | 0 | 30 | 37 | 40 | 20 | 22 |
| Octal | 156 | 162 | 73 | 4 | 0 | 60 | 67 | 100 | 40 | 42 |
| Binary | 1101110 | 1110010 | 111011 | 100 | 0 | 110000 | 110111 | 1000000 | 100000 | 100010 |
Color Harmonies of #6E723B
Complementary color
Monochromatic Colors of #6E723B
Black with #6E723B
Text Example
Text Example
White with #6E723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E723B; }
p { color: rgb(110,114,59); }
H1.HeaderClassName
{
color: #6E723B;
}
.AnyTagClassName
{
color: #6E723B;
}
</style>
background-color css
<style>
a { background-color: #6E723B; }
a { background-color: rgb(110,114,59); }
div.DivClassName
{
background-color: #6E723B;
}
.BgClassName
{
background-color: #6E723B;
}
</style>
border-color css
<style>
span { border-color: #6E723B; }
span { border-color: rgb(110,114,59); }
td.TdClassName
{
border-color: #6E723B;
}
.TagClassName
{
border-color: #6E723B;
}
</style>