Shades of Granny Smith #7A9A8B
Tints of Granny Smith #7A9A8B
RGB
CMYK
RGB Variations
Color information
#7A9A8B (or 0x7A9A8B) is known color: Granny Smith. HEX triplet: 7A, 9A and 8B. RGB value is (122,154,139). Sum of RGB (Red+Green+Blue) = 122+154+139=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A8B is #856574. Grayscale: #8E8E8E. Windows color (decimal): -8742261 or 9149050. OLE color: 9149050.
HSL color Cylindrical-coordinate representation of color #7A9A8B: hue angle of 151.88º 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 #7A9A8B is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 139 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.40 |
| HSL | 151.88º | 0.14% | 0.54% | - |
| HSV(B) | 151.88º | 0.21% | 0.6% | - |
| XYZ | 24.24 | 29.11 | 28.77 | - |
| YUV | 142.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 139 | 0.21 | 0 | 0.10 | 0.40 | 151.88 | 0.14 | 0.54 |
| Hex | 7A | 9A | 8B | 15 | 0 | A | 28 | 98 | E | 36 |
| Octal | 172 | 232 | 213 | 25 | 0 | 12 | 50 | 230 | 16 | 66 |
| Binary | 1111010 | 10011010 | 10001011 | 10101 | 0 | 1010 | 101000 | 10011000 | 1110 | 110110 |
Color Harmonies of #7A9A8B
Complementary color
Monochromatic Colors of #7A9A8B
Black with #7A9A8B
Text Example
Text Example
White with #7A9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A8B; }
p { color: rgb(122,154,139); }
H1.HeaderClassName
{
color: #7A9A8B;
}
.AnyTagClassName
{
color: #7A9A8B;
}
</style>
background-color css
<style>
a { background-color: #7A9A8B; }
a { background-color: rgb(122,154,139); }
div.DivClassName
{
background-color: #7A9A8B;
}
.BgClassName
{
background-color: #7A9A8B;
}
</style>
border-color css
<style>
span { border-color: #7A9A8B; }
span { border-color: rgb(122,154,139); }
td.TdClassName
{
border-color: #7A9A8B;
}
.TagClassName
{
border-color: #7A9A8B;
}
</style>