Shades of Granny Smith #7E938E
Tints of Granny Smith #7E938E
RGB
CMYK
RGB Variations
Color information
#7E938E (or 0x7E938E) is known color: Granny Smith. HEX triplet: 7E, 93 and 8E. RGB value is (126,147,142). Sum of RGB (Red+Green+Blue) = 126+147+142=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #7E938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E938E is #816C71. Grayscale: #8C8C8C. Windows color (decimal): -8481906 or 9343870. OLE color: 9343870.
HSL color Cylindrical-coordinate representation of color #7E938E: hue angle of 165.71º 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 #7E938E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 142 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.42 |
| HSL | 165.71º | 0.09% | 0.54% | - |
| HSV(B) | 165.71º | 0.14% | 0.58% | - |
| XYZ | 23.92 | 27.26 | 29.59 | - |
| YUV | 140.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 142 | 0.14 | 0 | 0.03 | 0.42 | 165.71 | 0.09 | 0.54 |
| Hex | 7E | 93 | 8E | E | 0 | 3 | 2A | A6 | 9 | 36 |
| Octal | 176 | 223 | 216 | 16 | 0 | 3 | 52 | 246 | 11 | 66 |
| Binary | 1111110 | 10010011 | 10001110 | 1110 | 0 | 11 | 101010 | 10100110 | 1001 | 110110 |
Color Harmonies of #7E938E
Complementary color
Monochromatic Colors of #7E938E
Black with #7E938E
Text Example
Text Example
White with #7E938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E938E; }
p { color: rgb(126,147,142); }
H1.HeaderClassName
{
color: #7E938E;
}
.AnyTagClassName
{
color: #7E938E;
}
</style>
background-color css
<style>
a { background-color: #7E938E; }
a { background-color: rgb(126,147,142); }
div.DivClassName
{
background-color: #7E938E;
}
.BgClassName
{
background-color: #7E938E;
}
</style>
border-color css
<style>
span { border-color: #7E938E; }
span { border-color: rgb(126,147,142); }
td.TdClassName
{
border-color: #7E938E;
}
.TagClassName
{
border-color: #7E938E;
}
</style>