Shades of Olive Drab #588C09
Tints of Olive Drab #588C09
RGB
CMYK
RGB Variations
Color information
#588C09 (or 0x588C09) is known color: Olive Drab. HEX triplet: 58, 8C and 09. RGB value is (88,140,9). Sum of RGB (Red+Green+Blue) = 88+140+9=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #588C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588C09 is #A773F6. Grayscale: #6D6D6D. Windows color (decimal): -10974199 or 625752. OLE color: 625752.
HSL color Cylindrical-coordinate representation of color #588C09: hue angle of 83.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #588C09 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 9 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.45 |
| HSL | 83.82º | 0.88% | 0.29% | - |
| HSV(B) | 83.82º | 0.94% | 0.55% | - |
| XYZ | 13.45 | 20.85 | 3.57 | - |
| YUV | 109.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 9 | 0.37 | 0 | 0.94 | 0.45 | 83.82 | 0.88 | 0.29 |
| Hex | 58 | 8C | 9 | 25 | 0 | 5E | 2D | 54 | 58 | 1D |
| Octal | 130 | 214 | 11 | 45 | 0 | 136 | 55 | 124 | 130 | 35 |
| Binary | 1011000 | 10001100 | 1001 | 100101 | 0 | 1011110 | 101101 | 1010100 | 1011000 | 11101 |
Color Harmonies of #588C09
Complementary color
Monochromatic Colors of #588C09
Black with #588C09
Text Example
Text Example
White with #588C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C09; }
p { color: rgb(88,140,9); }
H1.HeaderClassName
{
color: #588C09;
}
.AnyTagClassName
{
color: #588C09;
}
</style>
background-color css
<style>
a { background-color: #588C09; }
a { background-color: rgb(88,140,9); }
div.DivClassName
{
background-color: #588C09;
}
.BgClassName
{
background-color: #588C09;
}
</style>
border-color css
<style>
span { border-color: #588C09; }
span { border-color: rgb(88,140,9); }
td.TdClassName
{
border-color: #588C09;
}
.TagClassName
{
border-color: #588C09;
}
</style>