Shades of Olive #888D00
Tints of Olive #888D00
RGB
CMYK
RGB Variations
Color information
#888D00 (or 0x888D00) is known color: Olive. HEX triplet: 88, 8D and 00. RGB value is (136,141,0). Sum of RGB (Red+Green+Blue) = 136+141+0=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #888D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888D00 is #7772FF. Grayscale: #7B7B7B. Windows color (decimal): -7828224 or 36232. OLE color: 36232.
HSL color Cylindrical-coordinate representation of color #888D00: hue angle of 62.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #888D00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.45 |
| HSL | 62.13º | 1% | 0.28% | - |
| HSV(B) | 62.13º | 1% | 0.55% | - |
| XYZ | 19.68 | 24.28 | 3.65 | - |
| YUV | 123.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 0 | 0.04 | 0 | 1 | 0.45 | 62.13 | 1 | 0.28 |
| Hex | 88 | 8D | 0 | 4 | 0 | 64 | 2D | 3E | 64 | 1C |
| Octal | 210 | 215 | 0 | 4 | 0 | 144 | 55 | 76 | 144 | 34 |
| Binary | 10001000 | 10001101 | 0 | 100 | 0 | 1100100 | 101101 | 111110 | 1100100 | 11100 |
Color Harmonies of #888D00
Complementary color
Monochromatic Colors of #888D00
Black with #888D00
Text Example
Text Example
White with #888D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D00; }
p { color: rgb(136,141,0); }
H1.HeaderClassName
{
color: #888D00;
}
.AnyTagClassName
{
color: #888D00;
}
</style>
background-color css
<style>
a { background-color: #888D00; }
a { background-color: rgb(136,141,0); }
div.DivClassName
{
background-color: #888D00;
}
.BgClassName
{
background-color: #888D00;
}
</style>
border-color css
<style>
span { border-color: #888D00; }
span { border-color: rgb(136,141,0); }
td.TdClassName
{
border-color: #888D00;
}
.TagClassName
{
border-color: #888D00;
}
</style>