Shades of Olive #888E0F
Tints of Olive #888E0F
RGB
CMYK
RGB Variations
Color information
#888E0F (or 0x888E0F) is known color: Olive. HEX triplet: 88, 8E and 0F. RGB value is (136,142,15). Sum of RGB (Red+Green+Blue) = 136+142+15=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #888E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888E0F is #7771F0. Grayscale: #7E7E7E. Windows color (decimal): -7827953 or 1019528. OLE color: 1019528.
HSL color Cylindrical-coordinate representation of color #888E0F: hue angle of 62.83º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #888E0F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 15 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.44 |
| HSL | 62.83º | 0.81% | 0.31% | - |
| HSV(B) | 62.83º | 0.89% | 0.56% | - |
| XYZ | 19.91 | 24.61 | 4.15 | - |
| YUV | 125.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 15 | 0.04 | 0 | 0.89 | 0.44 | 62.83 | 0.81 | 0.31 |
| Hex | 88 | 8E | F | 4 | 0 | 59 | 2C | 3F | 51 | 1F |
| Octal | 210 | 216 | 17 | 4 | 0 | 131 | 54 | 77 | 121 | 37 |
| Binary | 10001000 | 10001110 | 1111 | 100 | 0 | 1011001 | 101100 | 111111 | 1010001 | 11111 |
Color Harmonies of #888E0F
Complementary color
Monochromatic Colors of #888E0F
Black with #888E0F
Text Example
Text Example
White with #888E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E0F; }
p { color: rgb(136,142,15); }
H1.HeaderClassName
{
color: #888E0F;
}
.AnyTagClassName
{
color: #888E0F;
}
</style>
background-color css
<style>
a { background-color: #888E0F; }
a { background-color: rgb(136,142,15); }
div.DivClassName
{
background-color: #888E0F;
}
.BgClassName
{
background-color: #888E0F;
}
</style>
border-color css
<style>
span { border-color: #888E0F; }
span { border-color: rgb(136,142,15); }
td.TdClassName
{
border-color: #888E0F;
}
.TagClassName
{
border-color: #888E0F;
}
</style>