Shades of Olive #886D00
Tints of Olive #886D00
RGB
CMYK
RGB Variations
Color information
#886D00 (or 0x886D00) is known color: Olive. HEX triplet: 88, 6D and 00. RGB value is (136,109,0). Sum of RGB (Red+Green+Blue) = 136+109+0=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #886D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886D00 is #7792FF. Grayscale: #696969. Windows color (decimal): -7836416 or 28040. OLE color: 28040.
HSL color Cylindrical-coordinate representation of color #886D00: hue angle of 48.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #886D00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.47 |
| HSL | 48.09º | 1% | 0.27% | - |
| HSV(B) | 48.09º | 1% | 0.53% | - |
| XYZ | 15.62 | 16.17 | 2.3 | - |
| YUV | 104.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 0 | 0 | 0.20 | 1 | 0.47 | 48.09 | 1 | 0.27 |
| Hex | 88 | 6D | 0 | 0 | 14 | 64 | 2F | 30 | 64 | 1B |
| Octal | 210 | 155 | 0 | 0 | 24 | 144 | 57 | 60 | 144 | 33 |
| Binary | 10001000 | 1101101 | 0 | 0 | 10100 | 1100100 | 101111 | 110000 | 1100100 | 11011 |
Color Harmonies of #886D00
Complementary color
Monochromatic Colors of #886D00
Black with #886D00
Text Example
Text Example
White with #886D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D00; }
p { color: rgb(136,109,0); }
H1.HeaderClassName
{
color: #886D00;
}
.AnyTagClassName
{
color: #886D00;
}
</style>
background-color css
<style>
a { background-color: #886D00; }
a { background-color: rgb(136,109,0); }
div.DivClassName
{
background-color: #886D00;
}
.BgClassName
{
background-color: #886D00;
}
</style>
border-color css
<style>
span { border-color: #886D00; }
span { border-color: rgb(136,109,0); }
td.TdClassName
{
border-color: #886D00;
}
.TagClassName
{
border-color: #886D00;
}
</style>