Shades of Granny Smith #7A948B
Tints of Granny Smith #7A948B
RGB
CMYK
RGB Variations
Color information
#7A948B (or 0x7A948B) is known color: Granny Smith. HEX triplet: 7A, 94 and 8B. RGB value is (122,148,139). Sum of RGB (Red+Green+Blue) = 122+148+139=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #7A948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A948B is #856B74. Grayscale: #8B8B8B. Windows color (decimal): -8743797 or 9147514. OLE color: 9147514.
HSL color Cylindrical-coordinate representation of color #7A948B: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A948B is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 139 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.42 |
| HSL | 159.23º | 0.11% | 0.53% | - |
| HSV(B) | 159.23º | 0.18% | 0.58% | - |
| XYZ | 23.28 | 27.18 | 28.45 | - |
| YUV | 139.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 139 | 0.18 | 0 | 0.06 | 0.42 | 159.23 | 0.11 | 0.53 |
| Hex | 7A | 94 | 8B | 12 | 0 | 6 | 2A | 9F | B | 35 |
| Octal | 172 | 224 | 213 | 22 | 0 | 6 | 52 | 237 | 13 | 65 |
| Binary | 1111010 | 10010100 | 10001011 | 10010 | 0 | 110 | 101010 | 10011111 | 1011 | 110101 |
Color Harmonies of #7A948B
Complementary color
Monochromatic Colors of #7A948B
Black with #7A948B
Text Example
Text Example
White with #7A948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A948B; }
p { color: rgb(122,148,139); }
H1.HeaderClassName
{
color: #7A948B;
}
.AnyTagClassName
{
color: #7A948B;
}
</style>
background-color css
<style>
a { background-color: #7A948B; }
a { background-color: rgb(122,148,139); }
div.DivClassName
{
background-color: #7A948B;
}
.BgClassName
{
background-color: #7A948B;
}
</style>
border-color css
<style>
span { border-color: #7A948B; }
span { border-color: rgb(122,148,139); }
td.TdClassName
{
border-color: #7A948B;
}
.TagClassName
{
border-color: #7A948B;
}
</style>