Shades of Granny Smith #78968E
Tints of Granny Smith #78968E
RGB
CMYK
RGB Variations
Color information
#78968E (or 0x78968E) is known color: Granny Smith. HEX triplet: 78, 96 and 8E. RGB value is (120,150,142). Sum of RGB (Red+Green+Blue) = 120+150+142=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #78968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78968E is #876971. Grayscale: #8C8C8C. Windows color (decimal): -8874354 or 9344632. OLE color: 9344632.
HSL color Cylindrical-coordinate representation of color #78968E: hue angle of 164º 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 #78968E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 142 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.41 |
| HSL | 164º | 0.13% | 0.53% | - |
| HSV(B) | 164º | 0.2% | 0.59% | - |
| XYZ | 23.53 | 27.76 | 29.71 | - |
| YUV | 140.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 142 | 0.20 | 0 | 0.05 | 0.41 | 164 | 0.13 | 0.53 |
| Hex | 78 | 96 | 8E | 14 | 0 | 5 | 29 | A4 | C | 35 |
| Octal | 170 | 226 | 216 | 24 | 0 | 5 | 51 | 244 | 14 | 65 |
| Binary | 1111000 | 10010110 | 10001110 | 10100 | 0 | 101 | 101001 | 10100100 | 1100 | 110101 |
Color Harmonies of #78968E
Complementary color
Monochromatic Colors of #78968E
Black with #78968E
Text Example
Text Example
White with #78968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78968E; }
p { color: rgb(120,150,142); }
H1.HeaderClassName
{
color: #78968E;
}
.AnyTagClassName
{
color: #78968E;
}
</style>
background-color css
<style>
a { background-color: #78968E; }
a { background-color: rgb(120,150,142); }
div.DivClassName
{
background-color: #78968E;
}
.BgClassName
{
background-color: #78968E;
}
</style>
border-color css
<style>
span { border-color: #78968E; }
span { border-color: rgb(120,150,142); }
td.TdClassName
{
border-color: #78968E;
}
.TagClassName
{
border-color: #78968E;
}
</style>