Shades of Olive Drab #589001
Tints of Olive Drab #589001
RGB
CMYK
RGB Variations
Color information
#589001 (or 0x589001) is known color: Olive Drab. HEX triplet: 58, 90 and 01. RGB value is (88,144,1). Sum of RGB (Red+Green+Blue) = 88+144+1=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #589001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589001 is #A76FFE. Grayscale: #6F6F6F. Windows color (decimal): -10973183 or 102488. OLE color: 102488.
HSL color Cylindrical-coordinate representation of color #589001: hue angle of 83.5º 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 #589001 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.44 |
| HSL | 83.5º | 0.99% | 0.28% | - |
| HSV(B) | 83.5º | 0.99% | 0.56% | - |
| XYZ | 14 | 22.02 | 3.54 | - |
| YUV | 110.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 1 | 0.39 | 0 | 0.99 | 0.44 | 83.5 | 0.99 | 0.28 |
| Hex | 58 | 90 | 1 | 27 | 0 | 63 | 2C | 53 | 63 | 1C |
| Octal | 130 | 220 | 1 | 47 | 0 | 143 | 54 | 123 | 143 | 34 |
| Binary | 1011000 | 10010000 | 1 | 100111 | 0 | 1100011 | 101100 | 1010011 | 1100011 | 11100 |
Color Harmonies of #589001
Complementary color
Monochromatic Colors of #589001
Black with #589001
Text Example
Text Example
White with #589001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589001; }
p { color: rgb(88,144,1); }
H1.HeaderClassName
{
color: #589001;
}
.AnyTagClassName
{
color: #589001;
}
</style>
background-color css
<style>
a { background-color: #589001; }
a { background-color: rgb(88,144,1); }
div.DivClassName
{
background-color: #589001;
}
.BgClassName
{
background-color: #589001;
}
</style>
border-color css
<style>
span { border-color: #589001; }
span { border-color: rgb(88,144,1); }
td.TdClassName
{
border-color: #589001;
}
.TagClassName
{
border-color: #589001;
}
</style>