Shades of Granny Smith #7C958D
Tints of Granny Smith #7C958D
RGB
CMYK
RGB Variations
Color information
#7C958D (or 0x7C958D) is known color: Granny Smith. HEX triplet: 7C, 95 and 8D. RGB value is (124,149,141). Sum of RGB (Red+Green+Blue) = 124+149+141=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #7C958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C958D is #836A72. Grayscale: #8C8C8C. Windows color (decimal): -8612467 or 9278844. OLE color: 9278844.
HSL color Cylindrical-coordinate representation of color #7C958D: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C958D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 141 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.42 |
| HSL | 160.8º | 0.11% | 0.54% | - |
| HSV(B) | 160.8º | 0.17% | 0.58% | - |
| XYZ | 23.87 | 27.7 | 29.29 | - |
| YUV | 140.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 141 | 0.17 | 0 | 0.05 | 0.42 | 160.8 | 0.11 | 0.54 |
| Hex | 7C | 95 | 8D | 11 | 0 | 5 | 2A | A1 | B | 36 |
| Octal | 174 | 225 | 215 | 21 | 0 | 5 | 52 | 241 | 13 | 66 |
| Binary | 1111100 | 10010101 | 10001101 | 10001 | 0 | 101 | 101010 | 10100001 | 1011 | 110110 |
Color Harmonies of #7C958D
Complementary color
Monochromatic Colors of #7C958D
Black with #7C958D
Text Example
Text Example
White with #7C958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C958D; }
p { color: rgb(124,149,141); }
H1.HeaderClassName
{
color: #7C958D;
}
.AnyTagClassName
{
color: #7C958D;
}
</style>
background-color css
<style>
a { background-color: #7C958D; }
a { background-color: rgb(124,149,141); }
div.DivClassName
{
background-color: #7C958D;
}
.BgClassName
{
background-color: #7C958D;
}
</style>
border-color css
<style>
span { border-color: #7C958D; }
span { border-color: rgb(124,149,141); }
td.TdClassName
{
border-color: #7C958D;
}
.TagClassName
{
border-color: #7C958D;
}
</style>