Shades of Granny Smith #7F9487
Tints of Granny Smith #7F9487
RGB
CMYK
RGB Variations
Color information
#7F9487 (or 0x7F9487) is known color: Granny Smith. HEX triplet: 7F, 94 and 87. RGB value is (127,148,135). Sum of RGB (Red+Green+Blue) = 127+148+135=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9487 is #806B78. Grayscale: #8C8C8C. Windows color (decimal): -8416121 or 8885375. OLE color: 8885375.
HSL color Cylindrical-coordinate representation of color #7F9487: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9487 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 135 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.42 |
| HSL | 142.86º | 0.09% | 0.54% | - |
| HSV(B) | 142.86º | 0.14% | 0.58% | - |
| XYZ | 23.72 | 27.44 | 26.97 | - |
| YUV | 140.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 135 | 0.14 | 0 | 0.09 | 0.42 | 142.86 | 0.09 | 0.54 |
| Hex | 7F | 94 | 87 | E | 0 | 9 | 2A | 8F | 9 | 36 |
| Octal | 177 | 224 | 207 | 16 | 0 | 11 | 52 | 217 | 11 | 66 |
| Binary | 1111111 | 10010100 | 10000111 | 1110 | 0 | 1001 | 101010 | 10001111 | 1001 | 110110 |
Color Harmonies of #7F9487
Complementary color
Monochromatic Colors of #7F9487
Black with #7F9487
Text Example
Text Example
White with #7F9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9487; }
p { color: rgb(127,148,135); }
H1.HeaderClassName
{
color: #7F9487;
}
.AnyTagClassName
{
color: #7F9487;
}
</style>
background-color css
<style>
a { background-color: #7F9487; }
a { background-color: rgb(127,148,135); }
div.DivClassName
{
background-color: #7F9487;
}
.BgClassName
{
background-color: #7F9487;
}
</style>
border-color css
<style>
span { border-color: #7F9487; }
span { border-color: rgb(127,148,135); }
td.TdClassName
{
border-color: #7F9487;
}
.TagClassName
{
border-color: #7F9487;
}
</style>