Shades of Olive #888306
Tints of Olive #888306
RGB
CMYK
RGB Variations
Color information
#888306 (or 0x888306) is known color: Olive. HEX triplet: 88, 83 and 06. RGB value is (136,131,6). Sum of RGB (Red+Green+Blue) = 136+131+6=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888306 is #777CF9. Grayscale: #767676. Windows color (decimal): -7830778 or 426888. OLE color: 426888.
HSL color Cylindrical-coordinate representation of color #888306: hue angle of 57.69º degrees, saturation: 0.92, 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 #888306 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 6 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.47 |
| HSL | 57.69º | 0.92% | 0.28% | - |
| HSV(B) | 57.69º | 0.96% | 0.53% | - |
| XYZ | 18.3 | 21.48 | 3.35 | - |
| YUV | 118.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 6 | 0 | 0.04 | 0.96 | 0.47 | 57.69 | 0.92 | 0.28 |
| Hex | 88 | 83 | 6 | 0 | 4 | 60 | 2F | 3A | 5C | 1C |
| Octal | 210 | 203 | 6 | 0 | 4 | 140 | 57 | 72 | 134 | 34 |
| Binary | 10001000 | 10000011 | 110 | 0 | 100 | 1100000 | 101111 | 111010 | 1011100 | 11100 |
Color Harmonies of #888306
Complementary color
Monochromatic Colors of #888306
Black with #888306
Text Example
Text Example
White with #888306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888306; }
p { color: rgb(136,131,6); }
H1.HeaderClassName
{
color: #888306;
}
.AnyTagClassName
{
color: #888306;
}
</style>
background-color css
<style>
a { background-color: #888306; }
a { background-color: rgb(136,131,6); }
div.DivClassName
{
background-color: #888306;
}
.BgClassName
{
background-color: #888306;
}
</style>
border-color css
<style>
span { border-color: #888306; }
span { border-color: rgb(136,131,6); }
td.TdClassName
{
border-color: #888306;
}
.TagClassName
{
border-color: #888306;
}
</style>