Shades of Granny Smith #78988B
Tints of Granny Smith #78988B
RGB
CMYK
RGB Variations
Color information
#78988B (or 0x78988B) is known color: Granny Smith. HEX triplet: 78, 98 and 8B. RGB value is (120,152,139). Sum of RGB (Red+Green+Blue) = 120+152+139=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #78988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988B is #876774. Grayscale: #8C8C8C. Windows color (decimal): -8873845 or 9148536. OLE color: 9148536.
HSL color Cylindrical-coordinate representation of color #78988B: hue angle of 155.62º 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 #78988B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 139 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.40 |
| HSL | 155.63º | 0.13% | 0.53% | - |
| HSV(B) | 155.63º | 0.21% | 0.6% | - |
| XYZ | 23.63 | 28.31 | 28.65 | - |
| YUV | 140.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 139 | 0.21 | 0 | 0.09 | 0.40 | 155.63 | 0.13 | 0.53 |
| Hex | 78 | 98 | 8B | 15 | 0 | 9 | 28 | 9C | D | 35 |
| Octal | 170 | 230 | 213 | 25 | 0 | 11 | 50 | 234 | 15 | 65 |
| Binary | 1111000 | 10011000 | 10001011 | 10101 | 0 | 1001 | 101000 | 10011100 | 1101 | 110101 |
Color Harmonies of #78988B
Complementary color
Monochromatic Colors of #78988B
Black with #78988B
Text Example
Text Example
White with #78988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78988B; }
p { color: rgb(120,152,139); }
H1.HeaderClassName
{
color: #78988B;
}
.AnyTagClassName
{
color: #78988B;
}
</style>
background-color css
<style>
a { background-color: #78988B; }
a { background-color: rgb(120,152,139); }
div.DivClassName
{
background-color: #78988B;
}
.BgClassName
{
background-color: #78988B;
}
</style>
border-color css
<style>
span { border-color: #78988B; }
span { border-color: rgb(120,152,139); }
td.TdClassName
{
border-color: #78988B;
}
.TagClassName
{
border-color: #78988B;
}
</style>