Shades of Olive #7A800A
Tints of Olive #7A800A
RGB
CMYK
RGB Variations
Color information
#7A800A (or 0x7A800A) is known color: Olive. HEX triplet: 7A, 80 and 0A. RGB value is (122,128,10). Sum of RGB (Red+Green+Blue) = 122+128+10=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #7A800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A800A is #857FF5. Grayscale: #717171. Windows color (decimal): -8749046 or 688250. OLE color: 688250.
HSL color Cylindrical-coordinate representation of color #7A800A: hue angle of 63.05º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A800A is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 10 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.50 |
| HSL | 63.05º | 0.86% | 0.27% | - |
| HSV(B) | 63.05º | 0.92% | 0.5% | - |
| XYZ | 15.8 | 19.6 | 3.24 | - |
| YUV | 112.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 10 | 0.05 | 0 | 0.92 | 0.50 | 63.05 | 0.86 | 0.27 |
| Hex | 7A | 80 | A | 5 | 0 | 5C | 32 | 3F | 56 | 1B |
| Octal | 172 | 200 | 12 | 5 | 0 | 134 | 62 | 77 | 126 | 33 |
| Binary | 1111010 | 10000000 | 1010 | 101 | 0 | 1011100 | 110010 | 111111 | 1010110 | 11011 |
Color Harmonies of #7A800A
Complementary color
Monochromatic Colors of #7A800A
Black with #7A800A
Text Example
Text Example
White with #7A800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A800A; }
p { color: rgb(122,128,10); }
H1.HeaderClassName
{
color: #7A800A;
}
.AnyTagClassName
{
color: #7A800A;
}
</style>
background-color css
<style>
a { background-color: #7A800A; }
a { background-color: rgb(122,128,10); }
div.DivClassName
{
background-color: #7A800A;
}
.BgClassName
{
background-color: #7A800A;
}
</style>
border-color css
<style>
span { border-color: #7A800A; }
span { border-color: rgb(122,128,10); }
td.TdClassName
{
border-color: #7A800A;
}
.TagClassName
{
border-color: #7A800A;
}
</style>