Shades of Granny Smith #7F998C
Tints of Granny Smith #7F998C
RGB
CMYK
RGB Variations
Color information
#7F998C (or 0x7F998C) is known color: Granny Smith. HEX triplet: 7F, 99 and 8C. RGB value is (127,153,140). Sum of RGB (Red+Green+Blue) = 127+153+140=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #7F998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F998C is #806673. Grayscale: #8F8F8F. Windows color (decimal): -8414836 or 9214335. OLE color: 9214335.
HSL color Cylindrical-coordinate representation of color #7F998C: hue angle of 150º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F998C is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 140 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.4 |
| HSL | 150º | 0.11% | 0.55% | - |
| HSV(B) | 150º | 0.17% | 0.6% | - |
| XYZ | 24.88 | 29.19 | 29.13 | - |
| YUV | 143.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 140 | 0.17 | 0 | 0.08 | 0.4 | 150 | 0.11 | 0.55 |
| Hex | 7F | 99 | 8C | 11 | 0 | 8 | 28 | 96 | B | 37 |
| Octal | 177 | 231 | 214 | 21 | 0 | 10 | 50 | 226 | 13 | 67 |
| Binary | 1111111 | 10011001 | 10001100 | 10001 | 0 | 1000 | 101000 | 10010110 | 1011 | 110111 |
Color Harmonies of #7F998C
Complementary color
Monochromatic Colors of #7F998C
Black with #7F998C
Text Example
Text Example
White with #7F998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F998C; }
p { color: rgb(127,153,140); }
H1.HeaderClassName
{
color: #7F998C;
}
.AnyTagClassName
{
color: #7F998C;
}
</style>
background-color css
<style>
a { background-color: #7F998C; }
a { background-color: rgb(127,153,140); }
div.DivClassName
{
background-color: #7F998C;
}
.BgClassName
{
background-color: #7F998C;
}
</style>
border-color css
<style>
span { border-color: #7F998C; }
span { border-color: rgb(127,153,140); }
td.TdClassName
{
border-color: #7F998C;
}
.TagClassName
{
border-color: #7F998C;
}
</style>