Shades of Olive #808112
Tints of Olive #808112
RGB
CMYK
RGB Variations
Color information
#808112 (or 0x808112) is known color: Olive. HEX triplet: 80, 81 and 12. RGB value is (128,129,18). Sum of RGB (Red+Green+Blue) = 128+129+18=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #808112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808112 is #7F7EED. Grayscale: #747474. Windows color (decimal): -8355566 or 1212800. OLE color: 1212800.
HSL color Cylindrical-coordinate representation of color #808112: hue angle of 60.54º 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 #808112 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 18 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.49 |
| HSL | 60.54º | 0.76% | 0.29% | - |
| HSV(B) | 60.54º | 0.86% | 0.51% | - |
| XYZ | 16.86 | 20.33 | 3.61 | - |
| YUV | 116.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 18 | 0.01 | 0 | 0.86 | 0.49 | 60.54 | 0.76 | 0.29 |
| Hex | 80 | 81 | 12 | 1 | 0 | 56 | 31 | 3D | 4C | 1D |
| Octal | 200 | 201 | 22 | 1 | 0 | 126 | 61 | 75 | 114 | 35 |
| Binary | 10000000 | 10000001 | 10010 | 1 | 0 | 1010110 | 110001 | 111101 | 1001100 | 11101 |
Color Harmonies of #808112
Complementary color
Monochromatic Colors of #808112
Black with #808112
Text Example
Text Example
White with #808112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808112; }
p { color: rgb(128,129,18); }
H1.HeaderClassName
{
color: #808112;
}
.AnyTagClassName
{
color: #808112;
}
</style>
background-color css
<style>
a { background-color: #808112; }
a { background-color: rgb(128,129,18); }
div.DivClassName
{
background-color: #808112;
}
.BgClassName
{
background-color: #808112;
}
</style>
border-color css
<style>
span { border-color: #808112; }
span { border-color: rgb(128,129,18); }
td.TdClassName
{
border-color: #808112;
}
.TagClassName
{
border-color: #808112;
}
</style>