Shades of Olive #876E00
Tints of Olive #876E00
RGB
CMYK
RGB Variations
Color information
#876E00 (or 0x876E00) is known color: Olive. HEX triplet: 87, 6E and 00. RGB value is (135,110,0). Sum of RGB (Red+Green+Blue) = 135+110+0=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876E00 is #7891FF. Grayscale: #696969. Windows color (decimal): -7901696 or 28295. OLE color: 28295.
HSL color Cylindrical-coordinate representation of color #876E00: hue angle of 48.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #876E00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.47 |
| HSL | 48.89º | 1% | 0.26% | - |
| HSV(B) | 48.89º | 1% | 0.53% | - |
| XYZ | 15.57 | 16.3 | 2.33 | - |
| YUV | 104.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 0 | 0 | 0.19 | 1 | 0.47 | 48.89 | 1 | 0.26 |
| Hex | 87 | 6E | 0 | 0 | 13 | 64 | 2F | 31 | 64 | 1A |
| Octal | 207 | 156 | 0 | 0 | 23 | 144 | 57 | 61 | 144 | 32 |
| Binary | 10000111 | 1101110 | 0 | 0 | 10011 | 1100100 | 101111 | 110001 | 1100100 | 11010 |
Color Harmonies of #876E00
Complementary color
Monochromatic Colors of #876E00
Black with #876E00
Text Example
Text Example
White with #876E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E00; }
p { color: rgb(135,110,0); }
H1.HeaderClassName
{
color: #876E00;
}
.AnyTagClassName
{
color: #876E00;
}
</style>
background-color css
<style>
a { background-color: #876E00; }
a { background-color: rgb(135,110,0); }
div.DivClassName
{
background-color: #876E00;
}
.BgClassName
{
background-color: #876E00;
}
</style>
border-color css
<style>
span { border-color: #876E00; }
span { border-color: rgb(135,110,0); }
td.TdClassName
{
border-color: #876E00;
}
.TagClassName
{
border-color: #876E00;
}
</style>