Shades of Olive Drab #578504
Tints of Olive Drab #578504
RGB
CMYK
RGB Variations
Color information
#578504 (or 0x578504) is known color: Olive Drab. HEX triplet: 57, 85 and 04. RGB value is (87,133,4). Sum of RGB (Red+Green+Blue) = 87+133+4=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #578504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578504 is #A87AFB. Grayscale: #696969. Windows color (decimal): -11041532 or 296279. OLE color: 296279.
HSL color Cylindrical-coordinate representation of color #578504: hue angle of 81.4º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #578504 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 4 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.48 |
| HSL | 81.4º | 0.94% | 0.27% | - |
| HSV(B) | 81.4º | 0.97% | 0.52% | - |
| XYZ | 12.34 | 18.81 | 3.1 | - |
| YUV | 104.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 4 | 0.35 | 0 | 0.97 | 0.48 | 81.4 | 0.94 | 0.27 |
| Hex | 57 | 85 | 4 | 23 | 0 | 61 | 30 | 51 | 5E | 1B |
| Octal | 127 | 205 | 4 | 43 | 0 | 141 | 60 | 121 | 136 | 33 |
| Binary | 1010111 | 10000101 | 100 | 100011 | 0 | 1100001 | 110000 | 1010001 | 1011110 | 11011 |
Color Harmonies of #578504
Complementary color
Monochromatic Colors of #578504
Black with #578504
Text Example
Text Example
White with #578504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578504; }
p { color: rgb(87,133,4); }
H1.HeaderClassName
{
color: #578504;
}
.AnyTagClassName
{
color: #578504;
}
</style>
background-color css
<style>
a { background-color: #578504; }
a { background-color: rgb(87,133,4); }
div.DivClassName
{
background-color: #578504;
}
.BgClassName
{
background-color: #578504;
}
</style>
border-color css
<style>
span { border-color: #578504; }
span { border-color: rgb(87,133,4); }
td.TdClassName
{
border-color: #578504;
}
.TagClassName
{
border-color: #578504;
}
</style>