Shades of Granny Smith #7E948B
Tints of Granny Smith #7E948B
RGB
CMYK
RGB Variations
Color information
#7E948B (or 0x7E948B) is known color: Granny Smith. HEX triplet: 7E, 94 and 8B. RGB value is (126,148,139). Sum of RGB (Red+Green+Blue) = 126+148+139=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7E948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E948B is #816B74. Grayscale: #8C8C8C. Windows color (decimal): -8481653 or 9147518. OLE color: 9147518.
HSL color Cylindrical-coordinate representation of color #7E948B: hue angle of 155.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E948B is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 139 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.42 |
| HSL | 155.45º | 0.09% | 0.54% | - |
| HSV(B) | 155.45º | 0.15% | 0.58% | - |
| XYZ | 23.85 | 27.48 | 28.47 | - |
| YUV | 140.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 139 | 0.15 | 0 | 0.06 | 0.42 | 155.45 | 0.09 | 0.54 |
| Hex | 7E | 94 | 8B | F | 0 | 6 | 2A | 9B | 9 | 36 |
| Octal | 176 | 224 | 213 | 17 | 0 | 6 | 52 | 233 | 11 | 66 |
| Binary | 1111110 | 10010100 | 10001011 | 1111 | 0 | 110 | 101010 | 10011011 | 1001 | 110110 |
Color Harmonies of #7E948B
Complementary color
Monochromatic Colors of #7E948B
Black with #7E948B
Text Example
Text Example
White with #7E948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E948B; }
p { color: rgb(126,148,139); }
H1.HeaderClassName
{
color: #7E948B;
}
.AnyTagClassName
{
color: #7E948B;
}
</style>
background-color css
<style>
a { background-color: #7E948B; }
a { background-color: rgb(126,148,139); }
div.DivClassName
{
background-color: #7E948B;
}
.BgClassName
{
background-color: #7E948B;
}
</style>
border-color css
<style>
span { border-color: #7E948B; }
span { border-color: rgb(126,148,139); }
td.TdClassName
{
border-color: #7E948B;
}
.TagClassName
{
border-color: #7E948B;
}
</style>