Shades of Olive #886E05
Tints of Olive #886E05
RGB
CMYK
RGB Variations
Color information
#886E05 (or 0x886E05) is known color: Olive. HEX triplet: 88, 6E and 05. RGB value is (136,110,5). Sum of RGB (Red+Green+Blue) = 136+110+5=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #886E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886E05 is #7791FA. Grayscale: #6A6A6A. Windows color (decimal): -7836155 or 355976. OLE color: 355976.
HSL color Cylindrical-coordinate representation of color #886E05: hue angle of 48.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #886E05 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 5 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.47 |
| HSL | 48.09º | 0.93% | 0.28% | - |
| HSV(B) | 48.09º | 0.96% | 0.53% | - |
| XYZ | 15.76 | 16.4 | 2.48 | - |
| YUV | 105.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 5 | 0 | 0.19 | 0.96 | 0.47 | 48.09 | 0.93 | 0.28 |
| Hex | 88 | 6E | 5 | 0 | 13 | 60 | 2F | 30 | 5D | 1C |
| Octal | 210 | 156 | 5 | 0 | 23 | 140 | 57 | 60 | 135 | 34 |
| Binary | 10001000 | 1101110 | 101 | 0 | 10011 | 1100000 | 101111 | 110000 | 1011101 | 11100 |
Color Harmonies of #886E05
Complementary color
Monochromatic Colors of #886E05
Black with #886E05
Text Example
Text Example
White with #886E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E05; }
p { color: rgb(136,110,5); }
H1.HeaderClassName
{
color: #886E05;
}
.AnyTagClassName
{
color: #886E05;
}
</style>
background-color css
<style>
a { background-color: #886E05; }
a { background-color: rgb(136,110,5); }
div.DivClassName
{
background-color: #886E05;
}
.BgClassName
{
background-color: #886E05;
}
</style>
border-color css
<style>
span { border-color: #886E05; }
span { border-color: rgb(136,110,5); }
td.TdClassName
{
border-color: #886E05;
}
.TagClassName
{
border-color: #886E05;
}
</style>