Shades of Dark Olive Green #58702E
Tints of Dark Olive Green #58702E
RGB
CMYK
RGB Variations
Color information
#58702E (or 0x58702E) is known color: Dark Olive Green. HEX triplet: 58, 70 and 2E. RGB value is (88,112,46). Sum of RGB (Red+Green+Blue) = 88+112+46=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #58702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58702E is #A78FD1. Grayscale: #616161. Windows color (decimal): -10981330 or 3043416. OLE color: 3043416.
HSL color Cylindrical-coordinate representation of color #58702E: hue angle of 81.82º 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 #58702E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 46 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.56 |
| HSL | 81.82º | 0.42% | 0.31% | - |
| HSV(B) | 81.82º | 0.59% | 0.44% | - |
| XYZ | 10.31 | 13.86 | 4.72 | - |
| YUV | 97.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 46 | 0.21 | 0 | 0.59 | 0.56 | 81.82 | 0.42 | 0.31 |
| Hex | 58 | 70 | 2E | 15 | 0 | 3B | 38 | 52 | 2A | 1F |
| Octal | 130 | 160 | 56 | 25 | 0 | 73 | 70 | 122 | 52 | 37 |
| Binary | 1011000 | 1110000 | 101110 | 10101 | 0 | 111011 | 111000 | 1010010 | 101010 | 11111 |
Color Harmonies of #58702E
Complementary color
Monochromatic Colors of #58702E
Black with #58702E
Text Example
Text Example
White with #58702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58702E; }
p { color: rgb(88,112,46); }
H1.HeaderClassName
{
color: #58702E;
}
.AnyTagClassName
{
color: #58702E;
}
</style>
background-color css
<style>
a { background-color: #58702E; }
a { background-color: rgb(88,112,46); }
div.DivClassName
{
background-color: #58702E;
}
.BgClassName
{
background-color: #58702E;
}
</style>
border-color css
<style>
span { border-color: #58702E; }
span { border-color: rgb(88,112,46); }
td.TdClassName
{
border-color: #58702E;
}
.TagClassName
{
border-color: #58702E;
}
</style>