Shades of Granny Smith #7A9A8F
Tints of Granny Smith #7A9A8F
RGB
CMYK
RGB Variations
Color information
#7A9A8F (or 0x7A9A8F) is known color: Granny Smith. HEX triplet: 7A, 9A and 8F. RGB value is (122,154,143). Sum of RGB (Red+Green+Blue) = 122+154+143=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A8F is #856570. Grayscale: #8F8F8F. Windows color (decimal): -8742257 or 9411194. OLE color: 9411194.
HSL color Cylindrical-coordinate representation of color #7A9A8F: hue angle of 159.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A8F is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 143 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.40 |
| HSL | 159.38º | 0.14% | 0.54% | - |
| HSV(B) | 159.38º | 0.21% | 0.6% | - |
| XYZ | 24.54 | 29.23 | 30.34 | - |
| YUV | 143.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 143 | 0.21 | 0 | 0.07 | 0.40 | 159.38 | 0.14 | 0.54 |
| Hex | 7A | 9A | 8F | 15 | 0 | 7 | 28 | 9F | E | 36 |
| Octal | 172 | 232 | 217 | 25 | 0 | 7 | 50 | 237 | 16 | 66 |
| Binary | 1111010 | 10011010 | 10001111 | 10101 | 0 | 111 | 101000 | 10011111 | 1110 | 110110 |
Color Harmonies of #7A9A8F
Complementary color
Monochromatic Colors of #7A9A8F
Black with #7A9A8F
Text Example
Text Example
White with #7A9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A8F; }
p { color: rgb(122,154,143); }
H1.HeaderClassName
{
color: #7A9A8F;
}
.AnyTagClassName
{
color: #7A9A8F;
}
</style>
background-color css
<style>
a { background-color: #7A9A8F; }
a { background-color: rgb(122,154,143); }
div.DivClassName
{
background-color: #7A9A8F;
}
.BgClassName
{
background-color: #7A9A8F;
}
</style>
border-color css
<style>
span { border-color: #7A9A8F; }
span { border-color: rgb(122,154,143); }
td.TdClassName
{
border-color: #7A9A8F;
}
.TagClassName
{
border-color: #7A9A8F;
}
</style>