Shades of Olive #887500
Tints of Olive #887500
RGB
CMYK
RGB Variations
Color information
#887500 (or 0x887500) is known color: Olive. HEX triplet: 88, 75 and 00. RGB value is (136,117,0). Sum of RGB (Red+Green+Blue) = 136+117+0=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #887500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887500 is #778AFF. Grayscale: #6D6D6D. Windows color (decimal): -7834368 or 30088. OLE color: 30088.
HSL color Cylindrical-coordinate representation of color #887500: hue angle of 51.62º 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 #887500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 117 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.47 |
| HSL | 51.62º | 1% | 0.27% | - |
| HSV(B) | 51.62º | 1% | 0.53% | - |
| XYZ | 16.51 | 17.96 | 2.6 | - |
| YUV | 109.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 0 | 0 | 0.14 | 1 | 0.47 | 51.62 | 1 | 0.27 |
| Hex | 88 | 75 | 0 | 0 | E | 64 | 2F | 34 | 64 | 1B |
| Octal | 210 | 165 | 0 | 0 | 16 | 144 | 57 | 64 | 144 | 33 |
| Binary | 10001000 | 1110101 | 0 | 0 | 1110 | 1100100 | 101111 | 110100 | 1100100 | 11011 |
Color Harmonies of #887500
Complementary color
Monochromatic Colors of #887500
Black with #887500
Text Example
Text Example
White with #887500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887500; }
p { color: rgb(136,117,0); }
H1.HeaderClassName
{
color: #887500;
}
.AnyTagClassName
{
color: #887500;
}
</style>
background-color css
<style>
a { background-color: #887500; }
a { background-color: rgb(136,117,0); }
div.DivClassName
{
background-color: #887500;
}
.BgClassName
{
background-color: #887500;
}
</style>
border-color css
<style>
span { border-color: #887500; }
span { border-color: rgb(136,117,0); }
td.TdClassName
{
border-color: #887500;
}
.TagClassName
{
border-color: #887500;
}
</style>