Shades of Olive #7A9706
Tints of Olive #7A9706
RGB
CMYK
RGB Variations
Color information
#7A9706 (or 0x7A9706) is known color: Olive. HEX triplet: 7A, 97 and 06. RGB value is (122,151,6). Sum of RGB (Red+Green+Blue) = 122+151+6=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9706 is #8568F9. Grayscale: #7E7E7E. Windows color (decimal): -8743162 or 431994. OLE color: 431994.
HSL color Cylindrical-coordinate representation of color #7A9706: hue angle of 72º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A9706 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.41 |
| HSL | 72º | 0.92% | 0.31% | - |
| HSV(B) | 72º | 0.96% | 0.59% | - |
| XYZ | 19.13 | 26.28 | 4.24 | - |
| YUV | 125.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 6 | 0.19 | 0 | 0.96 | 0.41 | 72 | 0.92 | 0.31 |
| Hex | 7A | 97 | 6 | 13 | 0 | 60 | 29 | 48 | 5C | 1F |
| Octal | 172 | 227 | 6 | 23 | 0 | 140 | 51 | 110 | 134 | 37 |
| Binary | 1111010 | 10010111 | 110 | 10011 | 0 | 1100000 | 101001 | 1001000 | 1011100 | 11111 |
Color Harmonies of #7A9706
Complementary color
Monochromatic Colors of #7A9706
Black with #7A9706
Text Example
Text Example
White with #7A9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9706; }
p { color: rgb(122,151,6); }
H1.HeaderClassName
{
color: #7A9706;
}
.AnyTagClassName
{
color: #7A9706;
}
</style>
background-color css
<style>
a { background-color: #7A9706; }
a { background-color: rgb(122,151,6); }
div.DivClassName
{
background-color: #7A9706;
}
.BgClassName
{
background-color: #7A9706;
}
</style>
border-color css
<style>
span { border-color: #7A9706; }
span { border-color: rgb(122,151,6); }
td.TdClassName
{
border-color: #7A9706;
}
.TagClassName
{
border-color: #7A9706;
}
</style>