Shades of Granny Smith #7D918D
Tints of Granny Smith #7D918D
RGB
CMYK
RGB Variations
Color information
#7D918D (or 0x7D918D) is known color: Granny Smith. HEX triplet: 7D, 91 and 8D. RGB value is (125,145,141). Sum of RGB (Red+Green+Blue) = 125+145+141=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #7D918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D918D is #826E72. Grayscale: #8A8A8A. Windows color (decimal): -8547955 or 9277821. OLE color: 9277821.
HSL color Cylindrical-coordinate representation of color #7D918D: hue angle of 168º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D918D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 141 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.43 |
| HSL | 168º | 0.08% | 0.53% | - |
| HSV(B) | 168º | 0.14% | 0.57% | - |
| XYZ | 23.39 | 26.53 | 29.09 | - |
| YUV | 138.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 141 | 0.14 | 0 | 0.03 | 0.43 | 168 | 0.08 | 0.53 |
| Hex | 7D | 91 | 8D | E | 0 | 3 | 2B | A8 | 8 | 35 |
| Octal | 175 | 221 | 215 | 16 | 0 | 3 | 53 | 250 | 10 | 65 |
| Binary | 1111101 | 10010001 | 10001101 | 1110 | 0 | 11 | 101011 | 10101000 | 1000 | 110101 |
Color Harmonies of #7D918D
Complementary color
Monochromatic Colors of #7D918D
Black with #7D918D
Text Example
Text Example
White with #7D918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D918D; }
p { color: rgb(125,145,141); }
H1.HeaderClassName
{
color: #7D918D;
}
.AnyTagClassName
{
color: #7D918D;
}
</style>
background-color css
<style>
a { background-color: #7D918D; }
a { background-color: rgb(125,145,141); }
div.DivClassName
{
background-color: #7D918D;
}
.BgClassName
{
background-color: #7D918D;
}
</style>
border-color css
<style>
span { border-color: #7D918D; }
span { border-color: rgb(125,145,141); }
td.TdClassName
{
border-color: #7D918D;
}
.TagClassName
{
border-color: #7D918D;
}
</style>