Shades of Granny Smith #7A9889
Tints of Granny Smith #7A9889
RGB
CMYK
RGB Variations
Color information
#7A9889 (or 0x7A9889) is known color: Granny Smith. HEX triplet: 7A, 98 and 89. RGB value is (122,152,137). Sum of RGB (Red+Green+Blue) = 122+152+137=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9889 is #856776. Grayscale: #8D8D8D. Windows color (decimal): -8742775 or 9017466. OLE color: 9017466.
HSL color Cylindrical-coordinate representation of color #7A9889: hue angle of 150º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A9889 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 137 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.40 |
| HSL | 150º | 0.13% | 0.54% | - |
| HSV(B) | 150º | 0.2% | 0.6% | - |
| XYZ | 23.77 | 28.4 | 27.9 | - |
| YUV | 141.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 137 | 0.20 | 0 | 0.10 | 0.40 | 150 | 0.13 | 0.54 |
| Hex | 7A | 98 | 89 | 14 | 0 | A | 28 | 96 | D | 36 |
| Octal | 172 | 230 | 211 | 24 | 0 | 12 | 50 | 226 | 15 | 66 |
| Binary | 1111010 | 10011000 | 10001001 | 10100 | 0 | 1010 | 101000 | 10010110 | 1101 | 110110 |
Color Harmonies of #7A9889
Complementary color
Monochromatic Colors of #7A9889
Black with #7A9889
Text Example
Text Example
White with #7A9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9889; }
p { color: rgb(122,152,137); }
H1.HeaderClassName
{
color: #7A9889;
}
.AnyTagClassName
{
color: #7A9889;
}
</style>
background-color css
<style>
a { background-color: #7A9889; }
a { background-color: rgb(122,152,137); }
div.DivClassName
{
background-color: #7A9889;
}
.BgClassName
{
background-color: #7A9889;
}
</style>
border-color css
<style>
span { border-color: #7A9889; }
span { border-color: rgb(122,152,137); }
td.TdClassName
{
border-color: #7A9889;
}
.TagClassName
{
border-color: #7A9889;
}
</style>