Shades of Olive Drab #578010
Tints of Olive Drab #578010
RGB
CMYK
RGB Variations
Color information
#578010 (or 0x578010) is known color: Olive Drab. HEX triplet: 57, 80 and 10. RGB value is (87,128,16). Sum of RGB (Red+Green+Blue) = 87+128+16=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #578010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578010 is #A87FEF. Grayscale: #676767. Windows color (decimal): -11042800 or 1081431. OLE color: 1081431.
HSL color Cylindrical-coordinate representation of color #578010: hue angle of 81.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #578010 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 16 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.50 |
| HSL | 81.96º | 0.78% | 0.28% | - |
| HSV(B) | 81.96º | 0.88% | 0.5% | - |
| XYZ | 11.74 | 17.5 | 3.25 | - |
| YUV | 102.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 16 | 0.32 | 0 | 0.88 | 0.50 | 81.96 | 0.78 | 0.28 |
| Hex | 57 | 80 | 10 | 20 | 0 | 58 | 32 | 52 | 4E | 1C |
| Octal | 127 | 200 | 20 | 40 | 0 | 130 | 62 | 122 | 116 | 34 |
| Binary | 1010111 | 10000000 | 10000 | 100000 | 0 | 1011000 | 110010 | 1010010 | 1001110 | 11100 |
Color Harmonies of #578010
Complementary color
Monochromatic Colors of #578010
Black with #578010
Text Example
Text Example
White with #578010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578010; }
p { color: rgb(87,128,16); }
H1.HeaderClassName
{
color: #578010;
}
.AnyTagClassName
{
color: #578010;
}
</style>
background-color css
<style>
a { background-color: #578010; }
a { background-color: rgb(87,128,16); }
div.DivClassName
{
background-color: #578010;
}
.BgClassName
{
background-color: #578010;
}
</style>
border-color css
<style>
span { border-color: #578010; }
span { border-color: rgb(87,128,16); }
td.TdClassName
{
border-color: #578010;
}
.TagClassName
{
border-color: #578010;
}
</style>