Shades of Olive #808312
Tints of Olive #808312
RGB
CMYK
RGB Variations
Color information
#808312 (or 0x808312) is known color: Olive. HEX triplet: 80, 83 and 12. RGB value is (128,131,18). Sum of RGB (Red+Green+Blue) = 128+131+18=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #808312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808312 is #7F7CED. Grayscale: #757575. Windows color (decimal): -8355054 or 1213312. OLE color: 1213312.
HSL color Cylindrical-coordinate representation of color #808312: hue angle of 61.59º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #808312 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 18 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.49 |
| HSL | 61.59º | 0.76% | 0.29% | - |
| HSV(B) | 61.59º | 0.86% | 0.51% | - |
| XYZ | 17.13 | 20.87 | 3.7 | - |
| YUV | 117.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 18 | 0.02 | 0 | 0.86 | 0.49 | 61.59 | 0.76 | 0.29 |
| Hex | 80 | 83 | 12 | 2 | 0 | 56 | 31 | 3E | 4C | 1D |
| Octal | 200 | 203 | 22 | 2 | 0 | 126 | 61 | 76 | 114 | 35 |
| Binary | 10000000 | 10000011 | 10010 | 10 | 0 | 1010110 | 110001 | 111110 | 1001100 | 11101 |
Color Harmonies of #808312
Complementary color
Monochromatic Colors of #808312
Black with #808312
Text Example
Text Example
White with #808312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808312; }
p { color: rgb(128,131,18); }
H1.HeaderClassName
{
color: #808312;
}
.AnyTagClassName
{
color: #808312;
}
</style>
background-color css
<style>
a { background-color: #808312; }
a { background-color: rgb(128,131,18); }
div.DivClassName
{
background-color: #808312;
}
.BgClassName
{
background-color: #808312;
}
</style>
border-color css
<style>
span { border-color: #808312; }
span { border-color: rgb(128,131,18); }
td.TdClassName
{
border-color: #808312;
}
.TagClassName
{
border-color: #808312;
}
</style>