Shades of Olive #87860B
Tints of Olive #87860B
RGB
CMYK
RGB Variations
Color information
#87860B (or 0x87860B) is known color: Olive. HEX triplet: 87, 86 and 0B. RGB value is (135,134,11). Sum of RGB (Red+Green+Blue) = 135+134+11=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87860B is #7879F4. Grayscale: #787878. Windows color (decimal): -7895541 or 755335. OLE color: 755335.
HSL color Cylindrical-coordinate representation of color #87860B: hue angle of 59.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87860B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 11 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.47 |
| HSL | 59.52º | 0.85% | 0.29% | - |
| HSV(B) | 59.52º | 0.92% | 0.53% | - |
| XYZ | 18.58 | 22.23 | 3.63 | - |
| YUV | 120.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 11 | 0 | 0.01 | 0.92 | 0.47 | 59.52 | 0.85 | 0.29 |
| Hex | 87 | 86 | B | 0 | 1 | 5C | 2F | 3C | 55 | 1D |
| Octal | 207 | 206 | 13 | 0 | 1 | 134 | 57 | 74 | 125 | 35 |
| Binary | 10000111 | 10000110 | 1011 | 0 | 1 | 1011100 | 101111 | 111100 | 1010101 | 11101 |
Color Harmonies of #87860B
Complementary color
Monochromatic Colors of #87860B
Black with #87860B
Text Example
Text Example
White with #87860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87860B; }
p { color: rgb(135,134,11); }
H1.HeaderClassName
{
color: #87860B;
}
.AnyTagClassName
{
color: #87860B;
}
</style>
background-color css
<style>
a { background-color: #87860B; }
a { background-color: rgb(135,134,11); }
div.DivClassName
{
background-color: #87860B;
}
.BgClassName
{
background-color: #87860B;
}
</style>
border-color css
<style>
span { border-color: #87860B; }
span { border-color: rgb(135,134,11); }
td.TdClassName
{
border-color: #87860B;
}
.TagClassName
{
border-color: #87860B;
}
</style>