Shades of Granny Smith #7E918D
Tints of Granny Smith #7E918D
RGB
CMYK
RGB Variations
Color information
#7E918D (or 0x7E918D) is known color: Granny Smith. HEX triplet: 7E, 91 and 8D. RGB value is (126,145,141). Sum of RGB (Red+Green+Blue) = 126+145+141=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #7E918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E918D is #816E72. Grayscale: #8A8A8A. Windows color (decimal): -8482419 or 9277822. OLE color: 9277822.
HSL color Cylindrical-coordinate representation of color #7E918D: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E918D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 141 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.43 |
| HSL | 167.37º | 0.08% | 0.53% | - |
| HSV(B) | 167.37º | 0.13% | 0.57% | - |
| XYZ | 23.54 | 26.61 | 29.09 | - |
| YUV | 138.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 141 | 0.13 | 0 | 0.03 | 0.43 | 167.37 | 0.08 | 0.53 |
| Hex | 7E | 91 | 8D | D | 0 | 3 | 2B | A7 | 8 | 35 |
| Octal | 176 | 221 | 215 | 15 | 0 | 3 | 53 | 247 | 10 | 65 |
| Binary | 1111110 | 10010001 | 10001101 | 1101 | 0 | 11 | 101011 | 10100111 | 1000 | 110101 |
Color Harmonies of #7E918D
Complementary color
Monochromatic Colors of #7E918D
Black with #7E918D
Text Example
Text Example
White with #7E918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E918D; }
p { color: rgb(126,145,141); }
H1.HeaderClassName
{
color: #7E918D;
}
.AnyTagClassName
{
color: #7E918D;
}
</style>
background-color css
<style>
a { background-color: #7E918D; }
a { background-color: rgb(126,145,141); }
div.DivClassName
{
background-color: #7E918D;
}
.BgClassName
{
background-color: #7E918D;
}
</style>
border-color css
<style>
span { border-color: #7E918D; }
span { border-color: rgb(126,145,141); }
td.TdClassName
{
border-color: #7E918D;
}
.TagClassName
{
border-color: #7E918D;
}
</style>