Shades of Granny Smith #7D978B
Tints of Granny Smith #7D978B
RGB
CMYK
RGB Variations
Color information
#7D978B (or 0x7D978B) is known color: Granny Smith. HEX triplet: 7D, 97 and 8B. RGB value is (125,151,139). Sum of RGB (Red+Green+Blue) = 125+151+139=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #7D978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D978B is #826874. Grayscale: #8D8D8D. Windows color (decimal): -8546421 or 9148285. OLE color: 9148285.
HSL color Cylindrical-coordinate representation of color #7D978B: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D978B is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 139 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.41 |
| HSL | 152.31º | 0.11% | 0.54% | - |
| HSV(B) | 152.31º | 0.17% | 0.59% | - |
| XYZ | 24.18 | 28.36 | 28.62 | - |
| YUV | 141.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 139 | 0.17 | 0 | 0.08 | 0.41 | 152.31 | 0.11 | 0.54 |
| Hex | 7D | 97 | 8B | 11 | 0 | 8 | 29 | 98 | B | 36 |
| Octal | 175 | 227 | 213 | 21 | 0 | 10 | 51 | 230 | 13 | 66 |
| Binary | 1111101 | 10010111 | 10001011 | 10001 | 0 | 1000 | 101001 | 10011000 | 1011 | 110110 |
Color Harmonies of #7D978B
Complementary color
Monochromatic Colors of #7D978B
Black with #7D978B
Text Example
Text Example
White with #7D978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D978B; }
p { color: rgb(125,151,139); }
H1.HeaderClassName
{
color: #7D978B;
}
.AnyTagClassName
{
color: #7D978B;
}
</style>
background-color css
<style>
a { background-color: #7D978B; }
a { background-color: rgb(125,151,139); }
div.DivClassName
{
background-color: #7D978B;
}
.BgClassName
{
background-color: #7D978B;
}
</style>
border-color css
<style>
span { border-color: #7D978B; }
span { border-color: rgb(125,151,139); }
td.TdClassName
{
border-color: #7D978B;
}
.TagClassName
{
border-color: #7D978B;
}
</style>