Shades of Dark Olive Green #58762A
Tints of Dark Olive Green #58762A
RGB
CMYK
RGB Variations
Color information
#58762A (or 0x58762A) is known color: Dark Olive Green. HEX triplet: 58, 76 and 2A. RGB value is (88,118,42). Sum of RGB (Red+Green+Blue) = 88+118+42=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #58762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58762A is #A789D5. Grayscale: #646464. Windows color (decimal): -10979798 or 2782808. OLE color: 2782808.
HSL color Cylindrical-coordinate representation of color #58762A: hue angle of 83.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58762A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 42 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.54 |
| HSL | 83.68º | 0.48% | 0.31% | - |
| HSV(B) | 83.68º | 0.64% | 0.46% | - |
| XYZ | 10.92 | 15.2 | 4.55 | - |
| YUV | 100.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 42 | 0.25 | 0 | 0.64 | 0.54 | 83.68 | 0.48 | 0.31 |
| Hex | 58 | 76 | 2A | 19 | 0 | 40 | 36 | 54 | 30 | 1F |
| Octal | 130 | 166 | 52 | 31 | 0 | 100 | 66 | 124 | 60 | 37 |
| Binary | 1011000 | 1110110 | 101010 | 11001 | 0 | 1000000 | 110110 | 1010100 | 110000 | 11111 |
Color Harmonies of #58762A
Complementary color
Monochromatic Colors of #58762A
Black with #58762A
Text Example
Text Example
White with #58762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58762A; }
p { color: rgb(88,118,42); }
H1.HeaderClassName
{
color: #58762A;
}
.AnyTagClassName
{
color: #58762A;
}
</style>
background-color css
<style>
a { background-color: #58762A; }
a { background-color: rgb(88,118,42); }
div.DivClassName
{
background-color: #58762A;
}
.BgClassName
{
background-color: #58762A;
}
</style>
border-color css
<style>
span { border-color: #58762A; }
span { border-color: rgb(88,118,42); }
td.TdClassName
{
border-color: #58762A;
}
.TagClassName
{
border-color: #58762A;
}
</style>