Shades of Granny Smith #7D988C
Tints of Granny Smith #7D988C
RGB
CMYK
RGB Variations
Color information
#7D988C (or 0x7D988C) is known color: Granny Smith. HEX triplet: 7D, 98 and 8C. RGB value is (125,152,140). Sum of RGB (Red+Green+Blue) = 125+152+140=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #7D988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D988C is #826773. Grayscale: #8E8E8E. Windows color (decimal): -8546164 or 9214077. OLE color: 9214077.
HSL color Cylindrical-coordinate representation of color #7D988C: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D988C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 152 | 140 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.40 |
| HSL | 153.33º | 0.12% | 0.54% | - |
| HSV(B) | 153.33º | 0.18% | 0.6% | - |
| XYZ | 24.42 | 28.71 | 29.07 | - |
| YUV | 142.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 140 | 0.18 | 0 | 0.08 | 0.40 | 153.33 | 0.12 | 0.54 |
| Hex | 7D | 98 | 8C | 12 | 0 | 8 | 28 | 99 | C | 36 |
| Octal | 175 | 230 | 214 | 22 | 0 | 10 | 50 | 231 | 14 | 66 |
| Binary | 1111101 | 10011000 | 10001100 | 10010 | 0 | 1000 | 101000 | 10011001 | 1100 | 110110 |
Color Harmonies of #7D988C
Complementary color
Monochromatic Colors of #7D988C
Black with #7D988C
Text Example
Text Example
White with #7D988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D988C; }
p { color: rgb(125,152,140); }
H1.HeaderClassName
{
color: #7D988C;
}
.AnyTagClassName
{
color: #7D988C;
}
</style>
background-color css
<style>
a { background-color: #7D988C; }
a { background-color: rgb(125,152,140); }
div.DivClassName
{
background-color: #7D988C;
}
.BgClassName
{
background-color: #7D988C;
}
</style>
border-color css
<style>
span { border-color: #7D988C; }
span { border-color: rgb(125,152,140); }
td.TdClassName
{
border-color: #7D988C;
}
.TagClassName
{
border-color: #7D988C;
}
</style>