Shades of Olive Drab #589102
Tints of Olive Drab #589102
RGB
CMYK
RGB Variations
Color information
#589102 (or 0x589102) is known color: Olive Drab. HEX triplet: 58, 91 and 02. RGB value is (88,145,2). Sum of RGB (Red+Green+Blue) = 88+145+2=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #589102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589102 is #A76EFD. Grayscale: #707070. Windows color (decimal): -10972926 or 168280. OLE color: 168280.
HSL color Cylindrical-coordinate representation of color #589102: hue angle of 83.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #589102 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.43 |
| HSL | 83.92º | 0.97% | 0.29% | - |
| HSV(B) | 83.92º | 0.99% | 0.57% | - |
| XYZ | 14.16 | 22.33 | 3.62 | - |
| YUV | 111.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 2 | 0.39 | 0 | 0.99 | 0.43 | 83.92 | 0.97 | 0.29 |
| Hex | 58 | 91 | 2 | 27 | 0 | 63 | 2B | 54 | 61 | 1D |
| Octal | 130 | 221 | 2 | 47 | 0 | 143 | 53 | 124 | 141 | 35 |
| Binary | 1011000 | 10010001 | 10 | 100111 | 0 | 1100011 | 101011 | 1010100 | 1100001 | 11101 |
Color Harmonies of #589102
Complementary color
Monochromatic Colors of #589102
Black with #589102
Text Example
Text Example
White with #589102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589102; }
p { color: rgb(88,145,2); }
H1.HeaderClassName
{
color: #589102;
}
.AnyTagClassName
{
color: #589102;
}
</style>
background-color css
<style>
a { background-color: #589102; }
a { background-color: rgb(88,145,2); }
div.DivClassName
{
background-color: #589102;
}
.BgClassName
{
background-color: #589102;
}
</style>
border-color css
<style>
span { border-color: #589102; }
span { border-color: rgb(88,145,2); }
td.TdClassName
{
border-color: #589102;
}
.TagClassName
{
border-color: #589102;
}
</style>