Shades of Granny Smith #7A9690
Tints of Granny Smith #7A9690
RGB
CMYK
RGB Variations
Color information
#7A9690 (or 0x7A9690) is known color: Granny Smith. HEX triplet: 7A, 96 and 90. RGB value is (122,150,144). Sum of RGB (Red+Green+Blue) = 122+150+144=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9690 is #85696F. Grayscale: #8C8C8C. Windows color (decimal): -8743280 or 9475706. OLE color: 9475706.
HSL color Cylindrical-coordinate representation of color #7A9690: hue angle of 167.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 #7A9690 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 144 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.41 |
| HSL | 167.14º | 0.12% | 0.53% | - |
| HSV(B) | 167.14º | 0.19% | 0.59% | - |
| XYZ | 23.97 | 27.96 | 30.52 | - |
| YUV | 140.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 144 | 0.19 | 0 | 0.04 | 0.41 | 167.14 | 0.12 | 0.53 |
| Hex | 7A | 96 | 90 | 13 | 0 | 4 | 29 | A7 | C | 35 |
| Octal | 172 | 226 | 220 | 23 | 0 | 4 | 51 | 247 | 14 | 65 |
| Binary | 1111010 | 10010110 | 10010000 | 10011 | 0 | 100 | 101001 | 10100111 | 1100 | 110101 |
Color Harmonies of #7A9690
Complementary color
Monochromatic Colors of #7A9690
Black with #7A9690
Text Example
Text Example
White with #7A9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9690; }
p { color: rgb(122,150,144); }
H1.HeaderClassName
{
color: #7A9690;
}
.AnyTagClassName
{
color: #7A9690;
}
</style>
background-color css
<style>
a { background-color: #7A9690; }
a { background-color: rgb(122,150,144); }
div.DivClassName
{
background-color: #7A9690;
}
.BgClassName
{
background-color: #7A9690;
}
</style>
border-color css
<style>
span { border-color: #7A9690; }
span { border-color: rgb(122,150,144); }
td.TdClassName
{
border-color: #7A9690;
}
.TagClassName
{
border-color: #7A9690;
}
</style>