Shades of Olive #808311
Tints of Olive #808311
RGB
CMYK
RGB Variations
Color information
#808311 (or 0x808311) is known color: Olive. HEX triplet: 80, 83 and 11. RGB value is (128,131,17). Sum of RGB (Red+Green+Blue) = 128+131+17=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #808311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808311 is #7F7CEE. Grayscale: #757575. Windows color (decimal): -8355055 or 1147776. OLE color: 1147776.
HSL color Cylindrical-coordinate representation of color #808311: hue angle of 61.58º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #808311 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 17 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.49 |
| HSL | 61.58º | 0.77% | 0.29% | - |
| HSV(B) | 61.58º | 0.87% | 0.51% | - |
| XYZ | 17.12 | 20.86 | 3.65 | - |
| YUV | 117.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 17 | 0.02 | 0 | 0.87 | 0.49 | 61.58 | 0.77 | 0.29 |
| Hex | 80 | 83 | 11 | 2 | 0 | 57 | 31 | 3E | 4D | 1D |
| Octal | 200 | 203 | 21 | 2 | 0 | 127 | 61 | 76 | 115 | 35 |
| Binary | 10000000 | 10000011 | 10001 | 10 | 0 | 1010111 | 110001 | 111110 | 1001101 | 11101 |
Color Harmonies of #808311
Complementary color
Monochromatic Colors of #808311
Black with #808311
Text Example
Text Example
White with #808311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808311; }
p { color: rgb(128,131,17); }
H1.HeaderClassName
{
color: #808311;
}
.AnyTagClassName
{
color: #808311;
}
</style>
background-color css
<style>
a { background-color: #808311; }
a { background-color: rgb(128,131,17); }
div.DivClassName
{
background-color: #808311;
}
.BgClassName
{
background-color: #808311;
}
</style>
border-color css
<style>
span { border-color: #808311; }
span { border-color: rgb(128,131,17); }
td.TdClassName
{
border-color: #808311;
}
.TagClassName
{
border-color: #808311;
}
</style>