Shades of Granny Smith #7D918B
Tints of Granny Smith #7D918B
RGB
CMYK
RGB Variations
Color information
#7D918B (or 0x7D918B) is known color: Granny Smith. HEX triplet: 7D, 91 and 8B. RGB value is (125,145,139). Sum of RGB (Red+Green+Blue) = 125+145+139=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #7D918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D918B is #826E74. Grayscale: #8A8A8A. Windows color (decimal): -8547957 or 9146749. OLE color: 9146749.
HSL color Cylindrical-coordinate representation of color #7D918B: hue angle of 162º 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 #7D918B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 139 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.43 |
| HSL | 162º | 0.08% | 0.53% | - |
| HSV(B) | 162º | 0.14% | 0.57% | - |
| XYZ | 23.24 | 26.47 | 28.31 | - |
| YUV | 138.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 139 | 0.14 | 0 | 0.04 | 0.43 | 162 | 0.08 | 0.53 |
| Hex | 7D | 91 | 8B | E | 0 | 4 | 2B | A2 | 8 | 35 |
| Octal | 175 | 221 | 213 | 16 | 0 | 4 | 53 | 242 | 10 | 65 |
| Binary | 1111101 | 10010001 | 10001011 | 1110 | 0 | 100 | 101011 | 10100010 | 1000 | 110101 |
Color Harmonies of #7D918B
Complementary color
Monochromatic Colors of #7D918B
Black with #7D918B
Text Example
Text Example
White with #7D918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D918B; }
p { color: rgb(125,145,139); }
H1.HeaderClassName
{
color: #7D918B;
}
.AnyTagClassName
{
color: #7D918B;
}
</style>
background-color css
<style>
a { background-color: #7D918B; }
a { background-color: rgb(125,145,139); }
div.DivClassName
{
background-color: #7D918B;
}
.BgClassName
{
background-color: #7D918B;
}
</style>
border-color css
<style>
span { border-color: #7D918B; }
span { border-color: rgb(125,145,139); }
td.TdClassName
{
border-color: #7D918B;
}
.TagClassName
{
border-color: #7D918B;
}
</style>