Shades of Olive #80960A
Tints of Olive #80960A
RGB
CMYK
RGB Variations
Color information
#80960A (or 0x80960A) is known color: Olive. HEX triplet: 80, 96 and 0A. RGB value is (128,150,10). Sum of RGB (Red+Green+Blue) = 128+150+10=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #80960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80960A is #7F69F5. Grayscale: #808080. Windows color (decimal): -8350198 or 693888. OLE color: 693888.
HSL color Cylindrical-coordinate representation of color #80960A: hue angle of 69.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80960A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 10 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.41 |
| HSL | 69.43º | 0.88% | 0.31% | - |
| HSV(B) | 69.43º | 0.93% | 0.59% | - |
| XYZ | 19.86 | 26.42 | 4.34 | - |
| YUV | 127.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 10 | 0.15 | 0 | 0.93 | 0.41 | 69.43 | 0.88 | 0.31 |
| Hex | 80 | 96 | A | F | 0 | 5D | 29 | 45 | 58 | 1F |
| Octal | 200 | 226 | 12 | 17 | 0 | 135 | 51 | 105 | 130 | 37 |
| Binary | 10000000 | 10010110 | 1010 | 1111 | 0 | 1011101 | 101001 | 1000101 | 1011000 | 11111 |
Color Harmonies of #80960A
Complementary color
Monochromatic Colors of #80960A
Black with #80960A
Text Example
Text Example
White with #80960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80960A; }
p { color: rgb(128,150,10); }
H1.HeaderClassName
{
color: #80960A;
}
.AnyTagClassName
{
color: #80960A;
}
</style>
background-color css
<style>
a { background-color: #80960A; }
a { background-color: rgb(128,150,10); }
div.DivClassName
{
background-color: #80960A;
}
.BgClassName
{
background-color: #80960A;
}
</style>
border-color css
<style>
span { border-color: #80960A; }
span { border-color: rgb(128,150,10); }
td.TdClassName
{
border-color: #80960A;
}
.TagClassName
{
border-color: #80960A;
}
</style>