Shades of Granny Smith #7F9490
Tints of Granny Smith #7F9490
RGB
CMYK
RGB Variations
Color information
#7F9490 (or 0x7F9490) is known color: Granny Smith. HEX triplet: 7F, 94 and 90. RGB value is (127,148,144). Sum of RGB (Red+Green+Blue) = 127+148+144=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9490 is #806B6F. Grayscale: #8D8D8D. Windows color (decimal): -8416112 or 9475199. OLE color: 9475199.
HSL color Cylindrical-coordinate representation of color #7F9490: hue angle of 168.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9490 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 144 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.42 |
| HSL | 168.57º | 0.09% | 0.54% | - |
| HSV(B) | 168.57º | 0.14% | 0.58% | - |
| XYZ | 24.38 | 27.71 | 30.45 | - |
| YUV | 141.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 144 | 0.14 | 0 | 0.03 | 0.42 | 168.57 | 0.09 | 0.54 |
| Hex | 7F | 94 | 90 | E | 0 | 3 | 2A | A9 | 9 | 36 |
| Octal | 177 | 224 | 220 | 16 | 0 | 3 | 52 | 251 | 11 | 66 |
| Binary | 1111111 | 10010100 | 10010000 | 1110 | 0 | 11 | 101010 | 10101001 | 1001 | 110110 |
Color Harmonies of #7F9490
Complementary color
Monochromatic Colors of #7F9490
Black with #7F9490
Text Example
Text Example
White with #7F9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9490; }
p { color: rgb(127,148,144); }
H1.HeaderClassName
{
color: #7F9490;
}
.AnyTagClassName
{
color: #7F9490;
}
</style>
background-color css
<style>
a { background-color: #7F9490; }
a { background-color: rgb(127,148,144); }
div.DivClassName
{
background-color: #7F9490;
}
.BgClassName
{
background-color: #7F9490;
}
</style>
border-color css
<style>
span { border-color: #7F9490; }
span { border-color: rgb(127,148,144); }
td.TdClassName
{
border-color: #7F9490;
}
.TagClassName
{
border-color: #7F9490;
}
</style>