Shades of Granny Smith #789991
Tints of Granny Smith #789991
RGB
CMYK
RGB Variations
Color information
#789991 (or 0x789991) is known color: Granny Smith. HEX triplet: 78, 99 and 91. RGB value is (120,153,145). Sum of RGB (Red+Green+Blue) = 120+153+145=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #789991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789991 is #87666E. Grayscale: #8E8E8E. Windows color (decimal): -8873583 or 9542008. OLE color: 9542008.
HSL color Cylindrical-coordinate representation of color #789991: hue angle of 165.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 #789991 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 145 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.4 |
| HSL | 165.45º | 0.14% | 0.54% | - |
| HSV(B) | 165.45º | 0.22% | 0.6% | - |
| XYZ | 24.25 | 28.82 | 31.07 | - |
| YUV | 142.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 145 | 0.22 | 0 | 0.05 | 0.4 | 165.45 | 0.14 | 0.54 |
| Hex | 78 | 99 | 91 | 16 | 0 | 5 | 28 | A5 | E | 36 |
| Octal | 170 | 231 | 221 | 26 | 0 | 5 | 50 | 245 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10010001 | 10110 | 0 | 101 | 101000 | 10100101 | 1110 | 110110 |
Color Harmonies of #789991
Complementary color
Monochromatic Colors of #789991
Black with #789991
Text Example
Text Example
White with #789991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789991; }
p { color: rgb(120,153,145); }
H1.HeaderClassName
{
color: #789991;
}
.AnyTagClassName
{
color: #789991;
}
</style>
background-color css
<style>
a { background-color: #789991; }
a { background-color: rgb(120,153,145); }
div.DivClassName
{
background-color: #789991;
}
.BgClassName
{
background-color: #789991;
}
</style>
border-color css
<style>
span { border-color: #789991; }
span { border-color: rgb(120,153,145); }
td.TdClassName
{
border-color: #789991;
}
.TagClassName
{
border-color: #789991;
}
</style>