Shades of Olive #87810E
Tints of Olive #87810E
RGB
CMYK
RGB Variations
Color information
#87810E (or 0x87810E) is known color: Olive. HEX triplet: 87, 81 and 0E. RGB value is (135,129,14). Sum of RGB (Red+Green+Blue) = 135+129+14=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87810E is #787EF1. Grayscale: #767676. Windows color (decimal): -7896818 or 950663. OLE color: 950663.
HSL color Cylindrical-coordinate representation of color #87810E: hue angle of 57.02º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87810E is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 14 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.47 |
| HSL | 57.02º | 0.81% | 0.29% | - |
| HSV(B) | 57.02º | 0.9% | 0.53% | - |
| XYZ | 17.92 | 20.88 | 3.5 | - |
| YUV | 117.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 14 | 0 | 0.04 | 0.90 | 0.47 | 57.02 | 0.81 | 0.29 |
| Hex | 87 | 81 | E | 0 | 4 | 5A | 2F | 39 | 51 | 1D |
| Octal | 207 | 201 | 16 | 0 | 4 | 132 | 57 | 71 | 121 | 35 |
| Binary | 10000111 | 10000001 | 1110 | 0 | 100 | 1011010 | 101111 | 111001 | 1010001 | 11101 |
Color Harmonies of #87810E
Complementary color
Monochromatic Colors of #87810E
Black with #87810E
Text Example
Text Example
White with #87810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87810E; }
p { color: rgb(135,129,14); }
H1.HeaderClassName
{
color: #87810E;
}
.AnyTagClassName
{
color: #87810E;
}
</style>
background-color css
<style>
a { background-color: #87810E; }
a { background-color: rgb(135,129,14); }
div.DivClassName
{
background-color: #87810E;
}
.BgClassName
{
background-color: #87810E;
}
</style>
border-color css
<style>
span { border-color: #87810E; }
span { border-color: rgb(135,129,14); }
td.TdClassName
{
border-color: #87810E;
}
.TagClassName
{
border-color: #87810E;
}
</style>