Shades of Granny Smith #7D948B
Tints of Granny Smith #7D948B
RGB
CMYK
RGB Variations
Color information
#7D948B (or 0x7D948B) is known color: Granny Smith. HEX triplet: 7D, 94 and 8B. RGB value is (125,148,139). Sum of RGB (Red+Green+Blue) = 125+148+139=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948B is #826B74. Grayscale: #8C8C8C. Windows color (decimal): -8547189 or 9147517. OLE color: 9147517.
HSL color Cylindrical-coordinate representation of color #7D948B: hue angle of 156.52º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D948B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 139 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.42 |
| HSL | 156.52º | 0.1% | 0.54% | - |
| HSV(B) | 156.52º | 0.16% | 0.58% | - |
| XYZ | 23.71 | 27.4 | 28.47 | - |
| YUV | 140.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 139 | 0.16 | 0 | 0.06 | 0.42 | 156.52 | 0.1 | 0.54 |
| Hex | 7D | 94 | 8B | 10 | 0 | 6 | 2A | 9D | A | 36 |
| Octal | 175 | 224 | 213 | 20 | 0 | 6 | 52 | 235 | 12 | 66 |
| Binary | 1111101 | 10010100 | 10001011 | 10000 | 0 | 110 | 101010 | 10011101 | 1010 | 110110 |
Color Harmonies of #7D948B
Complementary color
Monochromatic Colors of #7D948B
Black with #7D948B
Text Example
Text Example
White with #7D948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D948B; }
p { color: rgb(125,148,139); }
H1.HeaderClassName
{
color: #7D948B;
}
.AnyTagClassName
{
color: #7D948B;
}
</style>
background-color css
<style>
a { background-color: #7D948B; }
a { background-color: rgb(125,148,139); }
div.DivClassName
{
background-color: #7D948B;
}
.BgClassName
{
background-color: #7D948B;
}
</style>
border-color css
<style>
span { border-color: #7D948B; }
span { border-color: rgb(125,148,139); }
td.TdClassName
{
border-color: #7D948B;
}
.TagClassName
{
border-color: #7D948B;
}
</style>