Shades of Granny Smith #7A978A
Tints of Granny Smith #7A978A
RGB
CMYK
RGB Variations
Color information
#7A978A (or 0x7A978A) is known color: Granny Smith. HEX triplet: 7A, 97 and 8A. RGB value is (122,151,138). Sum of RGB (Red+Green+Blue) = 122+151+138=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #7A978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A978A is #856875. Grayscale: #8C8C8C. Windows color (decimal): -8743030 or 9082746. OLE color: 9082746.
HSL color Cylindrical-coordinate representation of color #7A978A: hue angle of 153.1º 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 #7A978A is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 138 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.41 |
| HSL | 153.1º | 0.12% | 0.54% | - |
| HSV(B) | 153.1º | 0.19% | 0.59% | - |
| XYZ | 23.68 | 28.11 | 28.22 | - |
| YUV | 140.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 138 | 0.19 | 0 | 0.09 | 0.41 | 153.1 | 0.12 | 0.54 |
| Hex | 7A | 97 | 8A | 13 | 0 | 9 | 29 | 99 | C | 36 |
| Octal | 172 | 227 | 212 | 23 | 0 | 11 | 51 | 231 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10001010 | 10011 | 0 | 1001 | 101001 | 10011001 | 1100 | 110110 |
Color Harmonies of #7A978A
Complementary color
Monochromatic Colors of #7A978A
Black with #7A978A
Text Example
Text Example
White with #7A978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A978A; }
p { color: rgb(122,151,138); }
H1.HeaderClassName
{
color: #7A978A;
}
.AnyTagClassName
{
color: #7A978A;
}
</style>
background-color css
<style>
a { background-color: #7A978A; }
a { background-color: rgb(122,151,138); }
div.DivClassName
{
background-color: #7A978A;
}
.BgClassName
{
background-color: #7A978A;
}
</style>
border-color css
<style>
span { border-color: #7A978A; }
span { border-color: rgb(122,151,138); }
td.TdClassName
{
border-color: #7A978A;
}
.TagClassName
{
border-color: #7A978A;
}
</style>