Shades of Olive #878110
Tints of Olive #878110
RGB
CMYK
RGB Variations
Color information
#878110 (or 0x878110) is known color: Olive. HEX triplet: 87, 81 and 10. RGB value is (135,129,16). Sum of RGB (Red+Green+Blue) = 135+129+16=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #878110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878110 is #787EEF. Grayscale: #767676. Windows color (decimal): -7896816 or 1081735. OLE color: 1081735.
HSL color Cylindrical-coordinate representation of color #878110: hue angle of 56.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #878110 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 16 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.47 |
| HSL | 56.97º | 0.79% | 0.3% | - |
| HSV(B) | 56.97º | 0.88% | 0.53% | - |
| XYZ | 17.94 | 20.89 | 3.58 | - |
| YUV | 117.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 16 | 0 | 0.04 | 0.88 | 0.47 | 56.97 | 0.79 | 0.3 |
| Hex | 87 | 81 | 10 | 0 | 4 | 58 | 2F | 39 | 4F | 1E |
| Octal | 207 | 201 | 20 | 0 | 4 | 130 | 57 | 71 | 117 | 36 |
| Binary | 10000111 | 10000001 | 10000 | 0 | 100 | 1011000 | 101111 | 111001 | 1001111 | 11110 |
Color Harmonies of #878110
Complementary color
Monochromatic Colors of #878110
Black with #878110
Text Example
Text Example
White with #878110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878110; }
p { color: rgb(135,129,16); }
H1.HeaderClassName
{
color: #878110;
}
.AnyTagClassName
{
color: #878110;
}
</style>
background-color css
<style>
a { background-color: #878110; }
a { background-color: rgb(135,129,16); }
div.DivClassName
{
background-color: #878110;
}
.BgClassName
{
background-color: #878110;
}
</style>
border-color css
<style>
span { border-color: #878110; }
span { border-color: rgb(135,129,16); }
td.TdClassName
{
border-color: #878110;
}
.TagClassName
{
border-color: #878110;
}
</style>