Shades of Granny Smith #789990
Tints of Granny Smith #789990
RGB
CMYK
RGB Variations
Color information
#789990 (or 0x789990) is known color: Granny Smith. HEX triplet: 78, 99 and 90. RGB value is (120,153,144). Sum of RGB (Red+Green+Blue) = 120+153+144=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #789990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789990 is #87666F. Grayscale: #8E8E8E. Windows color (decimal): -8873584 or 9476472. OLE color: 9476472.
HSL color Cylindrical-coordinate representation of color #789990: hue angle of 163.64º 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 #789990 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 144 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.4 |
| HSL | 163.64º | 0.14% | 0.54% | - |
| HSV(B) | 163.64º | 0.22% | 0.6% | - |
| XYZ | 24.17 | 28.79 | 30.67 | - |
| YUV | 142.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 144 | 0.22 | 0 | 0.06 | 0.4 | 163.64 | 0.14 | 0.54 |
| Hex | 78 | 99 | 90 | 16 | 0 | 6 | 28 | A4 | E | 36 |
| Octal | 170 | 231 | 220 | 26 | 0 | 6 | 50 | 244 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10010000 | 10110 | 0 | 110 | 101000 | 10100100 | 1110 | 110110 |
Color Harmonies of #789990
Complementary color
Monochromatic Colors of #789990
Black with #789990
Text Example
Text Example
White with #789990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789990; }
p { color: rgb(120,153,144); }
H1.HeaderClassName
{
color: #789990;
}
.AnyTagClassName
{
color: #789990;
}
</style>
background-color css
<style>
a { background-color: #789990; }
a { background-color: rgb(120,153,144); }
div.DivClassName
{
background-color: #789990;
}
.BgClassName
{
background-color: #789990;
}
</style>
border-color css
<style>
span { border-color: #789990; }
span { border-color: rgb(120,153,144); }
td.TdClassName
{
border-color: #789990;
}
.TagClassName
{
border-color: #789990;
}
</style>