Shades of Granny Smith #7A968C
Tints of Granny Smith #7A968C
RGB
CMYK
RGB Variations
Color information
#7A968C (or 0x7A968C) is known color: Granny Smith. HEX triplet: 7A, 96 and 8C. RGB value is (122,150,140). Sum of RGB (Red+Green+Blue) = 122+150+140=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #7A968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A968C is #856973. Grayscale: #8C8C8C. Windows color (decimal): -8743284 or 9213562. OLE color: 9213562.
HSL color Cylindrical-coordinate representation of color #7A968C: hue angle of 158.57º 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 #7A968C is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 140 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.41 |
| HSL | 158.57º | 0.12% | 0.53% | - |
| HSV(B) | 158.57º | 0.19% | 0.59% | - |
| XYZ | 23.67 | 27.84 | 28.94 | - |
| YUV | 140.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 140 | 0.19 | 0 | 0.07 | 0.41 | 158.57 | 0.12 | 0.53 |
| Hex | 7A | 96 | 8C | 13 | 0 | 7 | 29 | 9F | C | 35 |
| Octal | 172 | 226 | 214 | 23 | 0 | 7 | 51 | 237 | 14 | 65 |
| Binary | 1111010 | 10010110 | 10001100 | 10011 | 0 | 111 | 101001 | 10011111 | 1100 | 110101 |
Color Harmonies of #7A968C
Complementary color
Monochromatic Colors of #7A968C
Black with #7A968C
Text Example
Text Example
White with #7A968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A968C; }
p { color: rgb(122,150,140); }
H1.HeaderClassName
{
color: #7A968C;
}
.AnyTagClassName
{
color: #7A968C;
}
</style>
background-color css
<style>
a { background-color: #7A968C; }
a { background-color: rgb(122,150,140); }
div.DivClassName
{
background-color: #7A968C;
}
.BgClassName
{
background-color: #7A968C;
}
</style>
border-color css
<style>
span { border-color: #7A968C; }
span { border-color: rgb(122,150,140); }
td.TdClassName
{
border-color: #7A968C;
}
.TagClassName
{
border-color: #7A968C;
}
</style>