Shades of Olive #888010
Tints of Olive #888010
RGB
CMYK
RGB Variations
Color information
#888010 (or 0x888010) is known color: Olive. HEX triplet: 88, 80 and 10. RGB value is (136,128,16). Sum of RGB (Red+Green+Blue) = 136+128+16=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #888010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888010 is #777FEF. Grayscale: #767676. Windows color (decimal): -7831536 or 1081480. OLE color: 1081480.
HSL color Cylindrical-coordinate representation of color #888010: hue angle of 56º degrees, saturation: 0.79, 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 #888010 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 16 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.47 |
| HSL | 56º | 0.79% | 0.3% | - |
| HSV(B) | 56º | 0.88% | 0.53% | - |
| XYZ | 17.97 | 20.71 | 3.54 | - |
| YUV | 117.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 16 | 0 | 0.06 | 0.88 | 0.47 | 56 | 0.79 | 0.3 |
| Hex | 88 | 80 | 10 | 0 | 6 | 58 | 2F | 38 | 4F | 1E |
| Octal | 210 | 200 | 20 | 0 | 6 | 130 | 57 | 70 | 117 | 36 |
| Binary | 10001000 | 10000000 | 10000 | 0 | 110 | 1011000 | 101111 | 111000 | 1001111 | 11110 |
Color Harmonies of #888010
Complementary color
Monochromatic Colors of #888010
Black with #888010
Text Example
Text Example
White with #888010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888010; }
p { color: rgb(136,128,16); }
H1.HeaderClassName
{
color: #888010;
}
.AnyTagClassName
{
color: #888010;
}
</style>
background-color css
<style>
a { background-color: #888010; }
a { background-color: rgb(136,128,16); }
div.DivClassName
{
background-color: #888010;
}
.BgClassName
{
background-color: #888010;
}
</style>
border-color css
<style>
span { border-color: #888010; }
span { border-color: rgb(136,128,16); }
td.TdClassName
{
border-color: #888010;
}
.TagClassName
{
border-color: #888010;
}
</style>