Shades of Olive #888810
Tints of Olive #888810
RGB
CMYK
RGB Variations
Color information
#888810 (or 0x888810) is known color: Olive. HEX triplet: 88, 88 and 10. RGB value is (136,136,16). Sum of RGB (Red+Green+Blue) = 136+136+16=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888810 is #7777EF. Grayscale: #7A7A7A. Windows color (decimal): -7829488 or 1083528. OLE color: 1083528.
HSL color Cylindrical-coordinate representation of color #888810: hue angle of 60º 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 #888810 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 16 | - |
| CMYK | 0 | 0 | 0.88 | 0.47 |
| HSL | 60º | 0.79% | 0.3% | - |
| HSV(B) | 60º | 0.88% | 0.53% | - |
| XYZ | 19.05 | 22.88 | 3.9 | - |
| YUV | 122.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 16 | 0 | 0 | 0.88 | 0.47 | 60 | 0.79 | 0.3 |
| Hex | 88 | 88 | 10 | 0 | 0 | 58 | 2F | 3C | 4F | 1E |
| Octal | 210 | 210 | 20 | 0 | 0 | 130 | 57 | 74 | 117 | 36 |
| Binary | 10001000 | 10001000 | 10000 | 0 | 0 | 1011000 | 101111 | 111100 | 1001111 | 11110 |
Color Harmonies of #888810
Complementary color
Monochromatic Colors of #888810
Black with #888810
Text Example
Text Example
White with #888810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888810; }
p { color: rgb(136,136,16); }
H1.HeaderClassName
{
color: #888810;
}
.AnyTagClassName
{
color: #888810;
}
</style>
background-color css
<style>
a { background-color: #888810; }
a { background-color: rgb(136,136,16); }
div.DivClassName
{
background-color: #888810;
}
.BgClassName
{
background-color: #888810;
}
</style>
border-color css
<style>
span { border-color: #888810; }
span { border-color: rgb(136,136,16); }
td.TdClassName
{
border-color: #888810;
}
.TagClassName
{
border-color: #888810;
}
</style>