Shades of Granny Smith #7F978D
Tints of Granny Smith #7F978D
RGB
CMYK
RGB Variations
Color information
#7F978D (or 0x7F978D) is known color: Granny Smith. HEX triplet: 7F, 97 and 8D. RGB value is (127,151,141). Sum of RGB (Red+Green+Blue) = 127+151+141=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #7F978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F978D is #806872. Grayscale: #8E8E8E. Windows color (decimal): -8415347 or 9279359. OLE color: 9279359.
HSL color Cylindrical-coordinate representation of color #7F978D: hue angle of 155º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F978D is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 141 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.41 |
| HSL | 155º | 0.1% | 0.55% | - |
| HSV(B) | 155º | 0.16% | 0.59% | - |
| XYZ | 24.63 | 28.57 | 29.42 | - |
| YUV | 142.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 141 | 0.16 | 0 | 0.07 | 0.41 | 155 | 0.1 | 0.55 |
| Hex | 7F | 97 | 8D | 10 | 0 | 7 | 29 | 9B | A | 37 |
| Octal | 177 | 227 | 215 | 20 | 0 | 7 | 51 | 233 | 12 | 67 |
| Binary | 1111111 | 10010111 | 10001101 | 10000 | 0 | 111 | 101001 | 10011011 | 1010 | 110111 |
Color Harmonies of #7F978D
Complementary color
Monochromatic Colors of #7F978D
Black with #7F978D
Text Example
Text Example
White with #7F978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F978D; }
p { color: rgb(127,151,141); }
H1.HeaderClassName
{
color: #7F978D;
}
.AnyTagClassName
{
color: #7F978D;
}
</style>
background-color css
<style>
a { background-color: #7F978D; }
a { background-color: rgb(127,151,141); }
div.DivClassName
{
background-color: #7F978D;
}
.BgClassName
{
background-color: #7F978D;
}
</style>
border-color css
<style>
span { border-color: #7F978D; }
span { border-color: rgb(127,151,141); }
td.TdClassName
{
border-color: #7F978D;
}
.TagClassName
{
border-color: #7F978D;
}
</style>