Shades of Dark Olive Green #58762C
Tints of Dark Olive Green #58762C
RGB
CMYK
RGB Variations
Color information
#58762C (or 0x58762C) is known color: Dark Olive Green. HEX triplet: 58, 76 and 2C. RGB value is (88,118,44). Sum of RGB (Red+Green+Blue) = 88+118+44=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #58762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58762C is #A789D3. Grayscale: #646464. Windows color (decimal): -10979796 or 2913880. OLE color: 2913880.
HSL color Cylindrical-coordinate representation of color #58762C: hue angle of 84.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58762C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 44 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.54 |
| HSL | 84.32º | 0.46% | 0.32% | - |
| HSV(B) | 84.32º | 0.63% | 0.46% | - |
| XYZ | 10.96 | 15.21 | 4.74 | - |
| YUV | 100.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 44 | 0.25 | 0 | 0.63 | 0.54 | 84.32 | 0.46 | 0.32 |
| Hex | 58 | 76 | 2C | 19 | 0 | 3F | 36 | 54 | 2E | 20 |
| Octal | 130 | 166 | 54 | 31 | 0 | 77 | 66 | 124 | 56 | 40 |
| Binary | 1011000 | 1110110 | 101100 | 11001 | 0 | 111111 | 110110 | 1010100 | 101110 | 100000 |
Color Harmonies of #58762C
Complementary color
Monochromatic Colors of #58762C
Black with #58762C
Text Example
Text Example
White with #58762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58762C; }
p { color: rgb(88,118,44); }
H1.HeaderClassName
{
color: #58762C;
}
.AnyTagClassName
{
color: #58762C;
}
</style>
background-color css
<style>
a { background-color: #58762C; }
a { background-color: rgb(88,118,44); }
div.DivClassName
{
background-color: #58762C;
}
.BgClassName
{
background-color: #58762C;
}
</style>
border-color css
<style>
span { border-color: #58762C; }
span { border-color: rgb(88,118,44); }
td.TdClassName
{
border-color: #58762C;
}
.TagClassName
{
border-color: #58762C;
}
</style>