Shades of Olive Drab #588F01
Tints of Olive Drab #588F01
RGB
CMYK
RGB Variations
Color information
#588F01 (or 0x588F01) is known color: Olive Drab. HEX triplet: 58, 8F and 01. RGB value is (88,143,1). Sum of RGB (Red+Green+Blue) = 88+143+1=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #588F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588F01 is #A770FE. Grayscale: #6E6E6E. Windows color (decimal): -10973439 or 102232. OLE color: 102232.
HSL color Cylindrical-coordinate representation of color #588F01: hue angle of 83.24º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #588F01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 143 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.44 |
| HSL | 83.24º | 0.99% | 0.28% | - |
| HSV(B) | 83.24º | 0.99% | 0.56% | - |
| XYZ | 13.85 | 21.72 | 3.49 | - |
| YUV | 110.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 143 | 1 | 0.38 | 0 | 0.99 | 0.44 | 83.24 | 0.99 | 0.28 |
| Hex | 58 | 8F | 1 | 26 | 0 | 63 | 2C | 53 | 63 | 1C |
| Octal | 130 | 217 | 1 | 46 | 0 | 143 | 54 | 123 | 143 | 34 |
| Binary | 1011000 | 10001111 | 1 | 100110 | 0 | 1100011 | 101100 | 1010011 | 1100011 | 11100 |
Color Harmonies of #588F01
Complementary color
Monochromatic Colors of #588F01
Black with #588F01
Text Example
Text Example
White with #588F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588F01; }
p { color: rgb(88,143,1); }
H1.HeaderClassName
{
color: #588F01;
}
.AnyTagClassName
{
color: #588F01;
}
</style>
background-color css
<style>
a { background-color: #588F01; }
a { background-color: rgb(88,143,1); }
div.DivClassName
{
background-color: #588F01;
}
.BgClassName
{
background-color: #588F01;
}
</style>
border-color css
<style>
span { border-color: #588F01; }
span { border-color: rgb(88,143,1); }
td.TdClassName
{
border-color: #588F01;
}
.TagClassName
{
border-color: #588F01;
}
</style>