Shades of Olive Drab #588608
Tints of Olive Drab #588608
RGB
CMYK
RGB Variations
Color information
#588608 (or 0x588608) is known color: Olive Drab. HEX triplet: 58, 86 and 08. RGB value is (88,134,8). Sum of RGB (Red+Green+Blue) = 88+134+8=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #588608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588608 is #A779F7. Grayscale: #6A6A6A. Windows color (decimal): -10975736 or 558680. OLE color: 558680.
HSL color Cylindrical-coordinate representation of color #588608: hue angle of 81.9º 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 #588608 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.47 |
| HSL | 81.9º | 0.89% | 0.28% | - |
| HSV(B) | 81.9º | 0.94% | 0.53% | - |
| XYZ | 12.59 | 19.14 | 3.26 | - |
| YUV | 105.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 8 | 0.34 | 0 | 0.94 | 0.47 | 81.9 | 0.89 | 0.28 |
| Hex | 58 | 86 | 8 | 22 | 0 | 5E | 2F | 52 | 59 | 1C |
| Octal | 130 | 206 | 10 | 42 | 0 | 136 | 57 | 122 | 131 | 34 |
| Binary | 1011000 | 10000110 | 1000 | 100010 | 0 | 1011110 | 101111 | 1010010 | 1011001 | 11100 |
Color Harmonies of #588608
Complementary color
Monochromatic Colors of #588608
Black with #588608
Text Example
Text Example
White with #588608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588608; }
p { color: rgb(88,134,8); }
H1.HeaderClassName
{
color: #588608;
}
.AnyTagClassName
{
color: #588608;
}
</style>
background-color css
<style>
a { background-color: #588608; }
a { background-color: rgb(88,134,8); }
div.DivClassName
{
background-color: #588608;
}
.BgClassName
{
background-color: #588608;
}
</style>
border-color css
<style>
span { border-color: #588608; }
span { border-color: rgb(88,134,8); }
td.TdClassName
{
border-color: #588608;
}
.TagClassName
{
border-color: #588608;
}
</style>