Shades of Granny Smith #7E9C96
Tints of Granny Smith #7E9C96
RGB
CMYK
RGB Variations
Color information
#7E9C96 (or 0x7E9C96) is known color: Granny Smith. HEX triplet: 7E, 9C and 96. RGB value is (126,156,150). Sum of RGB (Red+Green+Blue) = 126+156+150=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9C96 is #816369. Grayscale: #929292. Windows color (decimal): -8479594 or 9870462. OLE color: 9870462.
HSL color Cylindrical-coordinate representation of color #7E9C96: hue angle of 168º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E9C96 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 150 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.39 |
| HSL | 168º | 0.13% | 0.55% | - |
| HSV(B) | 168º | 0.19% | 0.61% | - |
| XYZ | 26 | 30.41 | 33.35 | - |
| YUV | 146.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 150 | 0.19 | 0 | 0.04 | 0.39 | 168 | 0.13 | 0.55 |
| Hex | 7E | 9C | 96 | 13 | 0 | 4 | 27 | A8 | D | 37 |
| Octal | 176 | 234 | 226 | 23 | 0 | 4 | 47 | 250 | 15 | 67 |
| Binary | 1111110 | 10011100 | 10010110 | 10011 | 0 | 100 | 100111 | 10101000 | 1101 | 110111 |
Color Harmonies of #7E9C96
Complementary color
Monochromatic Colors of #7E9C96
Black with #7E9C96
Text Example
Text Example
White with #7E9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C96; }
p { color: rgb(126,156,150); }
H1.HeaderClassName
{
color: #7E9C96;
}
.AnyTagClassName
{
color: #7E9C96;
}
</style>
background-color css
<style>
a { background-color: #7E9C96; }
a { background-color: rgb(126,156,150); }
div.DivClassName
{
background-color: #7E9C96;
}
.BgClassName
{
background-color: #7E9C96;
}
</style>
border-color css
<style>
span { border-color: #7E9C96; }
span { border-color: rgb(126,156,150); }
td.TdClassName
{
border-color: #7E9C96;
}
.TagClassName
{
border-color: #7E9C96;
}
</style>