Shades of Granny Smith #7A9689
Tints of Granny Smith #7A9689
RGB
CMYK
RGB Variations
Color information
#7A9689 (or 0x7A9689) is known color: Granny Smith. HEX triplet: 7A, 96 and 89. RGB value is (122,150,137). Sum of RGB (Red+Green+Blue) = 122+150+137=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9689 is #856976. Grayscale: #8C8C8C. Windows color (decimal): -8743287 or 9016954. OLE color: 9016954.
HSL color Cylindrical-coordinate representation of color #7A9689: hue angle of 152.14º 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 #7A9689 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 137 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.41 |
| HSL | 152.14º | 0.12% | 0.53% | - |
| HSV(B) | 152.14º | 0.19% | 0.59% | - |
| XYZ | 23.45 | 27.76 | 27.79 | - |
| YUV | 140.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 137 | 0.19 | 0 | 0.09 | 0.41 | 152.14 | 0.12 | 0.53 |
| Hex | 7A | 96 | 89 | 13 | 0 | 9 | 29 | 98 | C | 35 |
| Octal | 172 | 226 | 211 | 23 | 0 | 11 | 51 | 230 | 14 | 65 |
| Binary | 1111010 | 10010110 | 10001001 | 10011 | 0 | 1001 | 101001 | 10011000 | 1100 | 110101 |
Color Harmonies of #7A9689
Complementary color
Monochromatic Colors of #7A9689
Black with #7A9689
Text Example
Text Example
White with #7A9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9689; }
p { color: rgb(122,150,137); }
H1.HeaderClassName
{
color: #7A9689;
}
.AnyTagClassName
{
color: #7A9689;
}
</style>
background-color css
<style>
a { background-color: #7A9689; }
a { background-color: rgb(122,150,137); }
div.DivClassName
{
background-color: #7A9689;
}
.BgClassName
{
background-color: #7A9689;
}
</style>
border-color css
<style>
span { border-color: #7A9689; }
span { border-color: rgb(122,150,137); }
td.TdClassName
{
border-color: #7A9689;
}
.TagClassName
{
border-color: #7A9689;
}
</style>