Shades of Granny Smith #78998C
Tints of Granny Smith #78998C
RGB
CMYK
RGB Variations
Color information
#78998C (or 0x78998C) is known color: Granny Smith. HEX triplet: 78, 99 and 8C. RGB value is (120,153,140). Sum of RGB (Red+Green+Blue) = 120+153+140=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #78998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78998C is #876673. Grayscale: #8D8D8D. Windows color (decimal): -8873588 or 9214328. OLE color: 9214328.
HSL color Cylindrical-coordinate representation of color #78998C: hue angle of 156.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78998C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 140 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.4 |
| HSL | 156.36º | 0.14% | 0.54% | - |
| HSV(B) | 156.36º | 0.22% | 0.6% | - |
| XYZ | 23.87 | 28.67 | 29.09 | - |
| YUV | 141.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 140 | 0.22 | 0 | 0.08 | 0.4 | 156.36 | 0.14 | 0.54 |
| Hex | 78 | 99 | 8C | 16 | 0 | 8 | 28 | 9C | E | 36 |
| Octal | 170 | 231 | 214 | 26 | 0 | 10 | 50 | 234 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10001100 | 10110 | 0 | 1000 | 101000 | 10011100 | 1110 | 110110 |
Color Harmonies of #78998C
Complementary color
Monochromatic Colors of #78998C
Black with #78998C
Text Example
Text Example
White with #78998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78998C; }
p { color: rgb(120,153,140); }
H1.HeaderClassName
{
color: #78998C;
}
.AnyTagClassName
{
color: #78998C;
}
</style>
background-color css
<style>
a { background-color: #78998C; }
a { background-color: rgb(120,153,140); }
div.DivClassName
{
background-color: #78998C;
}
.BgClassName
{
background-color: #78998C;
}
</style>
border-color css
<style>
span { border-color: #78998C; }
span { border-color: rgb(120,153,140); }
td.TdClassName
{
border-color: #78998C;
}
.TagClassName
{
border-color: #78998C;
}
</style>