Shades of Granny Smith #779685
Tints of Granny Smith #779685
RGB
CMYK
RGB Variations
Color information
#779685 (or 0x779685) is known color: Granny Smith. HEX triplet: 77, 96 and 85. RGB value is (119,150,133). Sum of RGB (Red+Green+Blue) = 119+150+133=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #779685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779685 is #88697A. Grayscale: #8A8A8A. Windows color (decimal): -8939899 or 8754807. OLE color: 8754807.
HSL color Cylindrical-coordinate representation of color #779685: hue angle of 147.1º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779685 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 133 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.41 |
| HSL | 147.1º | 0.13% | 0.53% | - |
| HSV(B) | 147.1º | 0.21% | 0.59% | - |
| XYZ | 22.75 | 27.43 | 26.29 | - |
| YUV | 138.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 133 | 0.21 | 0 | 0.11 | 0.41 | 147.1 | 0.13 | 0.53 |
| Hex | 77 | 96 | 85 | 15 | 0 | B | 29 | 93 | D | 35 |
| Octal | 167 | 226 | 205 | 25 | 0 | 13 | 51 | 223 | 15 | 65 |
| Binary | 1110111 | 10010110 | 10000101 | 10101 | 0 | 1011 | 101001 | 10010011 | 1101 | 110101 |
Color Harmonies of #779685
Complementary color
Monochromatic Colors of #779685
Black with #779685
Text Example
Text Example
White with #779685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779685; }
p { color: rgb(119,150,133); }
H1.HeaderClassName
{
color: #779685;
}
.AnyTagClassName
{
color: #779685;
}
</style>
background-color css
<style>
a { background-color: #779685; }
a { background-color: rgb(119,150,133); }
div.DivClassName
{
background-color: #779685;
}
.BgClassName
{
background-color: #779685;
}
</style>
border-color css
<style>
span { border-color: #779685; }
span { border-color: rgb(119,150,133); }
td.TdClassName
{
border-color: #779685;
}
.TagClassName
{
border-color: #779685;
}
</style>