Shades of Olive Drab #588806
Tints of Olive Drab #588806
RGB
CMYK
RGB Variations
Color information
#588806 (or 0x588806) is known color: Olive Drab. HEX triplet: 58, 88 and 06. RGB value is (88,136,6). Sum of RGB (Red+Green+Blue) = 88+136+6=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #588806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588806 is #A777F9. Grayscale: #6B6B6B. Windows color (decimal): -10975226 or 428120. OLE color: 428120.
HSL color Cylindrical-coordinate representation of color #588806: hue angle of 82.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #588806 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.47 |
| HSL | 82.15º | 0.92% | 0.28% | - |
| HSV(B) | 82.15º | 0.96% | 0.53% | - |
| XYZ | 12.86 | 19.7 | 3.3 | - |
| YUV | 106.83 | 71.1 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 6 | 0.35 | 0 | 0.96 | 0.47 | 82.15 | 0.92 | 0.28 |
| Hex | 58 | 88 | 6 | 23 | 0 | 60 | 2F | 52 | 5C | 1C |
| Octal | 130 | 210 | 6 | 43 | 0 | 140 | 57 | 122 | 134 | 34 |
| Binary | 1011000 | 10001000 | 110 | 100011 | 0 | 1100000 | 101111 | 1010010 | 1011100 | 11100 |
Color Harmonies of #588806
Complementary color
Monochromatic Colors of #588806
Black with #588806
Text Example
Text Example
White with #588806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588806; }
p { color: rgb(88,136,6); }
H1.HeaderClassName
{
color: #588806;
}
.AnyTagClassName
{
color: #588806;
}
</style>
background-color css
<style>
a { background-color: #588806; }
a { background-color: rgb(88,136,6); }
div.DivClassName
{
background-color: #588806;
}
.BgClassName
{
background-color: #588806;
}
</style>
border-color css
<style>
span { border-color: #588806; }
span { border-color: rgb(88,136,6); }
td.TdClassName
{
border-color: #588806;
}
.TagClassName
{
border-color: #588806;
}
</style>