Shades of Granny Smith #7F9993
Tints of Granny Smith #7F9993
RGB
CMYK
RGB Variations
Color information
#7F9993 (or 0x7F9993) is known color: Granny Smith. HEX triplet: 7F, 99 and 93. RGB value is (127,153,147). Sum of RGB (Red+Green+Blue) = 127+153+147=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9993 is #80666C. Grayscale: #909090. Windows color (decimal): -8414829 or 9673087. OLE color: 9673087.
HSL color Cylindrical-coordinate representation of color #7F9993: hue angle of 166.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F9993 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 147 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.4 |
| HSL | 166.15º | 0.11% | 0.55% | - |
| HSV(B) | 166.15º | 0.17% | 0.6% | - |
| XYZ | 25.41 | 29.4 | 31.94 | - |
| YUV | 144.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 147 | 0.17 | 0 | 0.04 | 0.4 | 166.15 | 0.11 | 0.55 |
| Hex | 7F | 99 | 93 | 11 | 0 | 4 | 28 | A6 | B | 37 |
| Octal | 177 | 231 | 223 | 21 | 0 | 4 | 50 | 246 | 13 | 67 |
| Binary | 1111111 | 10011001 | 10010011 | 10001 | 0 | 100 | 101000 | 10100110 | 1011 | 110111 |
Color Harmonies of #7F9993
Complementary color
Monochromatic Colors of #7F9993
Black with #7F9993
Text Example
Text Example
White with #7F9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9993; }
p { color: rgb(127,153,147); }
H1.HeaderClassName
{
color: #7F9993;
}
.AnyTagClassName
{
color: #7F9993;
}
</style>
background-color css
<style>
a { background-color: #7F9993; }
a { background-color: rgb(127,153,147); }
div.DivClassName
{
background-color: #7F9993;
}
.BgClassName
{
background-color: #7F9993;
}
</style>
border-color css
<style>
span { border-color: #7F9993; }
span { border-color: rgb(127,153,147); }
td.TdClassName
{
border-color: #7F9993;
}
.TagClassName
{
border-color: #7F9993;
}
</style>