Shades of Granny Smith #7A9F96
Tints of Granny Smith #7A9F96
RGB
CMYK
RGB Variations
Color information
#7A9F96 (or 0x7A9F96) is known color: Granny Smith. HEX triplet: 7A, 9F and 96. RGB value is (122,159,150). Sum of RGB (Red+Green+Blue) = 122+159+150=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F96 is #856069. Grayscale: #929292. Windows color (decimal): -8740970 or 9871226. OLE color: 9871226.
HSL color Cylindrical-coordinate representation of color #7A9F96: hue angle of 165.41º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F96 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 150 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.38 |
| HSL | 165.41º | 0.16% | 0.55% | - |
| HSV(B) | 165.41º | 0.23% | 0.62% | - |
| XYZ | 25.93 | 31.14 | 33.5 | - |
| YUV | 146.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 150 | 0.23 | 0 | 0.06 | 0.38 | 165.41 | 0.16 | 0.55 |
| Hex | 7A | 9F | 96 | 17 | 0 | 6 | 26 | A5 | 10 | 37 |
| Octal | 172 | 237 | 226 | 27 | 0 | 6 | 46 | 245 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10010110 | 10111 | 0 | 110 | 100110 | 10100101 | 10000 | 110111 |
Color Harmonies of #7A9F96
Complementary color
Monochromatic Colors of #7A9F96
Black with #7A9F96
Text Example
Text Example
White with #7A9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F96; }
p { color: rgb(122,159,150); }
H1.HeaderClassName
{
color: #7A9F96;
}
.AnyTagClassName
{
color: #7A9F96;
}
</style>
background-color css
<style>
a { background-color: #7A9F96; }
a { background-color: rgb(122,159,150); }
div.DivClassName
{
background-color: #7A9F96;
}
.BgClassName
{
background-color: #7A9F96;
}
</style>
border-color css
<style>
span { border-color: #7A9F96; }
span { border-color: rgb(122,159,150); }
td.TdClassName
{
border-color: #7A9F96;
}
.TagClassName
{
border-color: #7A9F96;
}
</style>