Shades of Granny Smith #7F9D93
Tints of Granny Smith #7F9D93
RGB
CMYK
RGB Variations
Color information
#7F9D93 (or 0x7F9D93) is known color: Granny Smith. HEX triplet: 7F, 9D and 93. RGB value is (127,157,147). Sum of RGB (Red+Green+Blue) = 127+157+147=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D93 is #80626C. Grayscale: #929292. Windows color (decimal): -8413805 or 9674111. OLE color: 9674111.
HSL color Cylindrical-coordinate representation of color #7F9D93: hue angle of 160º 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 #7F9D93 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 147 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.38 |
| HSL | 160º | 0.13% | 0.56% | - |
| HSV(B) | 160º | 0.19% | 0.62% | - |
| XYZ | 26.08 | 30.73 | 32.16 | - |
| YUV | 146.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 147 | 0.19 | 0 | 0.06 | 0.38 | 160 | 0.13 | 0.56 |
| Hex | 7F | 9D | 93 | 13 | 0 | 6 | 26 | A0 | D | 38 |
| Octal | 177 | 235 | 223 | 23 | 0 | 6 | 46 | 240 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10010011 | 10011 | 0 | 110 | 100110 | 10100000 | 1101 | 111000 |
Color Harmonies of #7F9D93
Complementary color
Monochromatic Colors of #7F9D93
Black with #7F9D93
Text Example
Text Example
White with #7F9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D93; }
p { color: rgb(127,157,147); }
H1.HeaderClassName
{
color: #7F9D93;
}
.AnyTagClassName
{
color: #7F9D93;
}
</style>
background-color css
<style>
a { background-color: #7F9D93; }
a { background-color: rgb(127,157,147); }
div.DivClassName
{
background-color: #7F9D93;
}
.BgClassName
{
background-color: #7F9D93;
}
</style>
border-color css
<style>
span { border-color: #7F9D93; }
span { border-color: rgb(127,157,147); }
td.TdClassName
{
border-color: #7F9D93;
}
.TagClassName
{
border-color: #7F9D93;
}
</style>