Shades of Olive #888311
Tints of Olive #888311
RGB
CMYK
RGB Variations
Color information
#888311 (or 0x888311) is known color: Olive. HEX triplet: 88, 83 and 11. RGB value is (136,131,17). Sum of RGB (Red+Green+Blue) = 136+131+17=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #888311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888311 is #777CEE. Grayscale: #777777. Windows color (decimal): -7830767 or 1147784. OLE color: 1147784.
HSL color Cylindrical-coordinate representation of color #888311: hue angle of 57.48º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #888311 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 17 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.47 |
| HSL | 57.48º | 0.78% | 0.3% | - |
| HSV(B) | 57.48º | 0.88% | 0.53% | - |
| XYZ | 18.37 | 21.51 | 3.71 | - |
| YUV | 119.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 17 | 0 | 0.04 | 0.87 | 0.47 | 57.48 | 0.78 | 0.3 |
| Hex | 88 | 83 | 11 | 0 | 4 | 57 | 2F | 39 | 4E | 1E |
| Octal | 210 | 203 | 21 | 0 | 4 | 127 | 57 | 71 | 116 | 36 |
| Binary | 10001000 | 10000011 | 10001 | 0 | 100 | 1010111 | 101111 | 111001 | 1001110 | 11110 |
Color Harmonies of #888311
Complementary color
Monochromatic Colors of #888311
Black with #888311
Text Example
Text Example
White with #888311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888311; }
p { color: rgb(136,131,17); }
H1.HeaderClassName
{
color: #888311;
}
.AnyTagClassName
{
color: #888311;
}
</style>
background-color css
<style>
a { background-color: #888311; }
a { background-color: rgb(136,131,17); }
div.DivClassName
{
background-color: #888311;
}
.BgClassName
{
background-color: #888311;
}
</style>
border-color css
<style>
span { border-color: #888311; }
span { border-color: rgb(136,131,17); }
td.TdClassName
{
border-color: #888311;
}
.TagClassName
{
border-color: #888311;
}
</style>