Shades of Granny Smith #7A918B
Tints of Granny Smith #7A918B
RGB
CMYK
RGB Variations
Color information
#7A918B (or 0x7A918B) is known color: Granny Smith. HEX triplet: 7A, 91 and 8B. RGB value is (122,145,139). Sum of RGB (Red+Green+Blue) = 122+145+139=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #7A918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A918B is #856E74. Grayscale: #898989. Windows color (decimal): -8744565 or 9146746. OLE color: 9146746.
HSL color Cylindrical-coordinate representation of color #7A918B: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A918B is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 139 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.43 |
| HSL | 164.35º | 0.09% | 0.52% | - |
| HSV(B) | 164.35º | 0.16% | 0.57% | - |
| XYZ | 22.81 | 26.25 | 28.29 | - |
| YUV | 137.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 139 | 0.16 | 0 | 0.04 | 0.43 | 164.35 | 0.09 | 0.52 |
| Hex | 7A | 91 | 8B | 10 | 0 | 4 | 2B | A4 | 9 | 34 |
| Octal | 172 | 221 | 213 | 20 | 0 | 4 | 53 | 244 | 11 | 64 |
| Binary | 1111010 | 10010001 | 10001011 | 10000 | 0 | 100 | 101011 | 10100100 | 1001 | 110100 |
Color Harmonies of #7A918B
Complementary color
Monochromatic Colors of #7A918B
Black with #7A918B
Text Example
Text Example
White with #7A918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A918B; }
p { color: rgb(122,145,139); }
H1.HeaderClassName
{
color: #7A918B;
}
.AnyTagClassName
{
color: #7A918B;
}
</style>
background-color css
<style>
a { background-color: #7A918B; }
a { background-color: rgb(122,145,139); }
div.DivClassName
{
background-color: #7A918B;
}
.BgClassName
{
background-color: #7A918B;
}
</style>
border-color css
<style>
span { border-color: #7A918B; }
span { border-color: rgb(122,145,139); }
td.TdClassName
{
border-color: #7A918B;
}
.TagClassName
{
border-color: #7A918B;
}
</style>