Shades of Granny Smith #789986
Tints of Granny Smith #789986
RGB
CMYK
RGB Variations
Color information
#789986 (or 0x789986) is known color: Granny Smith. HEX triplet: 78, 99 and 86. RGB value is (120,153,134). Sum of RGB (Red+Green+Blue) = 120+153+134=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #789986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789986 is #876679. Grayscale: #8D8D8D. Windows color (decimal): -8873594 or 8821112. OLE color: 8821112.
HSL color Cylindrical-coordinate representation of color #789986: hue angle of 145.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789986 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 134 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.4 |
| HSL | 145.45º | 0.14% | 0.54% | - |
| HSV(B) | 145.45º | 0.22% | 0.6% | - |
| XYZ | 23.44 | 28.5 | 26.82 | - |
| YUV | 140.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 134 | 0.22 | 0 | 0.12 | 0.4 | 145.45 | 0.14 | 0.54 |
| Hex | 78 | 99 | 86 | 16 | 0 | C | 28 | 91 | E | 36 |
| Octal | 170 | 231 | 206 | 26 | 0 | 14 | 50 | 221 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10000110 | 10110 | 0 | 1100 | 101000 | 10010001 | 1110 | 110110 |
Color Harmonies of #789986
Complementary color
Monochromatic Colors of #789986
Black with #789986
Text Example
Text Example
White with #789986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789986; }
p { color: rgb(120,153,134); }
H1.HeaderClassName
{
color: #789986;
}
.AnyTagClassName
{
color: #789986;
}
</style>
background-color css
<style>
a { background-color: #789986; }
a { background-color: rgb(120,153,134); }
div.DivClassName
{
background-color: #789986;
}
.BgClassName
{
background-color: #789986;
}
</style>
border-color css
<style>
span { border-color: #789986; }
span { border-color: rgb(120,153,134); }
td.TdClassName
{
border-color: #789986;
}
.TagClassName
{
border-color: #789986;
}
</style>