Shades of Granny Smith #7E908B
Tints of Granny Smith #7E908B
RGB
CMYK
RGB Variations
Color information
#7E908B (or 0x7E908B) is known color: Granny Smith. HEX triplet: 7E, 90 and 8B. RGB value is (126,144,139). Sum of RGB (Red+Green+Blue) = 126+144+139=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #7E908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E908B is #816F74. Grayscale: #8A8A8A. Windows color (decimal): -8482677 or 9146494. OLE color: 9146494.
HSL color Cylindrical-coordinate representation of color #7E908B: hue angle of 163.33º 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 #7E908B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 139 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.44 |
| HSL | 163.33º | 0.08% | 0.53% | - |
| HSV(B) | 163.33º | 0.13% | 0.56% | - |
| XYZ | 23.24 | 26.25 | 28.27 | - |
| YUV | 138.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 139 | 0.12 | 0 | 0.03 | 0.44 | 163.33 | 0.08 | 0.53 |
| Hex | 7E | 90 | 8B | C | 0 | 3 | 2C | A3 | 8 | 35 |
| Octal | 176 | 220 | 213 | 14 | 0 | 3 | 54 | 243 | 10 | 65 |
| Binary | 1111110 | 10010000 | 10001011 | 1100 | 0 | 11 | 101100 | 10100011 | 1000 | 110101 |
Color Harmonies of #7E908B
Complementary color
Monochromatic Colors of #7E908B
Black with #7E908B
Text Example
Text Example
White with #7E908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E908B; }
p { color: rgb(126,144,139); }
H1.HeaderClassName
{
color: #7E908B;
}
.AnyTagClassName
{
color: #7E908B;
}
</style>
background-color css
<style>
a { background-color: #7E908B; }
a { background-color: rgb(126,144,139); }
div.DivClassName
{
background-color: #7E908B;
}
.BgClassName
{
background-color: #7E908B;
}
</style>
border-color css
<style>
span { border-color: #7E908B; }
span { border-color: rgb(126,144,139); }
td.TdClassName
{
border-color: #7E908B;
}
.TagClassName
{
border-color: #7E908B;
}
</style>