Shades of Granny Smith #7E9289
Tints of Granny Smith #7E9289
RGB
CMYK
RGB Variations
Color information
#7E9289 (or 0x7E9289) is known color: Granny Smith. HEX triplet: 7E, 92 and 89. RGB value is (126,146,137). Sum of RGB (Red+Green+Blue) = 126+146+137=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9289 is #816D76. Grayscale: #8B8B8B. Windows color (decimal): -8482167 or 9015934. OLE color: 9015934.
HSL color Cylindrical-coordinate representation of color #7E9289: hue angle of 153º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9289 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 137 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.43 |
| HSL | 153º | 0.08% | 0.53% | - |
| HSV(B) | 153º | 0.14% | 0.57% | - |
| XYZ | 23.4 | 26.8 | 27.61 | - |
| YUV | 138.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 137 | 0.14 | 0 | 0.06 | 0.43 | 153 | 0.08 | 0.53 |
| Hex | 7E | 92 | 89 | E | 0 | 6 | 2B | 99 | 8 | 35 |
| Octal | 176 | 222 | 211 | 16 | 0 | 6 | 53 | 231 | 10 | 65 |
| Binary | 1111110 | 10010010 | 10001001 | 1110 | 0 | 110 | 101011 | 10011001 | 1000 | 110101 |
Color Harmonies of #7E9289
Complementary color
Monochromatic Colors of #7E9289
Black with #7E9289
Text Example
Text Example
White with #7E9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9289; }
p { color: rgb(126,146,137); }
H1.HeaderClassName
{
color: #7E9289;
}
.AnyTagClassName
{
color: #7E9289;
}
</style>
background-color css
<style>
a { background-color: #7E9289; }
a { background-color: rgb(126,146,137); }
div.DivClassName
{
background-color: #7E9289;
}
.BgClassName
{
background-color: #7E9289;
}
</style>
border-color css
<style>
span { border-color: #7E9289; }
span { border-color: rgb(126,146,137); }
td.TdClassName
{
border-color: #7E9289;
}
.TagClassName
{
border-color: #7E9289;
}
</style>