Shades of Granny Smith #78968D
Tints of Granny Smith #78968D
RGB
CMYK
RGB Variations
Color information
#78968D (or 0x78968D) is known color: Granny Smith. HEX triplet: 78, 96 and 8D. RGB value is (120,150,141). Sum of RGB (Red+Green+Blue) = 120+150+141=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #78968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78968D is #876972. Grayscale: #8C8C8C. Windows color (decimal): -8874355 or 9279096. OLE color: 9279096.
HSL color Cylindrical-coordinate representation of color #78968D: hue angle of 162º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78968D is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 141 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.41 |
| HSL | 162º | 0.13% | 0.53% | - |
| HSV(B) | 162º | 0.2% | 0.59% | - |
| XYZ | 23.46 | 27.73 | 29.32 | - |
| YUV | 140 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 141 | 0.20 | 0 | 0.06 | 0.41 | 162 | 0.13 | 0.53 |
| Hex | 78 | 96 | 8D | 14 | 0 | 6 | 29 | A2 | C | 35 |
| Octal | 170 | 226 | 215 | 24 | 0 | 6 | 51 | 242 | 14 | 65 |
| Binary | 1111000 | 10010110 | 10001101 | 10100 | 0 | 110 | 101001 | 10100010 | 1100 | 110101 |
Color Harmonies of #78968D
Complementary color
Monochromatic Colors of #78968D
Black with #78968D
Text Example
Text Example
White with #78968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78968D; }
p { color: rgb(120,150,141); }
H1.HeaderClassName
{
color: #78968D;
}
.AnyTagClassName
{
color: #78968D;
}
</style>
background-color css
<style>
a { background-color: #78968D; }
a { background-color: rgb(120,150,141); }
div.DivClassName
{
background-color: #78968D;
}
.BgClassName
{
background-color: #78968D;
}
</style>
border-color css
<style>
span { border-color: #78968D; }
span { border-color: rgb(120,150,141); }
td.TdClassName
{
border-color: #78968D;
}
.TagClassName
{
border-color: #78968D;
}
</style>