Shades of Dark Olive Green #58702F
Tints of Dark Olive Green #58702F
RGB
CMYK
RGB Variations
Color information
#58702F (or 0x58702F) is known color: Dark Olive Green. HEX triplet: 58, 70 and 2F. RGB value is (88,112,47). Sum of RGB (Red+Green+Blue) = 88+112+47=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #58702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58702F is #A78FD0. Grayscale: #616161. Windows color (decimal): -10981329 or 3108952. OLE color: 3108952.
HSL color Cylindrical-coordinate representation of color #58702F: hue angle of 82.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58702F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 47 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.56 |
| HSL | 82.15º | 0.41% | 0.31% | - |
| HSV(B) | 82.15º | 0.58% | 0.44% | - |
| XYZ | 10.33 | 13.87 | 4.82 | - |
| YUV | 97.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 47 | 0.21 | 0 | 0.58 | 0.56 | 82.15 | 0.41 | 0.31 |
| Hex | 58 | 70 | 2F | 15 | 0 | 3A | 38 | 52 | 29 | 1F |
| Octal | 130 | 160 | 57 | 25 | 0 | 72 | 70 | 122 | 51 | 37 |
| Binary | 1011000 | 1110000 | 101111 | 10101 | 0 | 111010 | 111000 | 1010010 | 101001 | 11111 |
Color Harmonies of #58702F
Complementary color
Monochromatic Colors of #58702F
Black with #58702F
Text Example
Text Example
White with #58702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58702F; }
p { color: rgb(88,112,47); }
H1.HeaderClassName
{
color: #58702F;
}
.AnyTagClassName
{
color: #58702F;
}
</style>
background-color css
<style>
a { background-color: #58702F; }
a { background-color: rgb(88,112,47); }
div.DivClassName
{
background-color: #58702F;
}
.BgClassName
{
background-color: #58702F;
}
</style>
border-color css
<style>
span { border-color: #58702F; }
span { border-color: rgb(88,112,47); }
td.TdClassName
{
border-color: #58702F;
}
.TagClassName
{
border-color: #58702F;
}
</style>