Shades of Olive Drab #58820E
Tints of Olive Drab #58820E
RGB
CMYK
RGB Variations
Color information
#58820E (or 0x58820E) is known color: Olive Drab. HEX triplet: 58, 82 and 0E. RGB value is (88,130,14). Sum of RGB (Red+Green+Blue) = 88+130+14=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #58820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58820E is #A77DF1. Grayscale: #686868. Windows color (decimal): -10976754 or 950872. OLE color: 950872.
HSL color Cylindrical-coordinate representation of color #58820E: hue angle of 81.72º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58820E is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 14 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.49 |
| HSL | 81.72º | 0.81% | 0.28% | - |
| HSV(B) | 81.72º | 0.89% | 0.51% | - |
| XYZ | 12.09 | 18.07 | 3.27 | - |
| YUV | 104.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 14 | 0.32 | 0 | 0.89 | 0.49 | 81.72 | 0.81 | 0.28 |
| Hex | 58 | 82 | E | 20 | 0 | 59 | 31 | 52 | 51 | 1C |
| Octal | 130 | 202 | 16 | 40 | 0 | 131 | 61 | 122 | 121 | 34 |
| Binary | 1011000 | 10000010 | 1110 | 100000 | 0 | 1011001 | 110001 | 1010010 | 1010001 | 11100 |
Color Harmonies of #58820E
Complementary color
Monochromatic Colors of #58820E
Black with #58820E
Text Example
Text Example
White with #58820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58820E; }
p { color: rgb(88,130,14); }
H1.HeaderClassName
{
color: #58820E;
}
.AnyTagClassName
{
color: #58820E;
}
</style>
background-color css
<style>
a { background-color: #58820E; }
a { background-color: rgb(88,130,14); }
div.DivClassName
{
background-color: #58820E;
}
.BgClassName
{
background-color: #58820E;
}
</style>
border-color css
<style>
span { border-color: #58820E; }
span { border-color: rgb(88,130,14); }
td.TdClassName
{
border-color: #58820E;
}
.TagClassName
{
border-color: #58820E;
}
</style>