Shades of Granny Smith #7A9E8F
Tints of Granny Smith #7A9E8F
RGB
CMYK
RGB Variations
Color information
#7A9E8F (or 0x7A9E8F) is known color: Granny Smith. HEX triplet: 7A, 9E and 8F. RGB value is (122,158,143). Sum of RGB (Red+Green+Blue) = 122+158+143=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E8F is #856170. Grayscale: #919191. Windows color (decimal): -8741233 or 9412218. OLE color: 9412218.
HSL color Cylindrical-coordinate representation of color #7A9E8F: hue angle of 155º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9E8F is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 143 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.38 |
| HSL | 155º | 0.16% | 0.55% | - |
| HSV(B) | 155º | 0.23% | 0.62% | - |
| XYZ | 25.21 | 30.57 | 30.56 | - |
| YUV | 145.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 143 | 0.23 | 0 | 0.09 | 0.38 | 155 | 0.16 | 0.55 |
| Hex | 7A | 9E | 8F | 17 | 0 | 9 | 26 | 9B | 10 | 37 |
| Octal | 172 | 236 | 217 | 27 | 0 | 11 | 46 | 233 | 20 | 67 |
| Binary | 1111010 | 10011110 | 10001111 | 10111 | 0 | 1001 | 100110 | 10011011 | 10000 | 110111 |
Color Harmonies of #7A9E8F
Complementary color
Monochromatic Colors of #7A9E8F
Black with #7A9E8F
Text Example
Text Example
White with #7A9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E8F; }
p { color: rgb(122,158,143); }
H1.HeaderClassName
{
color: #7A9E8F;
}
.AnyTagClassName
{
color: #7A9E8F;
}
</style>
background-color css
<style>
a { background-color: #7A9E8F; }
a { background-color: rgb(122,158,143); }
div.DivClassName
{
background-color: #7A9E8F;
}
.BgClassName
{
background-color: #7A9E8F;
}
</style>
border-color css
<style>
span { border-color: #7A9E8F; }
span { border-color: rgb(122,158,143); }
td.TdClassName
{
border-color: #7A9E8F;
}
.TagClassName
{
border-color: #7A9E8F;
}
</style>