Shades of Granny Smith #7F958E
Tints of Granny Smith #7F958E
RGB
CMYK
RGB Variations
Color information
#7F958E (or 0x7F958E) is known color: Granny Smith. HEX triplet: 7F, 95 and 8E. RGB value is (127,149,142). Sum of RGB (Red+Green+Blue) = 127+149+142=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #7F958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F958E is #806A71. Grayscale: #8D8D8D. Windows color (decimal): -8415858 or 9344383. OLE color: 9344383.
HSL color Cylindrical-coordinate representation of color #7F958E: hue angle of 160.91º 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 #7F958E is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 142 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.42 |
| HSL | 160.91º | 0.09% | 0.54% | - |
| HSV(B) | 160.91º | 0.15% | 0.58% | - |
| XYZ | 24.38 | 27.96 | 29.7 | - |
| YUV | 141.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 142 | 0.15 | 0 | 0.05 | 0.42 | 160.91 | 0.09 | 0.54 |
| Hex | 7F | 95 | 8E | F | 0 | 5 | 2A | A1 | 9 | 36 |
| Octal | 177 | 225 | 216 | 17 | 0 | 5 | 52 | 241 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10001110 | 1111 | 0 | 101 | 101010 | 10100001 | 1001 | 110110 |
Color Harmonies of #7F958E
Complementary color
Monochromatic Colors of #7F958E
Black with #7F958E
Text Example
Text Example
White with #7F958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F958E; }
p { color: rgb(127,149,142); }
H1.HeaderClassName
{
color: #7F958E;
}
.AnyTagClassName
{
color: #7F958E;
}
</style>
background-color css
<style>
a { background-color: #7F958E; }
a { background-color: rgb(127,149,142); }
div.DivClassName
{
background-color: #7F958E;
}
.BgClassName
{
background-color: #7F958E;
}
</style>
border-color css
<style>
span { border-color: #7F958E; }
span { border-color: rgb(127,149,142); }
td.TdClassName
{
border-color: #7F958E;
}
.TagClassName
{
border-color: #7F958E;
}
</style>