Shades of Olive #80910B
Tints of Olive #80910B
RGB
CMYK
RGB Variations
Color information
#80910B (or 0x80910B) is known color: Olive. HEX triplet: 80, 91 and 0B. RGB value is (128,145,11). Sum of RGB (Red+Green+Blue) = 128+145+11=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #80910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80910B is #7F6EF4. Grayscale: #7D7D7D. Windows color (decimal): -8351477 or 758144. OLE color: 758144.
HSL color Cylindrical-coordinate representation of color #80910B: hue angle of 67.61º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80910B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 11 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.43 |
| HSL | 67.61º | 0.86% | 0.31% | - |
| HSV(B) | 67.61º | 0.92% | 0.57% | - |
| XYZ | 19.09 | 24.86 | 4.11 | - |
| YUV | 124.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 11 | 0.12 | 0 | 0.92 | 0.43 | 67.61 | 0.86 | 0.31 |
| Hex | 80 | 91 | B | C | 0 | 5C | 2B | 44 | 56 | 1F |
| Octal | 200 | 221 | 13 | 14 | 0 | 134 | 53 | 104 | 126 | 37 |
| Binary | 10000000 | 10010001 | 1011 | 1100 | 0 | 1011100 | 101011 | 1000100 | 1010110 | 11111 |
Color Harmonies of #80910B
Complementary color
Monochromatic Colors of #80910B
Black with #80910B
Text Example
Text Example
White with #80910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80910B; }
p { color: rgb(128,145,11); }
H1.HeaderClassName
{
color: #80910B;
}
.AnyTagClassName
{
color: #80910B;
}
</style>
background-color css
<style>
a { background-color: #80910B; }
a { background-color: rgb(128,145,11); }
div.DivClassName
{
background-color: #80910B;
}
.BgClassName
{
background-color: #80910B;
}
</style>
border-color css
<style>
span { border-color: #80910B; }
span { border-color: rgb(128,145,11); }
td.TdClassName
{
border-color: #80910B;
}
.TagClassName
{
border-color: #80910B;
}
</style>