Shades of Olive Drab #588607
Tints of Olive Drab #588607
RGB
CMYK
RGB Variations
Color information
#588607 (or 0x588607) is known color: Olive Drab. HEX triplet: 58, 86 and 07. RGB value is (88,134,7). Sum of RGB (Red+Green+Blue) = 88+134+7=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #588607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588607 is #A779F8. Grayscale: #6A6A6A. Windows color (decimal): -10975737 or 493144. OLE color: 493144.
HSL color Cylindrical-coordinate representation of color #588607: hue angle of 81.73º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #588607 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 7 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.47 |
| HSL | 81.73º | 0.9% | 0.28% | - |
| HSV(B) | 81.73º | 0.95% | 0.53% | - |
| XYZ | 12.59 | 19.14 | 3.23 | - |
| YUV | 105.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 7 | 0.34 | 0 | 0.95 | 0.47 | 81.73 | 0.9 | 0.28 |
| Hex | 58 | 86 | 7 | 22 | 0 | 5F | 2F | 52 | 5A | 1C |
| Octal | 130 | 206 | 7 | 42 | 0 | 137 | 57 | 122 | 132 | 34 |
| Binary | 1011000 | 10000110 | 111 | 100010 | 0 | 1011111 | 101111 | 1010010 | 1011010 | 11100 |
Color Harmonies of #588607
Complementary color
Monochromatic Colors of #588607
Black with #588607
Text Example
Text Example
White with #588607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588607; }
p { color: rgb(88,134,7); }
H1.HeaderClassName
{
color: #588607;
}
.AnyTagClassName
{
color: #588607;
}
</style>
background-color css
<style>
a { background-color: #588607; }
a { background-color: rgb(88,134,7); }
div.DivClassName
{
background-color: #588607;
}
.BgClassName
{
background-color: #588607;
}
</style>
border-color css
<style>
span { border-color: #588607; }
span { border-color: rgb(88,134,7); }
td.TdClassName
{
border-color: #588607;
}
.TagClassName
{
border-color: #588607;
}
</style>