Shades of Olive Drab #58800D
Tints of Olive Drab #58800D
RGB
CMYK
RGB Variations
Color information
#58800D (or 0x58800D) is known color: Olive Drab. HEX triplet: 58, 80 and 0D. RGB value is (88,128,13). Sum of RGB (Red+Green+Blue) = 88+128+13=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #58800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58800D is #A77FF2. Grayscale: #676767. Windows color (decimal): -10977267 or 884824. OLE color: 884824.
HSL color Cylindrical-coordinate representation of color #58800D: hue angle of 80.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58800D is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 128 | 13 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.50 |
| HSL | 80.87º | 0.82% | 0.28% | - |
| HSV(B) | 80.87º | 0.9% | 0.5% | - |
| XYZ | 11.82 | 17.54 | 3.14 | - |
| YUV | 102.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 13 | 0.31 | 0 | 0.90 | 0.50 | 80.87 | 0.82 | 0.28 |
| Hex | 58 | 80 | D | 1F | 0 | 5A | 32 | 51 | 52 | 1C |
| Octal | 130 | 200 | 15 | 37 | 0 | 132 | 62 | 121 | 122 | 34 |
| Binary | 1011000 | 10000000 | 1101 | 11111 | 0 | 1011010 | 110010 | 1010001 | 1010010 | 11100 |
Color Harmonies of #58800D
Complementary color
Monochromatic Colors of #58800D
Black with #58800D
Text Example
Text Example
White with #58800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58800D; }
p { color: rgb(88,128,13); }
H1.HeaderClassName
{
color: #58800D;
}
.AnyTagClassName
{
color: #58800D;
}
</style>
background-color css
<style>
a { background-color: #58800D; }
a { background-color: rgb(88,128,13); }
div.DivClassName
{
background-color: #58800D;
}
.BgClassName
{
background-color: #58800D;
}
</style>
border-color css
<style>
span { border-color: #58800D; }
span { border-color: rgb(88,128,13); }
td.TdClassName
{
border-color: #58800D;
}
.TagClassName
{
border-color: #58800D;
}
</style>