Shades of Olive #877C11
Tints of Olive #877C11
RGB
CMYK
RGB Variations
Color information
#877C11 (or 0x877C11) is known color: Olive. HEX triplet: 87, 7C and 11. RGB value is (135,124,17). Sum of RGB (Red+Green+Blue) = 135+124+17=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #877C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C11 is #7883EE. Grayscale: #737373. Windows color (decimal): -7898095 or 1145991. OLE color: 1145991.
HSL color Cylindrical-coordinate representation of color #877C11: hue angle of 54.41º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #877C11 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 17 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.47 |
| HSL | 54.41º | 0.78% | 0.3% | - |
| HSV(B) | 54.41º | 0.87% | 0.53% | - |
| XYZ | 17.3 | 19.61 | 3.4 | - |
| YUV | 115.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 17 | 0 | 0.08 | 0.87 | 0.47 | 54.41 | 0.78 | 0.3 |
| Hex | 87 | 7C | 11 | 0 | 8 | 57 | 2F | 36 | 4E | 1E |
| Octal | 207 | 174 | 21 | 0 | 10 | 127 | 57 | 66 | 116 | 36 |
| Binary | 10000111 | 1111100 | 10001 | 0 | 1000 | 1010111 | 101111 | 110110 | 1001110 | 11110 |
Color Harmonies of #877C11
Complementary color
Monochromatic Colors of #877C11
Black with #877C11
Text Example
Text Example
White with #877C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C11; }
p { color: rgb(135,124,17); }
H1.HeaderClassName
{
color: #877C11;
}
.AnyTagClassName
{
color: #877C11;
}
</style>
background-color css
<style>
a { background-color: #877C11; }
a { background-color: rgb(135,124,17); }
div.DivClassName
{
background-color: #877C11;
}
.BgClassName
{
background-color: #877C11;
}
</style>
border-color css
<style>
span { border-color: #877C11; }
span { border-color: rgb(135,124,17); }
td.TdClassName
{
border-color: #877C11;
}
.TagClassName
{
border-color: #877C11;
}
</style>