Shades of Granny Smith #7D958B
Tints of Granny Smith #7D958B
RGB
CMYK
RGB Variations
Color information
#7D958B (or 0x7D958B) is known color: Granny Smith. HEX triplet: 7D, 95 and 8B. RGB value is (125,149,139). Sum of RGB (Red+Green+Blue) = 125+149+139=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #7D958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D958B is #826A74. Grayscale: #8C8C8C. Windows color (decimal): -8546933 or 9147773. OLE color: 9147773.
HSL color Cylindrical-coordinate representation of color #7D958B: hue angle of 155º 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 #7D958B is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 139 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.42 |
| HSL | 155º | 0.1% | 0.54% | - |
| HSV(B) | 155º | 0.16% | 0.58% | - |
| XYZ | 23.87 | 27.72 | 28.52 | - |
| YUV | 140.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 139 | 0.16 | 0 | 0.07 | 0.42 | 155 | 0.1 | 0.54 |
| Hex | 7D | 95 | 8B | 10 | 0 | 7 | 2A | 9B | A | 36 |
| Octal | 175 | 225 | 213 | 20 | 0 | 7 | 52 | 233 | 12 | 66 |
| Binary | 1111101 | 10010101 | 10001011 | 10000 | 0 | 111 | 101010 | 10011011 | 1010 | 110110 |
Color Harmonies of #7D958B
Complementary color
Monochromatic Colors of #7D958B
Black with #7D958B
Text Example
Text Example
White with #7D958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D958B; }
p { color: rgb(125,149,139); }
H1.HeaderClassName
{
color: #7D958B;
}
.AnyTagClassName
{
color: #7D958B;
}
</style>
background-color css
<style>
a { background-color: #7D958B; }
a { background-color: rgb(125,149,139); }
div.DivClassName
{
background-color: #7D958B;
}
.BgClassName
{
background-color: #7D958B;
}
</style>
border-color css
<style>
span { border-color: #7D958B; }
span { border-color: rgb(125,149,139); }
td.TdClassName
{
border-color: #7D958B;
}
.TagClassName
{
border-color: #7D958B;
}
</style>