Shades of Olive Drab #58810F
Tints of Olive Drab #58810F
RGB
CMYK
RGB Variations
Color information
#58810F (or 0x58810F) is known color: Olive Drab. HEX triplet: 58, 81 and 0F. RGB value is (88,129,15). Sum of RGB (Red+Green+Blue) = 88+129+15=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #58810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58810F is #A77EF0. Grayscale: #686868. Windows color (decimal): -10977009 or 1016152. OLE color: 1016152.
HSL color Cylindrical-coordinate representation of color #58810F: hue angle of 81.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58810F is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 15 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.49 |
| HSL | 81.58º | 0.79% | 0.28% | - |
| HSV(B) | 81.58º | 0.88% | 0.51% | - |
| XYZ | 11.96 | 17.81 | 3.26 | - |
| YUV | 103.75 | 77.92 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 15 | 0.32 | 0 | 0.88 | 0.49 | 81.58 | 0.79 | 0.28 |
| Hex | 58 | 81 | F | 20 | 0 | 58 | 31 | 52 | 4F | 1C |
| Octal | 130 | 201 | 17 | 40 | 0 | 130 | 61 | 122 | 117 | 34 |
| Binary | 1011000 | 10000001 | 1111 | 100000 | 0 | 1011000 | 110001 | 1010010 | 1001111 | 11100 |
Color Harmonies of #58810F
Complementary color
Monochromatic Colors of #58810F
Black with #58810F
Text Example
Text Example
White with #58810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58810F; }
p { color: rgb(88,129,15); }
H1.HeaderClassName
{
color: #58810F;
}
.AnyTagClassName
{
color: #58810F;
}
</style>
background-color css
<style>
a { background-color: #58810F; }
a { background-color: rgb(88,129,15); }
div.DivClassName
{
background-color: #58810F;
}
.BgClassName
{
background-color: #58810F;
}
</style>
border-color css
<style>
span { border-color: #58810F; }
span { border-color: rgb(88,129,15); }
td.TdClassName
{
border-color: #58810F;
}
.TagClassName
{
border-color: #58810F;
}
</style>