Shades of Granny Smith #7A9385
Tints of Granny Smith #7A9385
RGB
CMYK
RGB Variations
Color information
#7A9385 (or 0x7A9385) is known color: Granny Smith. HEX triplet: 7A, 93 and 85. RGB value is (122,147,133). Sum of RGB (Red+Green+Blue) = 122+147+133=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9385 is #856C7A. Grayscale: #898989. Windows color (decimal): -8744059 or 8754042. OLE color: 8754042.
HSL color Cylindrical-coordinate representation of color #7A9385: hue angle of 146.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A9385 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 133 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.42 |
| HSL | 146.4º | 0.1% | 0.53% | - |
| HSV(B) | 146.4º | 0.17% | 0.58% | - |
| XYZ | 22.69 | 26.7 | 26.15 | - |
| YUV | 137.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 133 | 0.17 | 0 | 0.10 | 0.42 | 146.4 | 0.1 | 0.53 |
| Hex | 7A | 93 | 85 | 11 | 0 | A | 2A | 92 | A | 35 |
| Octal | 172 | 223 | 205 | 21 | 0 | 12 | 52 | 222 | 12 | 65 |
| Binary | 1111010 | 10010011 | 10000101 | 10001 | 0 | 1010 | 101010 | 10010010 | 1010 | 110101 |
Color Harmonies of #7A9385
Complementary color
Monochromatic Colors of #7A9385
Black with #7A9385
Text Example
Text Example
White with #7A9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9385; }
p { color: rgb(122,147,133); }
H1.HeaderClassName
{
color: #7A9385;
}
.AnyTagClassName
{
color: #7A9385;
}
</style>
background-color css
<style>
a { background-color: #7A9385; }
a { background-color: rgb(122,147,133); }
div.DivClassName
{
background-color: #7A9385;
}
.BgClassName
{
background-color: #7A9385;
}
</style>
border-color css
<style>
span { border-color: #7A9385; }
span { border-color: rgb(122,147,133); }
td.TdClassName
{
border-color: #7A9385;
}
.TagClassName
{
border-color: #7A9385;
}
</style>