Shades of Granny Smith #7A9786
Tints of Granny Smith #7A9786
RGB
CMYK
RGB Variations
Color information
#7A9786 (or 0x7A9786) is known color: Granny Smith. HEX triplet: 7A, 97 and 86. RGB value is (122,151,134). Sum of RGB (Red+Green+Blue) = 122+151+134=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9786 is #856879. Grayscale: #8C8C8C. Windows color (decimal): -8743034 or 8820602. OLE color: 8820602.
HSL color Cylindrical-coordinate representation of color #7A9786: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9786 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 134 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.41 |
| HSL | 144.83º | 0.12% | 0.54% | - |
| HSV(B) | 144.83º | 0.19% | 0.59% | - |
| XYZ | 23.4 | 27.99 | 26.72 | - |
| YUV | 140.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 134 | 0.19 | 0 | 0.11 | 0.41 | 144.83 | 0.12 | 0.54 |
| Hex | 7A | 97 | 86 | 13 | 0 | B | 29 | 91 | C | 36 |
| Octal | 172 | 227 | 206 | 23 | 0 | 13 | 51 | 221 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10000110 | 10011 | 0 | 1011 | 101001 | 10010001 | 1100 | 110110 |
Color Harmonies of #7A9786
Complementary color
Monochromatic Colors of #7A9786
Black with #7A9786
Text Example
Text Example
White with #7A9786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9786; }
p { color: rgb(122,151,134); }
H1.HeaderClassName
{
color: #7A9786;
}
.AnyTagClassName
{
color: #7A9786;
}
</style>
background-color css
<style>
a { background-color: #7A9786; }
a { background-color: rgb(122,151,134); }
div.DivClassName
{
background-color: #7A9786;
}
.BgClassName
{
background-color: #7A9786;
}
</style>
border-color css
<style>
span { border-color: #7A9786; }
span { border-color: rgb(122,151,134); }
td.TdClassName
{
border-color: #7A9786;
}
.TagClassName
{
border-color: #7A9786;
}
</style>