Shades of Granny Smith #8D9994
Tints of Granny Smith #8D9994
RGB
CMYK
RGB Variations
Color information
#8D9994 (or 0x8D9994) is known color: Granny Smith. HEX triplet: 8D, 99 and 94. RGB value is (141,153,148). Sum of RGB (Red+Green+Blue) = 141+153+148=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9994 is #72666B. Grayscale: #949494. Windows color (decimal): -7497324 or 9738637. OLE color: 9738637.
HSL color Cylindrical-coordinate representation of color #8D9994: hue angle of 155º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D9994 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 148 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.4 |
| HSL | 155º | 0.06% | 0.58% | - |
| HSV(B) | 155º | 0.08% | 0.6% | - |
| XYZ | 27.72 | 30.58 | 32.46 | - |
| YUV | 148.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 148 | 0.08 | 0 | 0.03 | 0.4 | 155 | 0.06 | 0.58 |
| Hex | 8D | 99 | 94 | 8 | 0 | 3 | 28 | 9B | 6 | 3A |
| Octal | 215 | 231 | 224 | 10 | 0 | 3 | 50 | 233 | 6 | 72 |
| Binary | 10001101 | 10011001 | 10010100 | 1000 | 0 | 11 | 101000 | 10011011 | 110 | 111010 |
Color Harmonies of #8D9994
Complementary color
Monochromatic Colors of #8D9994
Black with #8D9994
Text Example
Text Example
White with #8D9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9994; }
p { color: rgb(141,153,148); }
H1.HeaderClassName
{
color: #8D9994;
}
.AnyTagClassName
{
color: #8D9994;
}
</style>
background-color css
<style>
a { background-color: #8D9994; }
a { background-color: rgb(141,153,148); }
div.DivClassName
{
background-color: #8D9994;
}
.BgClassName
{
background-color: #8D9994;
}
</style>
border-color css
<style>
span { border-color: #8D9994; }
span { border-color: rgb(141,153,148); }
td.TdClassName
{
border-color: #8D9994;
}
.TagClassName
{
border-color: #8D9994;
}
</style>