Shades of Olive #87760D
Tints of Olive #87760D
RGB
CMYK
RGB Variations
Color information
#87760D (or 0x87760D) is known color: Olive. HEX triplet: 87, 76 and 0D. RGB value is (135,118,13). Sum of RGB (Red+Green+Blue) = 135+118+13=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87760D is #7889F2. Grayscale: #6F6F6F. Windows color (decimal): -7899635 or 882311. OLE color: 882311.
HSL color Cylindrical-coordinate representation of color #87760D: hue angle of 51.64º 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 #87760D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 13 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.47 |
| HSL | 51.64º | 0.82% | 0.29% | - |
| HSV(B) | 51.64º | 0.9% | 0.53% | - |
| XYZ | 16.54 | 18.14 | 3.01 | - |
| YUV | 111.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 13 | 0 | 0.13 | 0.90 | 0.47 | 51.64 | 0.82 | 0.29 |
| Hex | 87 | 76 | D | 0 | D | 5A | 2F | 34 | 52 | 1D |
| Octal | 207 | 166 | 15 | 0 | 15 | 132 | 57 | 64 | 122 | 35 |
| Binary | 10000111 | 1110110 | 1101 | 0 | 1101 | 1011010 | 101111 | 110100 | 1010010 | 11101 |
Color Harmonies of #87760D
Complementary color
Monochromatic Colors of #87760D
Black with #87760D
Text Example
Text Example
White with #87760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87760D; }
p { color: rgb(135,118,13); }
H1.HeaderClassName
{
color: #87760D;
}
.AnyTagClassName
{
color: #87760D;
}
</style>
background-color css
<style>
a { background-color: #87760D; }
a { background-color: rgb(135,118,13); }
div.DivClassName
{
background-color: #87760D;
}
.BgClassName
{
background-color: #87760D;
}
</style>
border-color css
<style>
span { border-color: #87760D; }
span { border-color: rgb(135,118,13); }
td.TdClassName
{
border-color: #87760D;
}
.TagClassName
{
border-color: #87760D;
}
</style>