Shades of Granny Smith #78988A
Tints of Granny Smith #78988A
RGB
CMYK
RGB Variations
Color information
#78988A (or 0x78988A) is known color: Granny Smith. HEX triplet: 78, 98 and 8A. RGB value is (120,152,138). Sum of RGB (Red+Green+Blue) = 120+152+138=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #78988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988A is #876775. Grayscale: #8C8C8C. Windows color (decimal): -8873846 or 9083000. OLE color: 9083000.
HSL color Cylindrical-coordinate representation of color #78988A: hue angle of 153.75º 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 #78988A is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 138 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.40 |
| HSL | 153.75º | 0.13% | 0.53% | - |
| HSV(B) | 153.75º | 0.21% | 0.6% | - |
| XYZ | 23.56 | 28.28 | 28.26 | - |
| YUV | 140.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 138 | 0.21 | 0 | 0.09 | 0.40 | 153.75 | 0.13 | 0.53 |
| Hex | 78 | 98 | 8A | 15 | 0 | 9 | 28 | 9A | D | 35 |
| Octal | 170 | 230 | 212 | 25 | 0 | 11 | 50 | 232 | 15 | 65 |
| Binary | 1111000 | 10011000 | 10001010 | 10101 | 0 | 1001 | 101000 | 10011010 | 1101 | 110101 |
Color Harmonies of #78988A
Complementary color
Monochromatic Colors of #78988A
Black with #78988A
Text Example
Text Example
White with #78988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78988A; }
p { color: rgb(120,152,138); }
H1.HeaderClassName
{
color: #78988A;
}
.AnyTagClassName
{
color: #78988A;
}
</style>
background-color css
<style>
a { background-color: #78988A; }
a { background-color: rgb(120,152,138); }
div.DivClassName
{
background-color: #78988A;
}
.BgClassName
{
background-color: #78988A;
}
</style>
border-color css
<style>
span { border-color: #78988A; }
span { border-color: rgb(120,152,138); }
td.TdClassName
{
border-color: #78988A;
}
.TagClassName
{
border-color: #78988A;
}
</style>