Shades of Olive #7A9205
Tints of Olive #7A9205
RGB
CMYK
RGB Variations
Color information
#7A9205 (or 0x7A9205) is known color: Olive. HEX triplet: 7A, 92 and 05. RGB value is (122,146,5). Sum of RGB (Red+Green+Blue) = 122+146+5=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9205 is #856DFA. Grayscale: #7B7B7B. Windows color (decimal): -8744443 or 365178. OLE color: 365178.
HSL color Cylindrical-coordinate representation of color #7A9205: hue angle of 70.21º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A9205 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.43 |
| HSL | 70.21º | 0.93% | 0.3% | - |
| HSV(B) | 70.21º | 0.97% | 0.57% | - |
| XYZ | 18.33 | 24.71 | 3.95 | - |
| YUV | 122.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 5 | 0.16 | 0 | 0.97 | 0.43 | 70.21 | 0.93 | 0.3 |
| Hex | 7A | 92 | 5 | 10 | 0 | 61 | 2B | 46 | 5D | 1E |
| Octal | 172 | 222 | 5 | 20 | 0 | 141 | 53 | 106 | 135 | 36 |
| Binary | 1111010 | 10010010 | 101 | 10000 | 0 | 1100001 | 101011 | 1000110 | 1011101 | 11110 |
Color Harmonies of #7A9205
Complementary color
Monochromatic Colors of #7A9205
Black with #7A9205
Text Example
Text Example
White with #7A9205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9205; }
p { color: rgb(122,146,5); }
H1.HeaderClassName
{
color: #7A9205;
}
.AnyTagClassName
{
color: #7A9205;
}
</style>
background-color css
<style>
a { background-color: #7A9205; }
a { background-color: rgb(122,146,5); }
div.DivClassName
{
background-color: #7A9205;
}
.BgClassName
{
background-color: #7A9205;
}
</style>
border-color css
<style>
span { border-color: #7A9205; }
span { border-color: rgb(122,146,5); }
td.TdClassName
{
border-color: #7A9205;
}
.TagClassName
{
border-color: #7A9205;
}
</style>