Shades of Olive Drab #579100
Tints of Olive Drab #579100
RGB
CMYK
RGB Variations
Color information
#579100 (or 0x579100) is known color: Olive Drab. HEX triplet: 57, 91 and 00. RGB value is (87,145,0). Sum of RGB (Red+Green+Blue) = 87+145+0=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #579100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579100 is #A86EFF. Grayscale: #6F6F6F. Windows color (decimal): -11038464 or 37207. OLE color: 37207.
HSL color Cylindrical-coordinate representation of color #579100: hue angle of 84º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #579100 is Cyan = 0.4, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 145 | 0 | - |
| CMYK | 0.4 | 0 | 1 | 0.43 |
| HSL | 84º | 1% | 0.28% | - |
| HSV(B) | 84º | 1% | 0.57% | - |
| XYZ | 14.06 | 22.28 | 3.56 | - |
| YUV | 111.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 0 | 0.4 | 0 | 1 | 0.43 | 84 | 1 | 0.28 |
| Hex | 57 | 91 | 0 | 28 | 0 | 64 | 2B | 54 | 64 | 1C |
| Octal | 127 | 221 | 0 | 50 | 0 | 144 | 53 | 124 | 144 | 34 |
| Binary | 1010111 | 10010001 | 0 | 101000 | 0 | 1100100 | 101011 | 1010100 | 1100100 | 11100 |
Color Harmonies of #579100
Complementary color
Monochromatic Colors of #579100
Black with #579100
Text Example
Text Example
White with #579100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579100; }
p { color: rgb(87,145,0); }
H1.HeaderClassName
{
color: #579100;
}
.AnyTagClassName
{
color: #579100;
}
</style>
background-color css
<style>
a { background-color: #579100; }
a { background-color: rgb(87,145,0); }
div.DivClassName
{
background-color: #579100;
}
.BgClassName
{
background-color: #579100;
}
</style>
border-color css
<style>
span { border-color: #579100; }
span { border-color: rgb(87,145,0); }
td.TdClassName
{
border-color: #579100;
}
.TagClassName
{
border-color: #579100;
}
</style>