Shades of Granny Smith #7F9D92
Tints of Granny Smith #7F9D92
RGB
CMYK
RGB Variations
Color information
#7F9D92 (or 0x7F9D92) is known color: Granny Smith. HEX triplet: 7F, 9D and 92. RGB value is (127,157,146). Sum of RGB (Red+Green+Blue) = 127+157+146=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D92 is #80626D. Grayscale: #929292. Windows color (decimal): -8413806 or 9608575. OLE color: 9608575.
HSL color Cylindrical-coordinate representation of color #7F9D92: hue angle of 158º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D92 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 146 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.38 |
| HSL | 158º | 0.13% | 0.56% | - |
| HSV(B) | 158º | 0.19% | 0.62% | - |
| XYZ | 26 | 30.7 | 31.75 | - |
| YUV | 146.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 146 | 0.19 | 0 | 0.07 | 0.38 | 158 | 0.13 | 0.56 |
| Hex | 7F | 9D | 92 | 13 | 0 | 7 | 26 | 9E | D | 38 |
| Octal | 177 | 235 | 222 | 23 | 0 | 7 | 46 | 236 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10010010 | 10011 | 0 | 111 | 100110 | 10011110 | 1101 | 111000 |
Color Harmonies of #7F9D92
Complementary color
Monochromatic Colors of #7F9D92
Black with #7F9D92
Text Example
Text Example
White with #7F9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D92; }
p { color: rgb(127,157,146); }
H1.HeaderClassName
{
color: #7F9D92;
}
.AnyTagClassName
{
color: #7F9D92;
}
</style>
background-color css
<style>
a { background-color: #7F9D92; }
a { background-color: rgb(127,157,146); }
div.DivClassName
{
background-color: #7F9D92;
}
.BgClassName
{
background-color: #7F9D92;
}
</style>
border-color css
<style>
span { border-color: #7F9D92; }
span { border-color: rgb(127,157,146); }
td.TdClassName
{
border-color: #7F9D92;
}
.TagClassName
{
border-color: #7F9D92;
}
</style>