Shades of Olive #888F06
Tints of Olive #888F06
RGB
CMYK
RGB Variations
Color information
#888F06 (or 0x888F06) is known color: Olive. HEX triplet: 88, 8F and 06. RGB value is (136,143,6). Sum of RGB (Red+Green+Blue) = 136+143+6=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #888F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888F06 is #7770F9. Grayscale: #7D7D7D. Windows color (decimal): -7827706 or 429960. OLE color: 429960.
HSL color Cylindrical-coordinate representation of color #888F06: hue angle of 63.07º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888F06 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 6 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.44 |
| HSL | 63.07º | 0.92% | 0.29% | - |
| HSV(B) | 63.07º | 0.96% | 0.56% | - |
| XYZ | 20.01 | 24.89 | 3.92 | - |
| YUV | 125.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 6 | 0.05 | 0 | 0.96 | 0.44 | 63.07 | 0.92 | 0.29 |
| Hex | 88 | 8F | 6 | 5 | 0 | 60 | 2C | 3F | 5C | 1D |
| Octal | 210 | 217 | 6 | 5 | 0 | 140 | 54 | 77 | 134 | 35 |
| Binary | 10001000 | 10001111 | 110 | 101 | 0 | 1100000 | 101100 | 111111 | 1011100 | 11101 |
Color Harmonies of #888F06
Complementary color
Monochromatic Colors of #888F06
Black with #888F06
Text Example
Text Example
White with #888F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F06; }
p { color: rgb(136,143,6); }
H1.HeaderClassName
{
color: #888F06;
}
.AnyTagClassName
{
color: #888F06;
}
</style>
background-color css
<style>
a { background-color: #888F06; }
a { background-color: rgb(136,143,6); }
div.DivClassName
{
background-color: #888F06;
}
.BgClassName
{
background-color: #888F06;
}
</style>
border-color css
<style>
span { border-color: #888F06; }
span { border-color: rgb(136,143,6); }
td.TdClassName
{
border-color: #888F06;
}
.TagClassName
{
border-color: #888F06;
}
</style>