Shades of Olive Drab #57880C
Tints of Olive Drab #57880C
RGB
CMYK
RGB Variations
Color information
#57880C (or 0x57880C) is known color: Olive Drab. HEX triplet: 57, 88 and 0C. RGB value is (87,136,12). Sum of RGB (Red+Green+Blue) = 87+136+12=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #57880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57880C is #A877F3. Grayscale: #6B6B6B. Windows color (decimal): -11040756 or 821335. OLE color: 821335.
HSL color Cylindrical-coordinate representation of color #57880C: hue angle of 83.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57880C is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 136 | 12 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.47 |
| HSL | 83.71º | 0.84% | 0.29% | - |
| HSV(B) | 83.71º | 0.91% | 0.53% | - |
| XYZ | 12.8 | 19.66 | 3.47 | - |
| YUV | 107.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 12 | 0.36 | 0 | 0.91 | 0.47 | 83.71 | 0.84 | 0.29 |
| Hex | 57 | 88 | C | 24 | 0 | 5B | 2F | 54 | 54 | 1D |
| Octal | 127 | 210 | 14 | 44 | 0 | 133 | 57 | 124 | 124 | 35 |
| Binary | 1010111 | 10001000 | 1100 | 100100 | 0 | 1011011 | 101111 | 1010100 | 1010100 | 11101 |
Color Harmonies of #57880C
Complementary color
Monochromatic Colors of #57880C
Black with #57880C
Text Example
Text Example
White with #57880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57880C; }
p { color: rgb(87,136,12); }
H1.HeaderClassName
{
color: #57880C;
}
.AnyTagClassName
{
color: #57880C;
}
</style>
background-color css
<style>
a { background-color: #57880C; }
a { background-color: rgb(87,136,12); }
div.DivClassName
{
background-color: #57880C;
}
.BgClassName
{
background-color: #57880C;
}
</style>
border-color css
<style>
span { border-color: #57880C; }
span { border-color: rgb(87,136,12); }
td.TdClassName
{
border-color: #57880C;
}
.TagClassName
{
border-color: #57880C;
}
</style>