Shades of Olive #887C14
Tints of Olive #887C14
RGB
CMYK
RGB Variations
Color information
#887C14 (or 0x887C14) is known color: Olive. HEX triplet: 88, 7C and 14. RGB value is (136,124,20). Sum of RGB (Red+Green+Blue) = 136+124+20=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #887C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C14 is #7783EB. Grayscale: #747474. Windows color (decimal): -7832556 or 1342600. OLE color: 1342600.
HSL color Cylindrical-coordinate representation of color #887C14: hue angle of 53.79º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #887C14 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 20 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.47 |
| HSL | 53.79º | 0.74% | 0.31% | - |
| HSV(B) | 53.79º | 0.85% | 0.53% | - |
| XYZ | 17.49 | 19.7 | 3.54 | - |
| YUV | 115.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 20 | 0 | 0.09 | 0.85 | 0.47 | 53.79 | 0.74 | 0.31 |
| Hex | 88 | 7C | 14 | 0 | 9 | 55 | 2F | 36 | 4A | 1F |
| Octal | 210 | 174 | 24 | 0 | 11 | 125 | 57 | 66 | 112 | 37 |
| Binary | 10001000 | 1111100 | 10100 | 0 | 1001 | 1010101 | 101111 | 110110 | 1001010 | 11111 |
Color Harmonies of #887C14
Complementary color
Monochromatic Colors of #887C14
Black with #887C14
Text Example
Text Example
White with #887C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C14; }
p { color: rgb(136,124,20); }
H1.HeaderClassName
{
color: #887C14;
}
.AnyTagClassName
{
color: #887C14;
}
</style>
background-color css
<style>
a { background-color: #887C14; }
a { background-color: rgb(136,124,20); }
div.DivClassName
{
background-color: #887C14;
}
.BgClassName
{
background-color: #887C14;
}
</style>
border-color css
<style>
span { border-color: #887C14; }
span { border-color: rgb(136,124,20); }
td.TdClassName
{
border-color: #887C14;
}
.TagClassName
{
border-color: #887C14;
}
</style>