Shades of Granny Smith #7F958A
Tints of Granny Smith #7F958A
RGB
CMYK
RGB Variations
Color information
#7F958A (or 0x7F958A) is known color: Granny Smith. HEX triplet: 7F, 95 and 8A. RGB value is (127,149,138). Sum of RGB (Red+Green+Blue) = 127+149+138=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #7F958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F958A is #806A75. Grayscale: #8D8D8D. Windows color (decimal): -8415862 or 9082239. OLE color: 9082239.
HSL color Cylindrical-coordinate representation of color #7F958A: hue angle of 150º 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 #7F958A is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 138 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.42 |
| HSL | 150º | 0.09% | 0.54% | - |
| HSV(B) | 150º | 0.15% | 0.58% | - |
| XYZ | 24.09 | 27.84 | 28.15 | - |
| YUV | 141.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 138 | 0.15 | 0 | 0.07 | 0.42 | 150 | 0.09 | 0.54 |
| Hex | 7F | 95 | 8A | F | 0 | 7 | 2A | 96 | 9 | 36 |
| Octal | 177 | 225 | 212 | 17 | 0 | 7 | 52 | 226 | 11 | 66 |
| Binary | 1111111 | 10010101 | 10001010 | 1111 | 0 | 111 | 101010 | 10010110 | 1001 | 110110 |
Color Harmonies of #7F958A
Complementary color
Monochromatic Colors of #7F958A
Black with #7F958A
Text Example
Text Example
White with #7F958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F958A; }
p { color: rgb(127,149,138); }
H1.HeaderClassName
{
color: #7F958A;
}
.AnyTagClassName
{
color: #7F958A;
}
</style>
background-color css
<style>
a { background-color: #7F958A; }
a { background-color: rgb(127,149,138); }
div.DivClassName
{
background-color: #7F958A;
}
.BgClassName
{
background-color: #7F958A;
}
</style>
border-color css
<style>
span { border-color: #7F958A; }
span { border-color: rgb(127,149,138); }
td.TdClassName
{
border-color: #7F958A;
}
.TagClassName
{
border-color: #7F958A;
}
</style>