Shades of Olive #888D06
Tints of Olive #888D06
RGB
CMYK
RGB Variations
Color information
#888D06 (or 0x888D06) is known color: Olive. HEX triplet: 88, 8D and 06. RGB value is (136,141,6). Sum of RGB (Red+Green+Blue) = 136+141+6=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #888D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888D06 is #7772F9. Grayscale: #7C7C7C. Windows color (decimal): -7828218 or 429448. OLE color: 429448.
HSL color Cylindrical-coordinate representation of color #888D06: hue angle of 62.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888D06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 6 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.45 |
| HSL | 62.22º | 0.92% | 0.29% | - |
| HSV(B) | 62.22º | 0.96% | 0.55% | - |
| XYZ | 19.71 | 24.3 | 3.82 | - |
| YUV | 124.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 6 | 0.04 | 0 | 0.96 | 0.45 | 62.22 | 0.92 | 0.29 |
| Hex | 88 | 8D | 6 | 4 | 0 | 60 | 2D | 3E | 5C | 1D |
| Octal | 210 | 215 | 6 | 4 | 0 | 140 | 55 | 76 | 134 | 35 |
| Binary | 10001000 | 10001101 | 110 | 100 | 0 | 1100000 | 101101 | 111110 | 1011100 | 11101 |
Color Harmonies of #888D06
Complementary color
Monochromatic Colors of #888D06
Black with #888D06
Text Example
Text Example
White with #888D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D06; }
p { color: rgb(136,141,6); }
H1.HeaderClassName
{
color: #888D06;
}
.AnyTagClassName
{
color: #888D06;
}
</style>
background-color css
<style>
a { background-color: #888D06; }
a { background-color: rgb(136,141,6); }
div.DivClassName
{
background-color: #888D06;
}
.BgClassName
{
background-color: #888D06;
}
</style>
border-color css
<style>
span { border-color: #888D06; }
span { border-color: rgb(136,141,6); }
td.TdClassName
{
border-color: #888D06;
}
.TagClassName
{
border-color: #888D06;
}
</style>