Shades of Olive #878412
Tints of Olive #878412
RGB
CMYK
RGB Variations
Color information
#878412 (or 0x878412) is known color: Olive. HEX triplet: 87, 84 and 12. RGB value is (135,132,18). Sum of RGB (Red+Green+Blue) = 135+132+18=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #878412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878412 is #787BED. Grayscale: #787878. Windows color (decimal): -7896046 or 1213575. OLE color: 1213575.
HSL color Cylindrical-coordinate representation of color #878412: hue angle of 58.46º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #878412 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 18 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.47 |
| HSL | 58.46º | 0.76% | 0.3% | - |
| HSV(B) | 58.46º | 0.87% | 0.53% | - |
| XYZ | 18.35 | 21.7 | 3.79 | - |
| YUV | 119.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 18 | 0 | 0.02 | 0.87 | 0.47 | 58.46 | 0.76 | 0.3 |
| Hex | 87 | 84 | 12 | 0 | 2 | 57 | 2F | 3A | 4C | 1E |
| Octal | 207 | 204 | 22 | 0 | 2 | 127 | 57 | 72 | 114 | 36 |
| Binary | 10000111 | 10000100 | 10010 | 0 | 10 | 1010111 | 101111 | 111010 | 1001100 | 11110 |
Color Harmonies of #878412
Complementary color
Monochromatic Colors of #878412
Black with #878412
Text Example
Text Example
White with #878412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878412; }
p { color: rgb(135,132,18); }
H1.HeaderClassName
{
color: #878412;
}
.AnyTagClassName
{
color: #878412;
}
</style>
background-color css
<style>
a { background-color: #878412; }
a { background-color: rgb(135,132,18); }
div.DivClassName
{
background-color: #878412;
}
.BgClassName
{
background-color: #878412;
}
</style>
border-color css
<style>
span { border-color: #878412; }
span { border-color: rgb(135,132,18); }
td.TdClassName
{
border-color: #878412;
}
.TagClassName
{
border-color: #878412;
}
</style>