Shades of Granny Smith #779E8E
Tints of Granny Smith #779E8E
RGB
CMYK
RGB Variations
Color information
#779E8E (or 0x779E8E) is known color: Granny Smith. HEX triplet: 77, 9E and 8E. RGB value is (119,158,142). Sum of RGB (Red+Green+Blue) = 119+158+142=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #779E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E8E is #886171. Grayscale: #909090. Windows color (decimal): -8937842 or 9346679. OLE color: 9346679.
HSL color Cylindrical-coordinate representation of color #779E8E: hue angle of 155.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E8E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 142 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.38 |
| HSL | 155.38º | 0.17% | 0.54% | - |
| HSV(B) | 155.38º | 0.25% | 0.62% | - |
| XYZ | 24.72 | 30.33 | 30.14 | - |
| YUV | 144.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 142 | 0.25 | 0 | 0.10 | 0.38 | 155.38 | 0.17 | 0.54 |
| Hex | 77 | 9E | 8E | 19 | 0 | A | 26 | 9B | 11 | 36 |
| Octal | 167 | 236 | 216 | 31 | 0 | 12 | 46 | 233 | 21 | 66 |
| Binary | 1110111 | 10011110 | 10001110 | 11001 | 0 | 1010 | 100110 | 10011011 | 10001 | 110110 |
Color Harmonies of #779E8E
Complementary color
Monochromatic Colors of #779E8E
Black with #779E8E
Text Example
Text Example
White with #779E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E8E; }
p { color: rgb(119,158,142); }
H1.HeaderClassName
{
color: #779E8E;
}
.AnyTagClassName
{
color: #779E8E;
}
</style>
background-color css
<style>
a { background-color: #779E8E; }
a { background-color: rgb(119,158,142); }
div.DivClassName
{
background-color: #779E8E;
}
.BgClassName
{
background-color: #779E8E;
}
</style>
border-color css
<style>
span { border-color: #779E8E; }
span { border-color: rgb(119,158,142); }
td.TdClassName
{
border-color: #779E8E;
}
.TagClassName
{
border-color: #779E8E;
}
</style>