Shades of Olive Drab #588701
Tints of Olive Drab #588701
RGB
CMYK
RGB Variations
Color information
#588701 (or 0x588701) is known color: Olive Drab. HEX triplet: 58, 87 and 01. RGB value is (88,135,1). Sum of RGB (Red+Green+Blue) = 88+135+1=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #588701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588701 is #A778FE. Grayscale: #6A6A6A. Windows color (decimal): -10975487 or 100184. OLE color: 100184.
HSL color Cylindrical-coordinate representation of color #588701: hue angle of 81.04º degrees, saturation: 0.99, 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 #588701 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 135 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.47 |
| HSL | 81.04º | 0.99% | 0.27% | - |
| HSV(B) | 81.04º | 0.99% | 0.53% | - |
| XYZ | 12.69 | 19.4 | 3.11 | - |
| YUV | 105.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 1 | 0.35 | 0 | 0.99 | 0.47 | 81.04 | 0.99 | 0.27 |
| Hex | 58 | 87 | 1 | 23 | 0 | 63 | 2F | 51 | 63 | 1B |
| Octal | 130 | 207 | 1 | 43 | 0 | 143 | 57 | 121 | 143 | 33 |
| Binary | 1011000 | 10000111 | 1 | 100011 | 0 | 1100011 | 101111 | 1010001 | 1100011 | 11011 |
Color Harmonies of #588701
Complementary color
Monochromatic Colors of #588701
Black with #588701
Text Example
Text Example
White with #588701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588701; }
p { color: rgb(88,135,1); }
H1.HeaderClassName
{
color: #588701;
}
.AnyTagClassName
{
color: #588701;
}
</style>
background-color css
<style>
a { background-color: #588701; }
a { background-color: rgb(88,135,1); }
div.DivClassName
{
background-color: #588701;
}
.BgClassName
{
background-color: #588701;
}
</style>
border-color css
<style>
span { border-color: #588701; }
span { border-color: rgb(88,135,1); }
td.TdClassName
{
border-color: #588701;
}
.TagClassName
{
border-color: #588701;
}
</style>