Shades of Olive Drab #578502
Tints of Olive Drab #578502
RGB
CMYK
RGB Variations
Color information
#578502 (or 0x578502) is known color: Olive Drab. HEX triplet: 57, 85 and 02. RGB value is (87,133,2). Sum of RGB (Red+Green+Blue) = 87+133+2=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #578502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578502 is #A87AFD. Grayscale: #686868. Windows color (decimal): -11041534 or 165207. OLE color: 165207.
HSL color Cylindrical-coordinate representation of color #578502: hue angle of 81.07º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #578502 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.48 |
| HSL | 81.07º | 0.97% | 0.26% | - |
| HSV(B) | 81.07º | 0.98% | 0.52% | - |
| XYZ | 12.33 | 18.81 | 3.04 | - |
| YUV | 104.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 2 | 0.35 | 0 | 0.98 | 0.48 | 81.07 | 0.97 | 0.26 |
| Hex | 57 | 85 | 2 | 23 | 0 | 62 | 30 | 51 | 61 | 1A |
| Octal | 127 | 205 | 2 | 43 | 0 | 142 | 60 | 121 | 141 | 32 |
| Binary | 1010111 | 10000101 | 10 | 100011 | 0 | 1100010 | 110000 | 1010001 | 1100001 | 11010 |
Color Harmonies of #578502
Complementary color
Monochromatic Colors of #578502
Black with #578502
Text Example
Text Example
White with #578502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578502; }
p { color: rgb(87,133,2); }
H1.HeaderClassName
{
color: #578502;
}
.AnyTagClassName
{
color: #578502;
}
</style>
background-color css
<style>
a { background-color: #578502; }
a { background-color: rgb(87,133,2); }
div.DivClassName
{
background-color: #578502;
}
.BgClassName
{
background-color: #578502;
}
</style>
border-color css
<style>
span { border-color: #578502; }
span { border-color: rgb(87,133,2); }
td.TdClassName
{
border-color: #578502;
}
.TagClassName
{
border-color: #578502;
}
</style>