Shades of Granny Smith #7D938D
Tints of Granny Smith #7D938D
RGB
CMYK
RGB Variations
Color information
#7D938D (or 0x7D938D) is known color: Granny Smith. HEX triplet: 7D, 93 and 8D. RGB value is (125,147,141). Sum of RGB (Red+Green+Blue) = 125+147+141=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #7D938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D938D is #826C72. Grayscale: #8B8B8B. Windows color (decimal): -8547443 or 9278333. OLE color: 9278333.
HSL color Cylindrical-coordinate representation of color #7D938D: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D938D is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 141 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.42 |
| HSL | 163.64º | 0.09% | 0.53% | - |
| HSV(B) | 163.64º | 0.15% | 0.58% | - |
| XYZ | 23.7 | 27.15 | 29.19 | - |
| YUV | 139.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 141 | 0.15 | 0 | 0.04 | 0.42 | 163.64 | 0.09 | 0.53 |
| Hex | 7D | 93 | 8D | F | 0 | 4 | 2A | A4 | 9 | 35 |
| Octal | 175 | 223 | 215 | 17 | 0 | 4 | 52 | 244 | 11 | 65 |
| Binary | 1111101 | 10010011 | 10001101 | 1111 | 0 | 100 | 101010 | 10100100 | 1001 | 110101 |
Color Harmonies of #7D938D
Complementary color
Monochromatic Colors of #7D938D
Black with #7D938D
Text Example
Text Example
White with #7D938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D938D; }
p { color: rgb(125,147,141); }
H1.HeaderClassName
{
color: #7D938D;
}
.AnyTagClassName
{
color: #7D938D;
}
</style>
background-color css
<style>
a { background-color: #7D938D; }
a { background-color: rgb(125,147,141); }
div.DivClassName
{
background-color: #7D938D;
}
.BgClassName
{
background-color: #7D938D;
}
</style>
border-color css
<style>
span { border-color: #7D938D; }
span { border-color: rgb(125,147,141); }
td.TdClassName
{
border-color: #7D938D;
}
.TagClassName
{
border-color: #7D938D;
}
</style>