Shades of Granny Smith #7F9D90
Tints of Granny Smith #7F9D90
RGB
CMYK
RGB Variations
Color information
#7F9D90 (or 0x7F9D90) is known color: Granny Smith. HEX triplet: 7F, 9D and 90. RGB value is (127,157,144). Sum of RGB (Red+Green+Blue) = 127+157+144=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D90 is #80626F. Grayscale: #929292. Windows color (decimal): -8413808 or 9477503. OLE color: 9477503.
HSL color Cylindrical-coordinate representation of color #7F9D90: hue angle of 154º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D90 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 144 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.38 |
| HSL | 154º | 0.13% | 0.56% | - |
| HSV(B) | 154º | 0.19% | 0.62% | - |
| XYZ | 25.84 | 30.64 | 30.94 | - |
| YUV | 146.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 144 | 0.19 | 0 | 0.08 | 0.38 | 154 | 0.13 | 0.56 |
| Hex | 7F | 9D | 90 | 13 | 0 | 8 | 26 | 9A | D | 38 |
| Octal | 177 | 235 | 220 | 23 | 0 | 10 | 46 | 232 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10010000 | 10011 | 0 | 1000 | 100110 | 10011010 | 1101 | 111000 |
Color Harmonies of #7F9D90
Complementary color
Monochromatic Colors of #7F9D90
Black with #7F9D90
Text Example
Text Example
White with #7F9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D90; }
p { color: rgb(127,157,144); }
H1.HeaderClassName
{
color: #7F9D90;
}
.AnyTagClassName
{
color: #7F9D90;
}
</style>
background-color css
<style>
a { background-color: #7F9D90; }
a { background-color: rgb(127,157,144); }
div.DivClassName
{
background-color: #7F9D90;
}
.BgClassName
{
background-color: #7F9D90;
}
</style>
border-color css
<style>
span { border-color: #7F9D90; }
span { border-color: rgb(127,157,144); }
td.TdClassName
{
border-color: #7F9D90;
}
.TagClassName
{
border-color: #7F9D90;
}
</style>