Shades of Olive #87860D
Tints of Olive #87860D
RGB
CMYK
RGB Variations
Color information
#87860D (or 0x87860D) is known color: Olive. HEX triplet: 87, 86 and 0D. RGB value is (135,134,13). Sum of RGB (Red+Green+Blue) = 135+134+13=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87860D is #7879F2. Grayscale: #787878. Windows color (decimal): -7895539 or 886407. OLE color: 886407.
HSL color Cylindrical-coordinate representation of color #87860D: hue angle of 59.51º degrees, saturation: 0.82, 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 #87860D is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 13 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.47 |
| HSL | 59.51º | 0.82% | 0.29% | - |
| HSV(B) | 59.51º | 0.9% | 0.53% | - |
| XYZ | 18.59 | 22.23 | 3.69 | - |
| YUV | 120.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 13 | 0 | 0.01 | 0.90 | 0.47 | 59.51 | 0.82 | 0.29 |
| Hex | 87 | 86 | D | 0 | 1 | 5A | 2F | 3C | 52 | 1D |
| Octal | 207 | 206 | 15 | 0 | 1 | 132 | 57 | 74 | 122 | 35 |
| Binary | 10000111 | 10000110 | 1101 | 0 | 1 | 1011010 | 101111 | 111100 | 1010010 | 11101 |
Color Harmonies of #87860D
Complementary color
Monochromatic Colors of #87860D
Black with #87860D
Text Example
Text Example
White with #87860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87860D; }
p { color: rgb(135,134,13); }
H1.HeaderClassName
{
color: #87860D;
}
.AnyTagClassName
{
color: #87860D;
}
</style>
background-color css
<style>
a { background-color: #87860D; }
a { background-color: rgb(135,134,13); }
div.DivClassName
{
background-color: #87860D;
}
.BgClassName
{
background-color: #87860D;
}
</style>
border-color css
<style>
span { border-color: #87860D; }
span { border-color: rgb(135,134,13); }
td.TdClassName
{
border-color: #87860D;
}
.TagClassName
{
border-color: #87860D;
}
</style>