Shades of Granny Smith #7A9B94
Tints of Granny Smith #7A9B94
RGB
CMYK
RGB Variations
Color information
#7A9B94 (or 0x7A9B94) is known color: Granny Smith. HEX triplet: 7A, 9B and 94. RGB value is (122,155,148). Sum of RGB (Red+Green+Blue) = 122+155+148=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9B94 is #85646B. Grayscale: #909090. Windows color (decimal): -8741996 or 9739130. OLE color: 9739130.
HSL color Cylindrical-coordinate representation of color #7A9B94: hue angle of 167.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B94 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 148 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.39 |
| HSL | 167.27º | 0.14% | 0.54% | - |
| HSV(B) | 167.27º | 0.21% | 0.61% | - |
| XYZ | 25.09 | 29.72 | 32.43 | - |
| YUV | 144.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 148 | 0.21 | 0 | 0.05 | 0.39 | 167.27 | 0.14 | 0.54 |
| Hex | 7A | 9B | 94 | 15 | 0 | 5 | 27 | A7 | E | 36 |
| Octal | 172 | 233 | 224 | 25 | 0 | 5 | 47 | 247 | 16 | 66 |
| Binary | 1111010 | 10011011 | 10010100 | 10101 | 0 | 101 | 100111 | 10100111 | 1110 | 110110 |
Color Harmonies of #7A9B94
Complementary color
Monochromatic Colors of #7A9B94
Black with #7A9B94
Text Example
Text Example
White with #7A9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B94; }
p { color: rgb(122,155,148); }
H1.HeaderClassName
{
color: #7A9B94;
}
.AnyTagClassName
{
color: #7A9B94;
}
</style>
background-color css
<style>
a { background-color: #7A9B94; }
a { background-color: rgb(122,155,148); }
div.DivClassName
{
background-color: #7A9B94;
}
.BgClassName
{
background-color: #7A9B94;
}
</style>
border-color css
<style>
span { border-color: #7A9B94; }
span { border-color: rgb(122,155,148); }
td.TdClassName
{
border-color: #7A9B94;
}
.TagClassName
{
border-color: #7A9B94;
}
</style>