Shades of Olive #87890E
Tints of Olive #87890E
RGB
CMYK
RGB Variations
Color information
#87890E (or 0x87890E) is known color: Olive. HEX triplet: 87, 89 and 0E. RGB value is (135,137,14). Sum of RGB (Red+Green+Blue) = 135+137+14=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #87890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87890E is #7876F1. Grayscale: #7A7A7A. Windows color (decimal): -7894770 or 952711. OLE color: 952711.
HSL color Cylindrical-coordinate representation of color #87890E: hue angle of 60.98º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87890E is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 137 | 14 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.46 |
| HSL | 60.98º | 0.81% | 0.3% | - |
| HSV(B) | 60.98º | 0.9% | 0.54% | - |
| XYZ | 19.02 | 23.07 | 3.87 | - |
| YUV | 122.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 14 | 0.01 | 0 | 0.90 | 0.46 | 60.98 | 0.81 | 0.3 |
| Hex | 87 | 89 | E | 1 | 0 | 5A | 2E | 3D | 51 | 1E |
| Octal | 207 | 211 | 16 | 1 | 0 | 132 | 56 | 75 | 121 | 36 |
| Binary | 10000111 | 10001001 | 1110 | 1 | 0 | 1011010 | 101110 | 111101 | 1010001 | 11110 |
Color Harmonies of #87890E
Complementary color
Monochromatic Colors of #87890E
Black with #87890E
Text Example
Text Example
White with #87890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87890E; }
p { color: rgb(135,137,14); }
H1.HeaderClassName
{
color: #87890E;
}
.AnyTagClassName
{
color: #87890E;
}
</style>
background-color css
<style>
a { background-color: #87890E; }
a { background-color: rgb(135,137,14); }
div.DivClassName
{
background-color: #87890E;
}
.BgClassName
{
background-color: #87890E;
}
</style>
border-color css
<style>
span { border-color: #87890E; }
span { border-color: rgb(135,137,14); }
td.TdClassName
{
border-color: #87890E;
}
.TagClassName
{
border-color: #87890E;
}
</style>