Shades of Olive Drab #58810B
Tints of Olive Drab #58810B
RGB
CMYK
RGB Variations
Color information
#58810B (or 0x58810B) is known color: Olive Drab. HEX triplet: 58, 81 and 0B. RGB value is (88,129,11). Sum of RGB (Red+Green+Blue) = 88+129+11=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #58810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58810B is #A77EF4. Grayscale: #676767. Windows color (decimal): -10977013 or 754008. OLE color: 754008.
HSL color Cylindrical-coordinate representation of color #58810B: hue angle of 80.85º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58810B is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 11 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.49 |
| HSL | 80.85º | 0.84% | 0.27% | - |
| HSV(B) | 80.85º | 0.91% | 0.51% | - |
| XYZ | 11.94 | 17.8 | 3.12 | - |
| YUV | 103.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 11 | 0.32 | 0 | 0.91 | 0.49 | 80.85 | 0.84 | 0.27 |
| Hex | 58 | 81 | B | 20 | 0 | 5B | 31 | 51 | 54 | 1B |
| Octal | 130 | 201 | 13 | 40 | 0 | 133 | 61 | 121 | 124 | 33 |
| Binary | 1011000 | 10000001 | 1011 | 100000 | 0 | 1011011 | 110001 | 1010001 | 1010100 | 11011 |
Color Harmonies of #58810B
Complementary color
Monochromatic Colors of #58810B
Black with #58810B
Text Example
Text Example
White with #58810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58810B; }
p { color: rgb(88,129,11); }
H1.HeaderClassName
{
color: #58810B;
}
.AnyTagClassName
{
color: #58810B;
}
</style>
background-color css
<style>
a { background-color: #58810B; }
a { background-color: rgb(88,129,11); }
div.DivClassName
{
background-color: #58810B;
}
.BgClassName
{
background-color: #58810B;
}
</style>
border-color css
<style>
span { border-color: #58810B; }
span { border-color: rgb(88,129,11); }
td.TdClassName
{
border-color: #58810B;
}
.TagClassName
{
border-color: #58810B;
}
</style>