Shades of Granny Smith #779484
Tints of Granny Smith #779484
RGB
CMYK
RGB Variations
Color information
#779484 (or 0x779484) is known color: Granny Smith. HEX triplet: 77, 94 and 84. RGB value is (119,148,132). Sum of RGB (Red+Green+Blue) = 119+148+132=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #779484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779484 is #886B7B. Grayscale: #898989. Windows color (decimal): -8940412 or 8688759. OLE color: 8688759.
HSL color Cylindrical-coordinate representation of color #779484: hue angle of 146.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779484 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 132 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.42 |
| HSL | 146.9º | 0.12% | 0.52% | - |
| HSV(B) | 146.9º | 0.2% | 0.58% | - |
| XYZ | 22.36 | 26.77 | 25.82 | - |
| YUV | 137.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 132 | 0.20 | 0 | 0.11 | 0.42 | 146.9 | 0.12 | 0.52 |
| Hex | 77 | 94 | 84 | 14 | 0 | B | 2A | 93 | C | 34 |
| Octal | 167 | 224 | 204 | 24 | 0 | 13 | 52 | 223 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10000100 | 10100 | 0 | 1011 | 101010 | 10010011 | 1100 | 110100 |
Color Harmonies of #779484
Complementary color
Monochromatic Colors of #779484
Black with #779484
Text Example
Text Example
White with #779484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779484; }
p { color: rgb(119,148,132); }
H1.HeaderClassName
{
color: #779484;
}
.AnyTagClassName
{
color: #779484;
}
</style>
background-color css
<style>
a { background-color: #779484; }
a { background-color: rgb(119,148,132); }
div.DivClassName
{
background-color: #779484;
}
.BgClassName
{
background-color: #779484;
}
</style>
border-color css
<style>
span { border-color: #779484; }
span { border-color: rgb(119,148,132); }
td.TdClassName
{
border-color: #779484;
}
.TagClassName
{
border-color: #779484;
}
</style>