Shades of Granny Smith #8D9792
Tints of Granny Smith #8D9792
RGB
CMYK
RGB Variations
Color information
#8D9792 (or 0x8D9792) is known color: Granny Smith. HEX triplet: 8D, 97 and 92. RGB value is (141,151,146). Sum of RGB (Red+Green+Blue) = 141+151+146=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9792 is #72686D. Grayscale: #939393. Windows color (decimal): -7497838 or 9607053. OLE color: 9607053.
HSL color Cylindrical-coordinate representation of color #8D9792: hue angle of 150º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D9792 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 146 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.41 |
| HSL | 150º | 0.05% | 0.57% | - |
| HSV(B) | 150º | 0.07% | 0.59% | - |
| XYZ | 27.24 | 29.87 | 31.52 | - |
| YUV | 147.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 146 | 0.07 | 0 | 0.03 | 0.41 | 150 | 0.05 | 0.57 |
| Hex | 8D | 97 | 92 | 7 | 0 | 3 | 29 | 96 | 5 | 39 |
| Octal | 215 | 227 | 222 | 7 | 0 | 3 | 51 | 226 | 5 | 71 |
| Binary | 10001101 | 10010111 | 10010010 | 111 | 0 | 11 | 101001 | 10010110 | 101 | 111001 |
Color Harmonies of #8D9792
Complementary color
Monochromatic Colors of #8D9792
Black with #8D9792
Text Example
Text Example
White with #8D9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9792; }
p { color: rgb(141,151,146); }
H1.HeaderClassName
{
color: #8D9792;
}
.AnyTagClassName
{
color: #8D9792;
}
</style>
background-color css
<style>
a { background-color: #8D9792; }
a { background-color: rgb(141,151,146); }
div.DivClassName
{
background-color: #8D9792;
}
.BgClassName
{
background-color: #8D9792;
}
</style>
border-color css
<style>
span { border-color: #8D9792; }
span { border-color: rgb(141,151,146); }
td.TdClassName
{
border-color: #8D9792;
}
.TagClassName
{
border-color: #8D9792;
}
</style>