Shades of Dark Olive Green #58772D
Tints of Dark Olive Green #58772D
RGB
CMYK
RGB Variations
Color information
#58772D (or 0x58772D) is known color: Dark Olive Green. HEX triplet: 58, 77 and 2D. RGB value is (88,119,45). Sum of RGB (Red+Green+Blue) = 88+119+45=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #58772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58772D is #A788D2. Grayscale: #656565. Windows color (decimal): -10979539 or 2979672. OLE color: 2979672.
HSL color Cylindrical-coordinate representation of color #58772D: hue angle of 85.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58772D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 45 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.53 |
| HSL | 85.14º | 0.45% | 0.32% | - |
| HSV(B) | 85.14º | 0.62% | 0.47% | - |
| XYZ | 11.09 | 15.46 | 4.88 | - |
| YUV | 101.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 45 | 0.26 | 0 | 0.62 | 0.53 | 85.14 | 0.45 | 0.32 |
| Hex | 58 | 77 | 2D | 1A | 0 | 3E | 35 | 55 | 2D | 20 |
| Octal | 130 | 167 | 55 | 32 | 0 | 76 | 65 | 125 | 55 | 40 |
| Binary | 1011000 | 1110111 | 101101 | 11010 | 0 | 111110 | 110101 | 1010101 | 101101 | 100000 |
Color Harmonies of #58772D
Complementary color
Monochromatic Colors of #58772D
Black with #58772D
Text Example
Text Example
White with #58772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58772D; }
p { color: rgb(88,119,45); }
H1.HeaderClassName
{
color: #58772D;
}
.AnyTagClassName
{
color: #58772D;
}
</style>
background-color css
<style>
a { background-color: #58772D; }
a { background-color: rgb(88,119,45); }
div.DivClassName
{
background-color: #58772D;
}
.BgClassName
{
background-color: #58772D;
}
</style>
border-color css
<style>
span { border-color: #58772D; }
span { border-color: rgb(88,119,45); }
td.TdClassName
{
border-color: #58772D;
}
.TagClassName
{
border-color: #58772D;
}
</style>