Shades of Olive Drab #57880A
Tints of Olive Drab #57880A
RGB
CMYK
RGB Variations
Color information
#57880A (or 0x57880A) is known color: Olive Drab. HEX triplet: 57, 88 and 0A. RGB value is (87,136,10). Sum of RGB (Red+Green+Blue) = 87+136+10=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #57880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57880A is #A877F5. Grayscale: #6B6B6B. Windows color (decimal): -11040758 or 690263. OLE color: 690263.
HSL color Cylindrical-coordinate representation of color #57880A: hue angle of 83.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57880A is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 136 | 10 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.47 |
| HSL | 83.33º | 0.86% | 0.29% | - |
| HSV(B) | 83.33º | 0.93% | 0.53% | - |
| XYZ | 12.79 | 19.66 | 3.41 | - |
| YUV | 106.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 10 | 0.36 | 0 | 0.93 | 0.47 | 83.33 | 0.86 | 0.29 |
| Hex | 57 | 88 | A | 24 | 0 | 5D | 2F | 53 | 56 | 1D |
| Octal | 127 | 210 | 12 | 44 | 0 | 135 | 57 | 123 | 126 | 35 |
| Binary | 1010111 | 10001000 | 1010 | 100100 | 0 | 1011101 | 101111 | 1010011 | 1010110 | 11101 |
Color Harmonies of #57880A
Complementary color
Monochromatic Colors of #57880A
Black with #57880A
Text Example
Text Example
White with #57880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57880A; }
p { color: rgb(87,136,10); }
H1.HeaderClassName
{
color: #57880A;
}
.AnyTagClassName
{
color: #57880A;
}
</style>
background-color css
<style>
a { background-color: #57880A; }
a { background-color: rgb(87,136,10); }
div.DivClassName
{
background-color: #57880A;
}
.BgClassName
{
background-color: #57880A;
}
</style>
border-color css
<style>
span { border-color: #57880A; }
span { border-color: rgb(87,136,10); }
td.TdClassName
{
border-color: #57880A;
}
.TagClassName
{
border-color: #57880A;
}
</style>