Shades of Olive #888012
Tints of Olive #888012
RGB
CMYK
RGB Variations
Color information
#888012 (or 0x888012) is known color: Olive. HEX triplet: 88, 80 and 12. RGB value is (136,128,18). Sum of RGB (Red+Green+Blue) = 136+128+18=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #888012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888012 is #777FED. Grayscale: #767676. Windows color (decimal): -7831534 or 1212552. OLE color: 1212552.
HSL color Cylindrical-coordinate representation of color #888012: hue angle of 55.93º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #888012 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 18 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.47 |
| HSL | 55.93º | 0.77% | 0.3% | - |
| HSV(B) | 55.93º | 0.87% | 0.53% | - |
| XYZ | 17.98 | 20.72 | 3.62 | - |
| YUV | 117.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 18 | 0 | 0.06 | 0.87 | 0.47 | 55.93 | 0.77 | 0.3 |
| Hex | 88 | 80 | 12 | 0 | 6 | 57 | 2F | 38 | 4D | 1E |
| Octal | 210 | 200 | 22 | 0 | 6 | 127 | 57 | 70 | 115 | 36 |
| Binary | 10001000 | 10000000 | 10010 | 0 | 110 | 1010111 | 101111 | 111000 | 1001101 | 11110 |
Color Harmonies of #888012
Complementary color
Monochromatic Colors of #888012
Black with #888012
Text Example
Text Example
White with #888012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888012; }
p { color: rgb(136,128,18); }
H1.HeaderClassName
{
color: #888012;
}
.AnyTagClassName
{
color: #888012;
}
</style>
background-color css
<style>
a { background-color: #888012; }
a { background-color: rgb(136,128,18); }
div.DivClassName
{
background-color: #888012;
}
.BgClassName
{
background-color: #888012;
}
</style>
border-color css
<style>
span { border-color: #888012; }
span { border-color: rgb(136,128,18); }
td.TdClassName
{
border-color: #888012;
}
.TagClassName
{
border-color: #888012;
}
</style>