Shades of Granny Smith #7A9F97
Tints of Granny Smith #7A9F97
RGB
CMYK
RGB Variations
Color information
#7A9F97 (or 0x7A9F97) is known color: Granny Smith. HEX triplet: 7A, 9F and 97. RGB value is (122,159,151). Sum of RGB (Red+Green+Blue) = 122+159+151=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F97 is #856068. Grayscale: #939393. Windows color (decimal): -8740969 or 9936762. OLE color: 9936762.
HSL color Cylindrical-coordinate representation of color #7A9F97: hue angle of 167.03º 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 #7A9F97 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 151 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.38 |
| HSL | 167.03º | 0.16% | 0.55% | - |
| HSV(B) | 167.03º | 0.23% | 0.62% | - |
| XYZ | 26.01 | 31.17 | 33.92 | - |
| YUV | 147.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 151 | 0.23 | 0 | 0.05 | 0.38 | 167.03 | 0.16 | 0.55 |
| Hex | 7A | 9F | 97 | 17 | 0 | 5 | 26 | A7 | 10 | 37 |
| Octal | 172 | 237 | 227 | 27 | 0 | 5 | 46 | 247 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10010111 | 10111 | 0 | 101 | 100110 | 10100111 | 10000 | 110111 |
Color Harmonies of #7A9F97
Complementary color
Monochromatic Colors of #7A9F97
Black with #7A9F97
Text Example
Text Example
White with #7A9F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F97; }
p { color: rgb(122,159,151); }
H1.HeaderClassName
{
color: #7A9F97;
}
.AnyTagClassName
{
color: #7A9F97;
}
</style>
background-color css
<style>
a { background-color: #7A9F97; }
a { background-color: rgb(122,159,151); }
div.DivClassName
{
background-color: #7A9F97;
}
.BgClassName
{
background-color: #7A9F97;
}
</style>
border-color css
<style>
span { border-color: #7A9F97; }
span { border-color: rgb(122,159,151); }
td.TdClassName
{
border-color: #7A9F97;
}
.TagClassName
{
border-color: #7A9F97;
}
</style>