Shades of Granny Smith #7E908A
Tints of Granny Smith #7E908A
RGB
CMYK
RGB Variations
Color information
#7E908A (or 0x7E908A) is known color: Granny Smith. HEX triplet: 7E, 90 and 8A. RGB value is (126,144,138). Sum of RGB (Red+Green+Blue) = 126+144+138=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #7E908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E908A is #816F75. Grayscale: #898989. Windows color (decimal): -8482678 or 9080958. OLE color: 9080958.
HSL color Cylindrical-coordinate representation of color #7E908A: hue angle of 160º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E908A is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 138 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.44 |
| HSL | 160º | 0.08% | 0.53% | - |
| HSV(B) | 160º | 0.13% | 0.56% | - |
| XYZ | 23.16 | 26.22 | 27.88 | - |
| YUV | 137.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 138 | 0.12 | 0 | 0.04 | 0.44 | 160 | 0.08 | 0.53 |
| Hex | 7E | 90 | 8A | C | 0 | 4 | 2C | A0 | 8 | 35 |
| Octal | 176 | 220 | 212 | 14 | 0 | 4 | 54 | 240 | 10 | 65 |
| Binary | 1111110 | 10010000 | 10001010 | 1100 | 0 | 100 | 101100 | 10100000 | 1000 | 110101 |
Color Harmonies of #7E908A
Complementary color
Monochromatic Colors of #7E908A
Black with #7E908A
Text Example
Text Example
White with #7E908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E908A; }
p { color: rgb(126,144,138); }
H1.HeaderClassName
{
color: #7E908A;
}
.AnyTagClassName
{
color: #7E908A;
}
</style>
background-color css
<style>
a { background-color: #7E908A; }
a { background-color: rgb(126,144,138); }
div.DivClassName
{
background-color: #7E908A;
}
.BgClassName
{
background-color: #7E908A;
}
</style>
border-color css
<style>
span { border-color: #7E908A; }
span { border-color: rgb(126,144,138); }
td.TdClassName
{
border-color: #7E908A;
}
.TagClassName
{
border-color: #7E908A;
}
</style>