Shades of Olive #80940A
Tints of Olive #80940A
RGB
CMYK
RGB Variations
Color information
#80940A (or 0x80940A) is known color: Olive. HEX triplet: 80, 94 and 0A. RGB value is (128,148,10). Sum of RGB (Red+Green+Blue) = 128+148+10=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #80940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80940A is #7F6BF5. Grayscale: #7E7E7E. Windows color (decimal): -8350710 or 693376. OLE color: 693376.
HSL color Cylindrical-coordinate representation of color #80940A: hue angle of 68.7º degrees, saturation: 0.87, 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 #80940A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 10 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.42 |
| HSL | 68.7º | 0.87% | 0.31% | - |
| HSV(B) | 68.7º | 0.93% | 0.58% | - |
| XYZ | 19.55 | 25.79 | 4.24 | - |
| YUV | 126.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 10 | 0.14 | 0 | 0.93 | 0.42 | 68.7 | 0.87 | 0.31 |
| Hex | 80 | 94 | A | E | 0 | 5D | 2A | 45 | 57 | 1F |
| Octal | 200 | 224 | 12 | 16 | 0 | 135 | 52 | 105 | 127 | 37 |
| Binary | 10000000 | 10010100 | 1010 | 1110 | 0 | 1011101 | 101010 | 1000101 | 1010111 | 11111 |
Color Harmonies of #80940A
Complementary color
Monochromatic Colors of #80940A
Black with #80940A
Text Example
Text Example
White with #80940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80940A; }
p { color: rgb(128,148,10); }
H1.HeaderClassName
{
color: #80940A;
}
.AnyTagClassName
{
color: #80940A;
}
</style>
background-color css
<style>
a { background-color: #80940A; }
a { background-color: rgb(128,148,10); }
div.DivClassName
{
background-color: #80940A;
}
.BgClassName
{
background-color: #80940A;
}
</style>
border-color css
<style>
span { border-color: #80940A; }
span { border-color: rgb(128,148,10); }
td.TdClassName
{
border-color: #80940A;
}
.TagClassName
{
border-color: #80940A;
}
</style>