Shades of Granny Smith #8E9391
Tints of Granny Smith #8E9391
RGB
CMYK
RGB Variations
Color information
#8E9391 (or 0x8E9391) is known color: Granny Smith. HEX triplet: 8E, 93 and 91. RGB value is (142,147,145). Sum of RGB (Red+Green+Blue) = 142+147+145=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9391 is #716C6E. Grayscale: #919191. Windows color (decimal): -7433327 or 9540494. OLE color: 9540494.
HSL color Cylindrical-coordinate representation of color #8E9391: hue angle of 156º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E9391 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 145 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.42 |
| HSL | 156º | 0.02% | 0.57% | - |
| HSV(B) | 156º | 0.03% | 0.58% | - |
| XYZ | 26.7 | 28.66 | 30.91 | - |
| YUV | 145.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 145 | 0.03 | 0 | 0.01 | 0.42 | 156 | 0.02 | 0.57 |
| Hex | 8E | 93 | 91 | 3 | 0 | 1 | 2A | 9C | 2 | 39 |
| Octal | 216 | 223 | 221 | 3 | 0 | 1 | 52 | 234 | 2 | 71 |
| Binary | 10001110 | 10010011 | 10010001 | 11 | 0 | 1 | 101010 | 10011100 | 10 | 111001 |
Color Harmonies of #8E9391
Complementary color
Monochromatic Colors of #8E9391
Black with #8E9391
Text Example
Text Example
White with #8E9391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9391; }
p { color: rgb(142,147,145); }
H1.HeaderClassName
{
color: #8E9391;
}
.AnyTagClassName
{
color: #8E9391;
}
</style>
background-color css
<style>
a { background-color: #8E9391; }
a { background-color: rgb(142,147,145); }
div.DivClassName
{
background-color: #8E9391;
}
.BgClassName
{
background-color: #8E9391;
}
</style>
border-color css
<style>
span { border-color: #8E9391; }
span { border-color: rgb(142,147,145); }
td.TdClassName
{
border-color: #8E9391;
}
.TagClassName
{
border-color: #8E9391;
}
</style>