Shades of Olive #87770C
Tints of Olive #87770C
RGB
CMYK
RGB Variations
Color information
#87770C (or 0x87770C) is known color: Olive. HEX triplet: 87, 77 and 0C. RGB value is (135,119,12). Sum of RGB (Red+Green+Blue) = 135+119+12=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87770C is #7888F3. Grayscale: #707070. Windows color (decimal): -7899380 or 817031. OLE color: 817031.
HSL color Cylindrical-coordinate representation of color #87770C: hue angle of 52.2º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87770C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.47 |
| HSL | 52.2º | 0.84% | 0.29% | - |
| HSV(B) | 52.2º | 0.91% | 0.53% | - |
| XYZ | 16.65 | 18.37 | 3.02 | - |
| YUV | 111.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 12 | 0 | 0.12 | 0.91 | 0.47 | 52.2 | 0.84 | 0.29 |
| Hex | 87 | 77 | C | 0 | C | 5B | 2F | 34 | 54 | 1D |
| Octal | 207 | 167 | 14 | 0 | 14 | 133 | 57 | 64 | 124 | 35 |
| Binary | 10000111 | 1110111 | 1100 | 0 | 1100 | 1011011 | 101111 | 110100 | 1010100 | 11101 |
Color Harmonies of #87770C
Complementary color
Monochromatic Colors of #87770C
Black with #87770C
Text Example
Text Example
White with #87770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87770C; }
p { color: rgb(135,119,12); }
H1.HeaderClassName
{
color: #87770C;
}
.AnyTagClassName
{
color: #87770C;
}
</style>
background-color css
<style>
a { background-color: #87770C; }
a { background-color: rgb(135,119,12); }
div.DivClassName
{
background-color: #87770C;
}
.BgClassName
{
background-color: #87770C;
}
</style>
border-color css
<style>
span { border-color: #87770C; }
span { border-color: rgb(135,119,12); }
td.TdClassName
{
border-color: #87770C;
}
.TagClassName
{
border-color: #87770C;
}
</style>