Shades of Olive #888011
Tints of Olive #888011
RGB
CMYK
RGB Variations
Color information
#888011 (or 0x888011) is known color: Olive. HEX triplet: 88, 80 and 11. RGB value is (136,128,17). Sum of RGB (Red+Green+Blue) = 136+128+17=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #888011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888011 is #777FEE. Grayscale: #767676. Windows color (decimal): -7831535 or 1147016. OLE color: 1147016.
HSL color Cylindrical-coordinate representation of color #888011: hue angle of 55.97º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #888011 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 17 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.47 |
| HSL | 55.97º | 0.78% | 0.3% | - |
| HSV(B) | 55.97º | 0.88% | 0.53% | - |
| XYZ | 17.97 | 20.71 | 3.58 | - |
| YUV | 117.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 17 | 0 | 0.06 | 0.87 | 0.47 | 55.97 | 0.78 | 0.3 |
| Hex | 88 | 80 | 11 | 0 | 6 | 57 | 2F | 38 | 4E | 1E |
| Octal | 210 | 200 | 21 | 0 | 6 | 127 | 57 | 70 | 116 | 36 |
| Binary | 10001000 | 10000000 | 10001 | 0 | 110 | 1010111 | 101111 | 111000 | 1001110 | 11110 |
Color Harmonies of #888011
Complementary color
Monochromatic Colors of #888011
Black with #888011
Text Example
Text Example
White with #888011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888011; }
p { color: rgb(136,128,17); }
H1.HeaderClassName
{
color: #888011;
}
.AnyTagClassName
{
color: #888011;
}
</style>
background-color css
<style>
a { background-color: #888011; }
a { background-color: rgb(136,128,17); }
div.DivClassName
{
background-color: #888011;
}
.BgClassName
{
background-color: #888011;
}
</style>
border-color css
<style>
span { border-color: #888011; }
span { border-color: rgb(136,128,17); }
td.TdClassName
{
border-color: #888011;
}
.TagClassName
{
border-color: #888011;
}
</style>