Shades of Olive Drab #578114
Tints of Olive Drab #578114
RGB
CMYK
RGB Variations
Color information
#578114 (or 0x578114) is known color: Olive Drab. HEX triplet: 57, 81 and 14. RGB value is (87,129,20). Sum of RGB (Red+Green+Blue) = 87+129+20=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #578114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578114 is #A87EEB. Grayscale: #686868. Windows color (decimal): -11042540 or 1343831. OLE color: 1343831.
HSL color Cylindrical-coordinate representation of color #578114: hue angle of 83.12º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #578114 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 129 | 20 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.49 |
| HSL | 83.12º | 0.73% | 0.29% | - |
| HSV(B) | 83.12º | 0.84% | 0.51% | - |
| XYZ | 11.91 | 17.78 | 3.47 | - |
| YUV | 104.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 20 | 0.33 | 0 | 0.84 | 0.49 | 83.12 | 0.73 | 0.29 |
| Hex | 57 | 81 | 14 | 21 | 0 | 54 | 31 | 53 | 49 | 1D |
| Octal | 127 | 201 | 24 | 41 | 0 | 124 | 61 | 123 | 111 | 35 |
| Binary | 1010111 | 10000001 | 10100 | 100001 | 0 | 1010100 | 110001 | 1010011 | 1001001 | 11101 |
Color Harmonies of #578114
Complementary color
Monochromatic Colors of #578114
Black with #578114
Text Example
Text Example
White with #578114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578114; }
p { color: rgb(87,129,20); }
H1.HeaderClassName
{
color: #578114;
}
.AnyTagClassName
{
color: #578114;
}
</style>
background-color css
<style>
a { background-color: #578114; }
a { background-color: rgb(87,129,20); }
div.DivClassName
{
background-color: #578114;
}
.BgClassName
{
background-color: #578114;
}
</style>
border-color css
<style>
span { border-color: #578114; }
span { border-color: rgb(87,129,20); }
td.TdClassName
{
border-color: #578114;
}
.TagClassName
{
border-color: #578114;
}
</style>