Shades of Olive #877C14
Tints of Olive #877C14
RGB
CMYK
RGB Variations
Color information
#877C14 (or 0x877C14) is known color: Olive. HEX triplet: 87, 7C and 14. RGB value is (135,124,20). Sum of RGB (Red+Green+Blue) = 135+124+20=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #877C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877C14 is #7883EB. Grayscale: #737373. Windows color (decimal): -7898092 or 1342599. OLE color: 1342599.
HSL color Cylindrical-coordinate representation of color #877C14: hue angle of 54.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #877C14 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 20 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.47 |
| HSL | 54.26º | 0.74% | 0.3% | - |
| HSV(B) | 54.26º | 0.85% | 0.53% | - |
| XYZ | 17.33 | 19.62 | 3.54 | - |
| YUV | 115.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 20 | 0 | 0.08 | 0.85 | 0.47 | 54.26 | 0.74 | 0.3 |
| Hex | 87 | 7C | 14 | 0 | 8 | 55 | 2F | 36 | 4A | 1E |
| Octal | 207 | 174 | 24 | 0 | 10 | 125 | 57 | 66 | 112 | 36 |
| Binary | 10000111 | 1111100 | 10100 | 0 | 1000 | 1010101 | 101111 | 110110 | 1001010 | 11110 |
Color Harmonies of #877C14
Complementary color
Monochromatic Colors of #877C14
Black with #877C14
Text Example
Text Example
White with #877C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C14; }
p { color: rgb(135,124,20); }
H1.HeaderClassName
{
color: #877C14;
}
.AnyTagClassName
{
color: #877C14;
}
</style>
background-color css
<style>
a { background-color: #877C14; }
a { background-color: rgb(135,124,20); }
div.DivClassName
{
background-color: #877C14;
}
.BgClassName
{
background-color: #877C14;
}
</style>
border-color css
<style>
span { border-color: #877C14; }
span { border-color: rgb(135,124,20); }
td.TdClassName
{
border-color: #877C14;
}
.TagClassName
{
border-color: #877C14;
}
</style>