Shades of Olive #887D00
Tints of Olive #887D00
RGB
CMYK
RGB Variations
Color information
#887D00 (or 0x887D00) is known color: Olive. HEX triplet: 88, 7D and 00. RGB value is (136,125,0). Sum of RGB (Red+Green+Blue) = 136+125+0=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #887D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D00 is #7782FF. Grayscale: #727272. Windows color (decimal): -7832320 or 32136. OLE color: 32136.
HSL color Cylindrical-coordinate representation of color #887D00: hue angle of 55.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #887D00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.47 |
| HSL | 55.15º | 1% | 0.27% | - |
| HSV(B) | 55.15º | 1% | 0.53% | - |
| XYZ | 17.49 | 19.9 | 2.92 | - |
| YUV | 114.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 0 | 0 | 0.08 | 1 | 0.47 | 55.15 | 1 | 0.27 |
| Hex | 88 | 7D | 0 | 0 | 8 | 64 | 2F | 37 | 64 | 1B |
| Octal | 210 | 175 | 0 | 0 | 10 | 144 | 57 | 67 | 144 | 33 |
| Binary | 10001000 | 1111101 | 0 | 0 | 1000 | 1100100 | 101111 | 110111 | 1100100 | 11011 |
Color Harmonies of #887D00
Complementary color
Monochromatic Colors of #887D00
Black with #887D00
Text Example
Text Example
White with #887D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D00; }
p { color: rgb(136,125,0); }
H1.HeaderClassName
{
color: #887D00;
}
.AnyTagClassName
{
color: #887D00;
}
</style>
background-color css
<style>
a { background-color: #887D00; }
a { background-color: rgb(136,125,0); }
div.DivClassName
{
background-color: #887D00;
}
.BgClassName
{
background-color: #887D00;
}
</style>
border-color css
<style>
span { border-color: #887D00; }
span { border-color: rgb(136,125,0); }
td.TdClassName
{
border-color: #887D00;
}
.TagClassName
{
border-color: #887D00;
}
</style>