Shades of Olive #887C05
Tints of Olive #887C05
RGB
CMYK
RGB Variations
Color information
#887C05 (or 0x887C05) is known color: Olive. HEX triplet: 88, 7C and 05. RGB value is (136,124,5). Sum of RGB (Red+Green+Blue) = 136+124+5=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #887C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C05 is #7783FA. Grayscale: #727272. Windows color (decimal): -7832571 or 359560. OLE color: 359560.
HSL color Cylindrical-coordinate representation of color #887C05: hue angle of 54.5º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #887C05 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 5 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.47 |
| HSL | 54.5º | 0.93% | 0.28% | - |
| HSV(B) | 54.5º | 0.96% | 0.53% | - |
| XYZ | 17.39 | 19.66 | 3.02 | - |
| YUV | 114.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 5 | 0 | 0.09 | 0.96 | 0.47 | 54.5 | 0.93 | 0.28 |
| Hex | 88 | 7C | 5 | 0 | 9 | 60 | 2F | 37 | 5D | 1C |
| Octal | 210 | 174 | 5 | 0 | 11 | 140 | 57 | 67 | 135 | 34 |
| Binary | 10001000 | 1111100 | 101 | 0 | 1001 | 1100000 | 101111 | 110111 | 1011101 | 11100 |
Color Harmonies of #887C05
Complementary color
Monochromatic Colors of #887C05
Black with #887C05
Text Example
Text Example
White with #887C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C05; }
p { color: rgb(136,124,5); }
H1.HeaderClassName
{
color: #887C05;
}
.AnyTagClassName
{
color: #887C05;
}
</style>
background-color css
<style>
a { background-color: #887C05; }
a { background-color: rgb(136,124,5); }
div.DivClassName
{
background-color: #887C05;
}
.BgClassName
{
background-color: #887C05;
}
</style>
border-color css
<style>
span { border-color: #887C05; }
span { border-color: rgb(136,124,5); }
td.TdClassName
{
border-color: #887C05;
}
.TagClassName
{
border-color: #887C05;
}
</style>