Shades of Granny Smith #7F938E
Tints of Granny Smith #7F938E
RGB
CMYK
RGB Variations
Color information
#7F938E (or 0x7F938E) is known color: Granny Smith. HEX triplet: 7F, 93 and 8E. RGB value is (127,147,142). Sum of RGB (Red+Green+Blue) = 127+147+142=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #7F938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F938E is #806C71. Grayscale: #8C8C8C. Windows color (decimal): -8416370 or 9343871. OLE color: 9343871.
HSL color Cylindrical-coordinate representation of color #7F938E: hue angle of 165º degrees, saturation: 0.08, 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 #7F938E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 142 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.42 |
| HSL | 165º | 0.08% | 0.54% | - |
| HSV(B) | 165º | 0.14% | 0.58% | - |
| XYZ | 24.07 | 27.33 | 29.6 | - |
| YUV | 140.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 142 | 0.14 | 0 | 0.03 | 0.42 | 165 | 0.08 | 0.54 |
| Hex | 7F | 93 | 8E | E | 0 | 3 | 2A | A5 | 8 | 36 |
| Octal | 177 | 223 | 216 | 16 | 0 | 3 | 52 | 245 | 10 | 66 |
| Binary | 1111111 | 10010011 | 10001110 | 1110 | 0 | 11 | 101010 | 10100101 | 1000 | 110110 |
Color Harmonies of #7F938E
Complementary color
Monochromatic Colors of #7F938E
Black with #7F938E
Text Example
Text Example
White with #7F938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F938E; }
p { color: rgb(127,147,142); }
H1.HeaderClassName
{
color: #7F938E;
}
.AnyTagClassName
{
color: #7F938E;
}
</style>
background-color css
<style>
a { background-color: #7F938E; }
a { background-color: rgb(127,147,142); }
div.DivClassName
{
background-color: #7F938E;
}
.BgClassName
{
background-color: #7F938E;
}
</style>
border-color css
<style>
span { border-color: #7F938E; }
span { border-color: rgb(127,147,142); }
td.TdClassName
{
border-color: #7F938E;
}
.TagClassName
{
border-color: #7F938E;
}
</style>