Shades of Granny Smith #78968F
Tints of Granny Smith #78968F
RGB
CMYK
RGB Variations
Color information
#78968F (or 0x78968F) is known color: Granny Smith. HEX triplet: 78, 96 and 8F. RGB value is (120,150,143). Sum of RGB (Red+Green+Blue) = 120+150+143=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #78968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78968F is #876970. Grayscale: #8C8C8C. Windows color (decimal): -8874353 or 9410168. OLE color: 9410168.
HSL color Cylindrical-coordinate representation of color #78968F: hue angle of 166º 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 #78968F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 143 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.41 |
| HSL | 166º | 0.13% | 0.53% | - |
| HSV(B) | 166º | 0.2% | 0.59% | - |
| XYZ | 23.61 | 27.79 | 30.11 | - |
| YUV | 140.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 143 | 0.20 | 0 | 0.05 | 0.41 | 166 | 0.13 | 0.53 |
| Hex | 78 | 96 | 8F | 14 | 0 | 5 | 29 | A6 | C | 35 |
| Octal | 170 | 226 | 217 | 24 | 0 | 5 | 51 | 246 | 14 | 65 |
| Binary | 1111000 | 10010110 | 10001111 | 10100 | 0 | 101 | 101001 | 10100110 | 1100 | 110101 |
Color Harmonies of #78968F
Complementary color
Monochromatic Colors of #78968F
Black with #78968F
Text Example
Text Example
White with #78968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78968F; }
p { color: rgb(120,150,143); }
H1.HeaderClassName
{
color: #78968F;
}
.AnyTagClassName
{
color: #78968F;
}
</style>
background-color css
<style>
a { background-color: #78968F; }
a { background-color: rgb(120,150,143); }
div.DivClassName
{
background-color: #78968F;
}
.BgClassName
{
background-color: #78968F;
}
</style>
border-color css
<style>
span { border-color: #78968F; }
span { border-color: rgb(120,150,143); }
td.TdClassName
{
border-color: #78968F;
}
.TagClassName
{
border-color: #78968F;
}
</style>