Shades of Dark Olive Green #59702E
Tints of Dark Olive Green #59702E
RGB
CMYK
RGB Variations
Color information
#59702E (or 0x59702E) is known color: Dark Olive Green. HEX triplet: 59, 70 and 2E. RGB value is (89,112,46). Sum of RGB (Red+Green+Blue) = 89+112+46=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #59702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59702E is #A68FD1. Grayscale: #616161. Windows color (decimal): -10915794 or 3043417. OLE color: 3043417.
HSL color Cylindrical-coordinate representation of color #59702E: hue angle of 80.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59702E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 46 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.56 |
| HSL | 80.91º | 0.42% | 0.31% | - |
| HSV(B) | 80.91º | 0.59% | 0.44% | - |
| XYZ | 10.41 | 13.91 | 4.72 | - |
| YUV | 97.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 46 | 0.21 | 0 | 0.59 | 0.56 | 80.91 | 0.42 | 0.31 |
| Hex | 59 | 70 | 2E | 15 | 0 | 3B | 38 | 51 | 2A | 1F |
| Octal | 131 | 160 | 56 | 25 | 0 | 73 | 70 | 121 | 52 | 37 |
| Binary | 1011001 | 1110000 | 101110 | 10101 | 0 | 111011 | 111000 | 1010001 | 101010 | 11111 |
Color Harmonies of #59702E
Complementary color
Monochromatic Colors of #59702E
Black with #59702E
Text Example
Text Example
White with #59702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59702E; }
p { color: rgb(89,112,46); }
H1.HeaderClassName
{
color: #59702E;
}
.AnyTagClassName
{
color: #59702E;
}
</style>
background-color css
<style>
a { background-color: #59702E; }
a { background-color: rgb(89,112,46); }
div.DivClassName
{
background-color: #59702E;
}
.BgClassName
{
background-color: #59702E;
}
</style>
border-color css
<style>
span { border-color: #59702E; }
span { border-color: rgb(89,112,46); }
td.TdClassName
{
border-color: #59702E;
}
.TagClassName
{
border-color: #59702E;
}
</style>