Shades of Granny Smith #8D9993
Tints of Granny Smith #8D9993
RGB
CMYK
RGB Variations
Color information
#8D9993 (or 0x8D9993) is known color: Granny Smith. HEX triplet: 8D, 99 and 93. RGB value is (141,153,147). Sum of RGB (Red+Green+Blue) = 141+153+147=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9993 is #72666C. Grayscale: #949494. Windows color (decimal): -7497325 or 9673101. OLE color: 9673101.
HSL color Cylindrical-coordinate representation of color #8D9993: hue angle of 150º 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 #8D9993 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 147 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.4 |
| HSL | 150º | 0.06% | 0.58% | - |
| HSV(B) | 150º | 0.08% | 0.6% | - |
| XYZ | 27.64 | 30.55 | 32.04 | - |
| YUV | 148.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 147 | 0.08 | 0 | 0.04 | 0.4 | 150 | 0.06 | 0.58 |
| Hex | 8D | 99 | 93 | 8 | 0 | 4 | 28 | 96 | 6 | 3A |
| Octal | 215 | 231 | 223 | 10 | 0 | 4 | 50 | 226 | 6 | 72 |
| Binary | 10001101 | 10011001 | 10010011 | 1000 | 0 | 100 | 101000 | 10010110 | 110 | 111010 |
Color Harmonies of #8D9993
Complementary color
Monochromatic Colors of #8D9993
Black with #8D9993
Text Example
Text Example
White with #8D9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9993; }
p { color: rgb(141,153,147); }
H1.HeaderClassName
{
color: #8D9993;
}
.AnyTagClassName
{
color: #8D9993;
}
</style>
background-color css
<style>
a { background-color: #8D9993; }
a { background-color: rgb(141,153,147); }
div.DivClassName
{
background-color: #8D9993;
}
.BgClassName
{
background-color: #8D9993;
}
</style>
border-color css
<style>
span { border-color: #8D9993; }
span { border-color: rgb(141,153,147); }
td.TdClassName
{
border-color: #8D9993;
}
.TagClassName
{
border-color: #8D9993;
}
</style>