Shades of Olive #807C11
Tints of Olive #807C11
RGB
CMYK
RGB Variations
Color information
#807C11 (or 0x807C11) is known color: Olive. HEX triplet: 80, 7C and 11. RGB value is (128,124,17). Sum of RGB (Red+Green+Blue) = 128+124+17=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #807C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C11 is #7F83EE. Grayscale: #717171. Windows color (decimal): -8356847 or 1145984. OLE color: 1145984.
HSL color Cylindrical-coordinate representation of color #807C11: hue angle of 57.84º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #807C11 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 17 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.50 |
| HSL | 57.84º | 0.77% | 0.28% | - |
| HSV(B) | 57.84º | 0.87% | 0.5% | - |
| XYZ | 16.21 | 19.04 | 3.35 | - |
| YUV | 113 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 17 | 0 | 0.03 | 0.87 | 0.50 | 57.84 | 0.77 | 0.28 |
| Hex | 80 | 7C | 11 | 0 | 3 | 57 | 32 | 3A | 4D | 1C |
| Octal | 200 | 174 | 21 | 0 | 3 | 127 | 62 | 72 | 115 | 34 |
| Binary | 10000000 | 1111100 | 10001 | 0 | 11 | 1010111 | 110010 | 111010 | 1001101 | 11100 |
Color Harmonies of #807C11
Complementary color
Monochromatic Colors of #807C11
Black with #807C11
Text Example
Text Example
White with #807C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C11; }
p { color: rgb(128,124,17); }
H1.HeaderClassName
{
color: #807C11;
}
.AnyTagClassName
{
color: #807C11;
}
</style>
background-color css
<style>
a { background-color: #807C11; }
a { background-color: rgb(128,124,17); }
div.DivClassName
{
background-color: #807C11;
}
.BgClassName
{
background-color: #807C11;
}
</style>
border-color css
<style>
span { border-color: #807C11; }
span { border-color: rgb(128,124,17); }
td.TdClassName
{
border-color: #807C11;
}
.TagClassName
{
border-color: #807C11;
}
</style>