Shades of Granny Smith #7F958D
Tints of Granny Smith #7F958D
RGB
CMYK
RGB Variations
Color information
#7F958D (or 0x7F958D) is known color: Granny Smith. HEX triplet: 7F, 95 and 8D. RGB value is (127,149,141). Sum of RGB (Red+Green+Blue) = 127+149+141=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #7F958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F958D is #806A72. Grayscale: #8D8D8D. Windows color (decimal): -8415859 or 9278847. OLE color: 9278847.
HSL color Cylindrical-coordinate representation of color #7F958D: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F958D is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 141 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.42 |
| HSL | 158.18º | 0.09% | 0.54% | - |
| HSV(B) | 158.18º | 0.15% | 0.58% | - |
| XYZ | 24.31 | 27.93 | 29.31 | - |
| YUV | 141.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 141 | 0.15 | 0 | 0.05 | 0.42 | 158.18 | 0.09 | 0.54 |
| Hex | 7F | 95 | 8D | F | 0 | 5 | 2A | 9E | 9 | 36 |
| Octal | 177 | 225 | 215 | 17 | 0 | 5 | 52 | 236 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10001101 | 1111 | 0 | 101 | 101010 | 10011110 | 1001 | 110110 |
Color Harmonies of #7F958D
Complementary color
Monochromatic Colors of #7F958D
Black with #7F958D
Text Example
Text Example
White with #7F958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F958D; }
p { color: rgb(127,149,141); }
H1.HeaderClassName
{
color: #7F958D;
}
.AnyTagClassName
{
color: #7F958D;
}
</style>
background-color css
<style>
a { background-color: #7F958D; }
a { background-color: rgb(127,149,141); }
div.DivClassName
{
background-color: #7F958D;
}
.BgClassName
{
background-color: #7F958D;
}
</style>
border-color css
<style>
span { border-color: #7F958D; }
span { border-color: rgb(127,149,141); }
td.TdClassName
{
border-color: #7F958D;
}
.TagClassName
{
border-color: #7F958D;
}
</style>