Shades of Olive #807B11
Tints of Olive #807B11
RGB
CMYK
RGB Variations
Color information
#807B11 (or 0x807B11) is known color: Olive. HEX triplet: 80, 7B and 11. RGB value is (128,123,17). Sum of RGB (Red+Green+Blue) = 128+123+17=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #807B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807B11 is #7F84EE. Grayscale: #707070. Windows color (decimal): -8357103 or 1145728. OLE color: 1145728.
HSL color Cylindrical-coordinate representation of color #807B11: hue angle of 57.3º 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 #807B11 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 17 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.50 |
| HSL | 57.3º | 0.77% | 0.28% | - |
| HSV(B) | 57.3º | 0.87% | 0.5% | - |
| XYZ | 16.09 | 18.8 | 3.31 | - |
| YUV | 112.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 17 | 0 | 0.04 | 0.87 | 0.50 | 57.3 | 0.77 | 0.28 |
| Hex | 80 | 7B | 11 | 0 | 4 | 57 | 32 | 39 | 4D | 1C |
| Octal | 200 | 173 | 21 | 0 | 4 | 127 | 62 | 71 | 115 | 34 |
| Binary | 10000000 | 1111011 | 10001 | 0 | 100 | 1010111 | 110010 | 111001 | 1001101 | 11100 |
Color Harmonies of #807B11
Complementary color
Monochromatic Colors of #807B11
Black with #807B11
Text Example
Text Example
White with #807B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B11; }
p { color: rgb(128,123,17); }
H1.HeaderClassName
{
color: #807B11;
}
.AnyTagClassName
{
color: #807B11;
}
</style>
background-color css
<style>
a { background-color: #807B11; }
a { background-color: rgb(128,123,17); }
div.DivClassName
{
background-color: #807B11;
}
.BgClassName
{
background-color: #807B11;
}
</style>
border-color css
<style>
span { border-color: #807B11; }
span { border-color: rgb(128,123,17); }
td.TdClassName
{
border-color: #807B11;
}
.TagClassName
{
border-color: #807B11;
}
</style>