Shades of Olive #80940B
Tints of Olive #80940B
RGB
CMYK
RGB Variations
Color information
#80940B (or 0x80940B) is known color: Olive. HEX triplet: 80, 94 and 0B. RGB value is (128,148,11). Sum of RGB (Red+Green+Blue) = 128+148+11=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #80940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80940B is #7F6BF4. Grayscale: #7E7E7E. Windows color (decimal): -8350709 or 758912. OLE color: 758912.
HSL color Cylindrical-coordinate representation of color #80940B: hue angle of 68.76º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80940B is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 11 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.42 |
| HSL | 68.76º | 0.86% | 0.31% | - |
| HSV(B) | 68.76º | 0.93% | 0.58% | - |
| XYZ | 19.55 | 25.79 | 4.26 | - |
| YUV | 126.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 11 | 0.14 | 0 | 0.93 | 0.42 | 68.76 | 0.86 | 0.31 |
| Hex | 80 | 94 | B | E | 0 | 5D | 2A | 45 | 56 | 1F |
| Octal | 200 | 224 | 13 | 16 | 0 | 135 | 52 | 105 | 126 | 37 |
| Binary | 10000000 | 10010100 | 1011 | 1110 | 0 | 1011101 | 101010 | 1000101 | 1010110 | 11111 |
Color Harmonies of #80940B
Complementary color
Monochromatic Colors of #80940B
Black with #80940B
Text Example
Text Example
White with #80940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80940B; }
p { color: rgb(128,148,11); }
H1.HeaderClassName
{
color: #80940B;
}
.AnyTagClassName
{
color: #80940B;
}
</style>
background-color css
<style>
a { background-color: #80940B; }
a { background-color: rgb(128,148,11); }
div.DivClassName
{
background-color: #80940B;
}
.BgClassName
{
background-color: #80940B;
}
</style>
border-color css
<style>
span { border-color: #80940B; }
span { border-color: rgb(128,148,11); }
td.TdClassName
{
border-color: #80940B;
}
.TagClassName
{
border-color: #80940B;
}
</style>