Shades of Granny Smith #7E968E
Tints of Granny Smith #7E968E
RGB
CMYK
RGB Variations
Color information
#7E968E (or 0x7E968E) is known color: Granny Smith. HEX triplet: 7E, 96 and 8E. RGB value is (126,150,142). Sum of RGB (Red+Green+Blue) = 126+150+142=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #7E968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E968E is #816971. Grayscale: #8D8D8D. Windows color (decimal): -8481138 or 9344638. OLE color: 9344638.
HSL color Cylindrical-coordinate representation of color #7E968E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E968E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 142 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.41 |
| HSL | 160º | 0.1% | 0.54% | - |
| HSV(B) | 160º | 0.16% | 0.59% | - |
| XYZ | 24.39 | 28.2 | 29.75 | - |
| YUV | 141.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 142 | 0.16 | 0 | 0.05 | 0.41 | 160 | 0.1 | 0.54 |
| Hex | 7E | 96 | 8E | 10 | 0 | 5 | 29 | A0 | A | 36 |
| Octal | 176 | 226 | 216 | 20 | 0 | 5 | 51 | 240 | 12 | 66 |
| Binary | 1111110 | 10010110 | 10001110 | 10000 | 0 | 101 | 101001 | 10100000 | 1010 | 110110 |
Color Harmonies of #7E968E
Complementary color
Monochromatic Colors of #7E968E
Black with #7E968E
Text Example
Text Example
White with #7E968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E968E; }
p { color: rgb(126,150,142); }
H1.HeaderClassName
{
color: #7E968E;
}
.AnyTagClassName
{
color: #7E968E;
}
</style>
background-color css
<style>
a { background-color: #7E968E; }
a { background-color: rgb(126,150,142); }
div.DivClassName
{
background-color: #7E968E;
}
.BgClassName
{
background-color: #7E968E;
}
</style>
border-color css
<style>
span { border-color: #7E968E; }
span { border-color: rgb(126,150,142); }
td.TdClassName
{
border-color: #7E968E;
}
.TagClassName
{
border-color: #7E968E;
}
</style>