Shades of Granny Smith #7F958C
Tints of Granny Smith #7F958C
RGB
CMYK
RGB Variations
Color information
#7F958C (or 0x7F958C) is known color: Granny Smith. HEX triplet: 7F, 95 and 8C. RGB value is (127,149,140). Sum of RGB (Red+Green+Blue) = 127+149+140=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #7F958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F958C is #806A73. Grayscale: #8D8D8D. Windows color (decimal): -8415860 or 9213311. OLE color: 9213311.
HSL color Cylindrical-coordinate representation of color #7F958C: hue angle of 155.45º 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 #7F958C is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 140 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.42 |
| HSL | 155.45º | 0.09% | 0.54% | - |
| HSV(B) | 155.45º | 0.15% | 0.58% | - |
| XYZ | 24.23 | 27.9 | 28.92 | - |
| YUV | 141.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 140 | 0.15 | 0 | 0.06 | 0.42 | 155.45 | 0.09 | 0.54 |
| Hex | 7F | 95 | 8C | F | 0 | 6 | 2A | 9B | 9 | 36 |
| Octal | 177 | 225 | 214 | 17 | 0 | 6 | 52 | 233 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10001100 | 1111 | 0 | 110 | 101010 | 10011011 | 1001 | 110110 |
Color Harmonies of #7F958C
Complementary color
Monochromatic Colors of #7F958C
Black with #7F958C
Text Example
Text Example
White with #7F958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F958C; }
p { color: rgb(127,149,140); }
H1.HeaderClassName
{
color: #7F958C;
}
.AnyTagClassName
{
color: #7F958C;
}
</style>
background-color css
<style>
a { background-color: #7F958C; }
a { background-color: rgb(127,149,140); }
div.DivClassName
{
background-color: #7F958C;
}
.BgClassName
{
background-color: #7F958C;
}
</style>
border-color css
<style>
span { border-color: #7F958C; }
span { border-color: rgb(127,149,140); }
td.TdClassName
{
border-color: #7F958C;
}
.TagClassName
{
border-color: #7F958C;
}
</style>