Shades of Olive Drab #588808
Tints of Olive Drab #588808
RGB
CMYK
RGB Variations
Color information
#588808 (or 0x588808) is known color: Olive Drab. HEX triplet: 58, 88 and 08. RGB value is (88,136,8). Sum of RGB (Red+Green+Blue) = 88+136+8=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #588808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588808 is #A777F7. Grayscale: #6B6B6B. Windows color (decimal): -10975224 or 559192. OLE color: 559192.
HSL color Cylindrical-coordinate representation of color #588808: hue angle of 82.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #588808 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 8 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.47 |
| HSL | 82.5º | 0.89% | 0.28% | - |
| HSV(B) | 82.5º | 0.94% | 0.53% | - |
| XYZ | 12.87 | 19.7 | 3.35 | - |
| YUV | 107.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 8 | 0.35 | 0 | 0.94 | 0.47 | 82.5 | 0.89 | 0.28 |
| Hex | 58 | 88 | 8 | 23 | 0 | 5E | 2F | 52 | 59 | 1C |
| Octal | 130 | 210 | 10 | 43 | 0 | 136 | 57 | 122 | 131 | 34 |
| Binary | 1011000 | 10001000 | 1000 | 100011 | 0 | 1011110 | 101111 | 1010010 | 1011001 | 11100 |
Color Harmonies of #588808
Complementary color
Monochromatic Colors of #588808
Black with #588808
Text Example
Text Example
White with #588808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588808; }
p { color: rgb(88,136,8); }
H1.HeaderClassName
{
color: #588808;
}
.AnyTagClassName
{
color: #588808;
}
</style>
background-color css
<style>
a { background-color: #588808; }
a { background-color: rgb(88,136,8); }
div.DivClassName
{
background-color: #588808;
}
.BgClassName
{
background-color: #588808;
}
</style>
border-color css
<style>
span { border-color: #588808; }
span { border-color: rgb(88,136,8); }
td.TdClassName
{
border-color: #588808;
}
.TagClassName
{
border-color: #588808;
}
</style>