Shades of Granny Smith #7A9788
Tints of Granny Smith #7A9788
RGB
CMYK
RGB Variations
Color information
#7A9788 (or 0x7A9788) is known color: Granny Smith. HEX triplet: 7A, 97 and 88. RGB value is (122,151,136). Sum of RGB (Red+Green+Blue) = 122+151+136=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9788 is #856877. Grayscale: #8C8C8C. Windows color (decimal): -8743032 or 8951674. OLE color: 8951674.
HSL color Cylindrical-coordinate representation of color #7A9788: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9788 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 136 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.41 |
| HSL | 148.97º | 0.12% | 0.54% | - |
| HSV(B) | 148.97º | 0.19% | 0.59% | - |
| XYZ | 23.54 | 28.05 | 27.47 | - |
| YUV | 140.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 136 | 0.19 | 0 | 0.10 | 0.41 | 148.97 | 0.12 | 0.54 |
| Hex | 7A | 97 | 88 | 13 | 0 | A | 29 | 95 | C | 36 |
| Octal | 172 | 227 | 210 | 23 | 0 | 12 | 51 | 225 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10001000 | 10011 | 0 | 1010 | 101001 | 10010101 | 1100 | 110110 |
Color Harmonies of #7A9788
Complementary color
Monochromatic Colors of #7A9788
Black with #7A9788
Text Example
Text Example
White with #7A9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9788; }
p { color: rgb(122,151,136); }
H1.HeaderClassName
{
color: #7A9788;
}
.AnyTagClassName
{
color: #7A9788;
}
</style>
background-color css
<style>
a { background-color: #7A9788; }
a { background-color: rgb(122,151,136); }
div.DivClassName
{
background-color: #7A9788;
}
.BgClassName
{
background-color: #7A9788;
}
</style>
border-color css
<style>
span { border-color: #7A9788; }
span { border-color: rgb(122,151,136); }
td.TdClassName
{
border-color: #7A9788;
}
.TagClassName
{
border-color: #7A9788;
}
</style>