Shades of Granny Smith #78978B
Tints of Granny Smith #78978B
RGB
CMYK
RGB Variations
Color information
#78978B (or 0x78978B) is known color: Granny Smith. HEX triplet: 78, 97 and 8B. RGB value is (120,151,139). Sum of RGB (Red+Green+Blue) = 120+151+139=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #78978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78978B is #876874. Grayscale: #8C8C8C. Windows color (decimal): -8874101 or 9148280. OLE color: 9148280.
HSL color Cylindrical-coordinate representation of color #78978B: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78978B is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 139 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.41 |
| HSL | 156.77º | 0.13% | 0.53% | - |
| HSV(B) | 156.77º | 0.21% | 0.59% | - |
| XYZ | 23.47 | 27.99 | 28.59 | - |
| YUV | 140.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 139 | 0.21 | 0 | 0.08 | 0.41 | 156.77 | 0.13 | 0.53 |
| Hex | 78 | 97 | 8B | 15 | 0 | 8 | 29 | 9D | D | 35 |
| Octal | 170 | 227 | 213 | 25 | 0 | 10 | 51 | 235 | 15 | 65 |
| Binary | 1111000 | 10010111 | 10001011 | 10101 | 0 | 1000 | 101001 | 10011101 | 1101 | 110101 |
Color Harmonies of #78978B
Complementary color
Monochromatic Colors of #78978B
Black with #78978B
Text Example
Text Example
White with #78978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78978B; }
p { color: rgb(120,151,139); }
H1.HeaderClassName
{
color: #78978B;
}
.AnyTagClassName
{
color: #78978B;
}
</style>
background-color css
<style>
a { background-color: #78978B; }
a { background-color: rgb(120,151,139); }
div.DivClassName
{
background-color: #78978B;
}
.BgClassName
{
background-color: #78978B;
}
</style>
border-color css
<style>
span { border-color: #78978B; }
span { border-color: rgb(120,151,139); }
td.TdClassName
{
border-color: #78978B;
}
.TagClassName
{
border-color: #78978B;
}
</style>