Shades of Granny Smith #789890
Tints of Granny Smith #789890
RGB
CMYK
RGB Variations
Color information
#789890 (or 0x789890) is known color: Granny Smith. HEX triplet: 78, 98 and 90. RGB value is (120,152,144). Sum of RGB (Red+Green+Blue) = 120+152+144=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #789890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789890 is #87676F. Grayscale: #8D8D8D. Windows color (decimal): -8873840 or 9476216. OLE color: 9476216.
HSL color Cylindrical-coordinate representation of color #789890: hue angle of 165º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789890 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 144 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.40 |
| HSL | 165º | 0.13% | 0.53% | - |
| HSV(B) | 165º | 0.21% | 0.6% | - |
| XYZ | 24.01 | 28.46 | 30.61 | - |
| YUV | 141.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 144 | 0.21 | 0 | 0.05 | 0.40 | 165 | 0.13 | 0.53 |
| Hex | 78 | 98 | 90 | 15 | 0 | 5 | 28 | A5 | D | 35 |
| Octal | 170 | 230 | 220 | 25 | 0 | 5 | 50 | 245 | 15 | 65 |
| Binary | 1111000 | 10011000 | 10010000 | 10101 | 0 | 101 | 101000 | 10100101 | 1101 | 110101 |
Color Harmonies of #789890
Complementary color
Monochromatic Colors of #789890
Black with #789890
Text Example
Text Example
White with #789890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789890; }
p { color: rgb(120,152,144); }
H1.HeaderClassName
{
color: #789890;
}
.AnyTagClassName
{
color: #789890;
}
</style>
background-color css
<style>
a { background-color: #789890; }
a { background-color: rgb(120,152,144); }
div.DivClassName
{
background-color: #789890;
}
.BgClassName
{
background-color: #789890;
}
</style>
border-color css
<style>
span { border-color: #789890; }
span { border-color: rgb(120,152,144); }
td.TdClassName
{
border-color: #789890;
}
.TagClassName
{
border-color: #789890;
}
</style>