Shades of Granny Smith #779D90
Tints of Granny Smith #779D90
RGB
CMYK
RGB Variations
Color information
#779D90 (or 0x779D90) is known color: Granny Smith. HEX triplet: 77, 9D and 90. RGB value is (119,157,144). Sum of RGB (Red+Green+Blue) = 119+157+144=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #779D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D90 is #88626F. Grayscale: #909090. Windows color (decimal): -8938096 or 9477495. OLE color: 9477495.
HSL color Cylindrical-coordinate representation of color #779D90: hue angle of 159.47º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D90 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 144 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.38 |
| HSL | 159.47º | 0.16% | 0.54% | - |
| HSV(B) | 159.47º | 0.24% | 0.62% | - |
| XYZ | 24.7 | 30.05 | 30.88 | - |
| YUV | 144.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 144 | 0.24 | 0 | 0.08 | 0.38 | 159.47 | 0.16 | 0.54 |
| Hex | 77 | 9D | 90 | 18 | 0 | 8 | 26 | 9F | 10 | 36 |
| Octal | 167 | 235 | 220 | 30 | 0 | 10 | 46 | 237 | 20 | 66 |
| Binary | 1110111 | 10011101 | 10010000 | 11000 | 0 | 1000 | 100110 | 10011111 | 10000 | 110110 |
Color Harmonies of #779D90
Complementary color
Monochromatic Colors of #779D90
Black with #779D90
Text Example
Text Example
White with #779D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D90; }
p { color: rgb(119,157,144); }
H1.HeaderClassName
{
color: #779D90;
}
.AnyTagClassName
{
color: #779D90;
}
</style>
background-color css
<style>
a { background-color: #779D90; }
a { background-color: rgb(119,157,144); }
div.DivClassName
{
background-color: #779D90;
}
.BgClassName
{
background-color: #779D90;
}
</style>
border-color css
<style>
span { border-color: #779D90; }
span { border-color: rgb(119,157,144); }
td.TdClassName
{
border-color: #779D90;
}
.TagClassName
{
border-color: #779D90;
}
</style>