Shades of Granny Smith #7A9687
Tints of Granny Smith #7A9687
RGB
CMYK
RGB Variations
Color information
#7A9687 (or 0x7A9687) is known color: Granny Smith. HEX triplet: 7A, 96 and 87. RGB value is (122,150,135). Sum of RGB (Red+Green+Blue) = 122+150+135=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9687 is #856978. Grayscale: #8B8B8B. Windows color (decimal): -8743289 or 8885882. OLE color: 8885882.
HSL color Cylindrical-coordinate representation of color #7A9687: hue angle of 147.86º 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 #7A9687 is Cyan = 0.19, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 135 | - |
| CMYK | 0.19 | 0 | 0.1 | 0.41 |
| HSL | 147.86º | 0.12% | 0.53% | - |
| HSV(B) | 147.86º | 0.19% | 0.59% | - |
| XYZ | 23.31 | 27.7 | 27.04 | - |
| YUV | 139.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 135 | 0.19 | 0 | 0.1 | 0.41 | 147.86 | 0.12 | 0.53 |
| Hex | 7A | 96 | 87 | 13 | 0 | A | 29 | 94 | C | 35 |
| Octal | 172 | 226 | 207 | 23 | 0 | 12 | 51 | 224 | 14 | 65 |
| Binary | 1111010 | 10010110 | 10000111 | 10011 | 0 | 1010 | 101001 | 10010100 | 1100 | 110101 |
Color Harmonies of #7A9687
Complementary color
Monochromatic Colors of #7A9687
Black with #7A9687
Text Example
Text Example
White with #7A9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9687; }
p { color: rgb(122,150,135); }
H1.HeaderClassName
{
color: #7A9687;
}
.AnyTagClassName
{
color: #7A9687;
}
</style>
background-color css
<style>
a { background-color: #7A9687; }
a { background-color: rgb(122,150,135); }
div.DivClassName
{
background-color: #7A9687;
}
.BgClassName
{
background-color: #7A9687;
}
</style>
border-color css
<style>
span { border-color: #7A9687; }
span { border-color: rgb(122,150,135); }
td.TdClassName
{
border-color: #7A9687;
}
.TagClassName
{
border-color: #7A9687;
}
</style>