Shades of Granny Smith #7E918A
Tints of Granny Smith #7E918A
RGB
CMYK
RGB Variations
Color information
#7E918A (or 0x7E918A) is known color: Granny Smith. HEX triplet: 7E, 91 and 8A. RGB value is (126,145,138). Sum of RGB (Red+Green+Blue) = 126+145+138=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #7E918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E918A is #816E75. Grayscale: #8A8A8A. Windows color (decimal): -8482422 or 9081214. OLE color: 9081214.
HSL color Cylindrical-coordinate representation of color #7E918A: hue angle of 157.89º 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 #7E918A is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 138 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.43 |
| HSL | 157.89º | 0.08% | 0.53% | - |
| HSV(B) | 157.89º | 0.13% | 0.57% | - |
| XYZ | 23.32 | 26.52 | 27.93 | - |
| YUV | 138.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 138 | 0.13 | 0 | 0.05 | 0.43 | 157.89 | 0.08 | 0.53 |
| Hex | 7E | 91 | 8A | D | 0 | 5 | 2B | 9E | 8 | 35 |
| Octal | 176 | 221 | 212 | 15 | 0 | 5 | 53 | 236 | 10 | 65 |
| Binary | 1111110 | 10010001 | 10001010 | 1101 | 0 | 101 | 101011 | 10011110 | 1000 | 110101 |
Color Harmonies of #7E918A
Complementary color
Monochromatic Colors of #7E918A
Black with #7E918A
Text Example
Text Example
White with #7E918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E918A; }
p { color: rgb(126,145,138); }
H1.HeaderClassName
{
color: #7E918A;
}
.AnyTagClassName
{
color: #7E918A;
}
</style>
background-color css
<style>
a { background-color: #7E918A; }
a { background-color: rgb(126,145,138); }
div.DivClassName
{
background-color: #7E918A;
}
.BgClassName
{
background-color: #7E918A;
}
</style>
border-color css
<style>
span { border-color: #7E918A; }
span { border-color: rgb(126,145,138); }
td.TdClassName
{
border-color: #7E918A;
}
.TagClassName
{
border-color: #7E918A;
}
</style>