Shades of Granny Smith #7A9686
Tints of Granny Smith #7A9686
RGB
CMYK
RGB Variations
Color information
#7A9686 (or 0x7A9686) is known color: Granny Smith. HEX triplet: 7A, 96 and 86. RGB value is (122,150,134). Sum of RGB (Red+Green+Blue) = 122+150+134=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9686 is #856979. Grayscale: #8B8B8B. Windows color (decimal): -8743290 or 8820346. OLE color: 8820346.
HSL color Cylindrical-coordinate representation of color #7A9686: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9686 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 134 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.41 |
| HSL | 145.71º | 0.12% | 0.53% | - |
| HSV(B) | 145.71º | 0.19% | 0.59% | - |
| XYZ | 23.24 | 27.67 | 26.67 | - |
| YUV | 139.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 134 | 0.19 | 0 | 0.11 | 0.41 | 145.71 | 0.12 | 0.53 |
| Hex | 7A | 96 | 86 | 13 | 0 | B | 29 | 92 | C | 35 |
| Octal | 172 | 226 | 206 | 23 | 0 | 13 | 51 | 222 | 14 | 65 |
| Binary | 1111010 | 10010110 | 10000110 | 10011 | 0 | 1011 | 101001 | 10010010 | 1100 | 110101 |
Color Harmonies of #7A9686
Complementary color
Monochromatic Colors of #7A9686
Black with #7A9686
Text Example
Text Example
White with #7A9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9686; }
p { color: rgb(122,150,134); }
H1.HeaderClassName
{
color: #7A9686;
}
.AnyTagClassName
{
color: #7A9686;
}
</style>
background-color css
<style>
a { background-color: #7A9686; }
a { background-color: rgb(122,150,134); }
div.DivClassName
{
background-color: #7A9686;
}
.BgClassName
{
background-color: #7A9686;
}
</style>
border-color css
<style>
span { border-color: #7A9686; }
span { border-color: rgb(122,150,134); }
td.TdClassName
{
border-color: #7A9686;
}
.TagClassName
{
border-color: #7A9686;
}
</style>