Shades of Olive Drab #588802
Tints of Olive Drab #588802
RGB
CMYK
RGB Variations
Color information
#588802 (or 0x588802) is known color: Olive Drab. HEX triplet: 58, 88 and 02. RGB value is (88,136,2). Sum of RGB (Red+Green+Blue) = 88+136+2=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #588802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588802 is #A777FD. Grayscale: #6A6A6A. Windows color (decimal): -10975230 or 165976. OLE color: 165976.
HSL color Cylindrical-coordinate representation of color #588802: hue angle of 81.49º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #588802 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.47 |
| HSL | 81.49º | 0.97% | 0.27% | - |
| HSV(B) | 81.49º | 0.99% | 0.53% | - |
| XYZ | 12.84 | 19.69 | 3.18 | - |
| YUV | 106.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 2 | 0.35 | 0 | 0.99 | 0.47 | 81.49 | 0.97 | 0.27 |
| Hex | 58 | 88 | 2 | 23 | 0 | 63 | 2F | 51 | 61 | 1B |
| Octal | 130 | 210 | 2 | 43 | 0 | 143 | 57 | 121 | 141 | 33 |
| Binary | 1011000 | 10001000 | 10 | 100011 | 0 | 1100011 | 101111 | 1010001 | 1100001 | 11011 |
Color Harmonies of #588802
Complementary color
Monochromatic Colors of #588802
Black with #588802
Text Example
Text Example
White with #588802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588802; }
p { color: rgb(88,136,2); }
H1.HeaderClassName
{
color: #588802;
}
.AnyTagClassName
{
color: #588802;
}
</style>
background-color css
<style>
a { background-color: #588802; }
a { background-color: rgb(88,136,2); }
div.DivClassName
{
background-color: #588802;
}
.BgClassName
{
background-color: #588802;
}
</style>
border-color css
<style>
span { border-color: #588802; }
span { border-color: rgb(88,136,2); }
td.TdClassName
{
border-color: #588802;
}
.TagClassName
{
border-color: #588802;
}
</style>