Shades of Granny Smith #7A938B
Tints of Granny Smith #7A938B
RGB
CMYK
RGB Variations
Color information
#7A938B (or 0x7A938B) is known color: Granny Smith. HEX triplet: 7A, 93 and 8B. RGB value is (122,147,139). Sum of RGB (Red+Green+Blue) = 122+147+139=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #7A938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A938B is #856C74. Grayscale: #8A8A8A. Windows color (decimal): -8744053 or 9147258. OLE color: 9147258.
HSL color Cylindrical-coordinate representation of color #7A938B: hue angle of 160.8º 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 #7A938B is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 139 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.42 |
| HSL | 160.8º | 0.1% | 0.53% | - |
| HSV(B) | 160.8º | 0.17% | 0.58% | - |
| XYZ | 23.12 | 26.87 | 28.39 | - |
| YUV | 138.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 139 | 0.17 | 0 | 0.05 | 0.42 | 160.8 | 0.1 | 0.53 |
| Hex | 7A | 93 | 8B | 11 | 0 | 5 | 2A | A1 | A | 35 |
| Octal | 172 | 223 | 213 | 21 | 0 | 5 | 52 | 241 | 12 | 65 |
| Binary | 1111010 | 10010011 | 10001011 | 10001 | 0 | 101 | 101010 | 10100001 | 1010 | 110101 |
Color Harmonies of #7A938B
Complementary color
Monochromatic Colors of #7A938B
Black with #7A938B
Text Example
Text Example
White with #7A938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A938B; }
p { color: rgb(122,147,139); }
H1.HeaderClassName
{
color: #7A938B;
}
.AnyTagClassName
{
color: #7A938B;
}
</style>
background-color css
<style>
a { background-color: #7A938B; }
a { background-color: rgb(122,147,139); }
div.DivClassName
{
background-color: #7A938B;
}
.BgClassName
{
background-color: #7A938B;
}
</style>
border-color css
<style>
span { border-color: #7A938B; }
span { border-color: rgb(122,147,139); }
td.TdClassName
{
border-color: #7A938B;
}
.TagClassName
{
border-color: #7A938B;
}
</style>