Shades of Olive #888E07
Tints of Olive #888E07
RGB
CMYK
RGB Variations
Color information
#888E07 (or 0x888E07) is known color: Olive. HEX triplet: 88, 8E and 07. RGB value is (136,142,7). Sum of RGB (Red+Green+Blue) = 136+142+7=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #888E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888E07 is #7771F8. Grayscale: #7D7D7D. Windows color (decimal): -7827961 or 495240. OLE color: 495240.
HSL color Cylindrical-coordinate representation of color #888E07: hue angle of 62.67º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #888E07 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 7 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.44 |
| HSL | 62.67º | 0.91% | 0.29% | - |
| HSV(B) | 62.67º | 0.95% | 0.56% | - |
| XYZ | 19.86 | 24.6 | 3.9 | - |
| YUV | 124.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 7 | 0.04 | 0 | 0.95 | 0.44 | 62.67 | 0.91 | 0.29 |
| Hex | 88 | 8E | 7 | 4 | 0 | 5F | 2C | 3F | 5B | 1D |
| Octal | 210 | 216 | 7 | 4 | 0 | 137 | 54 | 77 | 133 | 35 |
| Binary | 10001000 | 10001110 | 111 | 100 | 0 | 1011111 | 101100 | 111111 | 1011011 | 11101 |
Color Harmonies of #888E07
Complementary color
Monochromatic Colors of #888E07
Black with #888E07
Text Example
Text Example
White with #888E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E07; }
p { color: rgb(136,142,7); }
H1.HeaderClassName
{
color: #888E07;
}
.AnyTagClassName
{
color: #888E07;
}
</style>
background-color css
<style>
a { background-color: #888E07; }
a { background-color: rgb(136,142,7); }
div.DivClassName
{
background-color: #888E07;
}
.BgClassName
{
background-color: #888E07;
}
</style>
border-color css
<style>
span { border-color: #888E07; }
span { border-color: rgb(136,142,7); }
td.TdClassName
{
border-color: #888E07;
}
.TagClassName
{
border-color: #888E07;
}
</style>