Shades of Granny Smith #808E86
Tints of Granny Smith #808E86
RGB
CMYK
RGB Variations
Color information
#808E86 (or 0x808E86) is known color: Granny Smith. HEX triplet: 80, 8E and 86. RGB value is (128,142,134). Sum of RGB (Red+Green+Blue) = 128+142+134=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 142 - color contains mainly: green. Hex color #808E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E86 is #7F7179. Grayscale: #888888. Windows color (decimal): -8352122 or 8818304. OLE color: 8818304.
HSL color Cylindrical-coordinate representation of color #808E86: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808E86 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 134 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.44 |
| HSL | 145.71º | 0.06% | 0.53% | - |
| HSV(B) | 145.71º | 0.1% | 0.56% | - |
| XYZ | 22.88 | 25.66 | 26.3 | - |
| YUV | 136.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 134 | 0.10 | 0 | 0.06 | 0.44 | 145.71 | 0.06 | 0.53 |
| Hex | 80 | 8E | 86 | A | 0 | 6 | 2C | 92 | 6 | 35 |
| Octal | 200 | 216 | 206 | 12 | 0 | 6 | 54 | 222 | 6 | 65 |
| Binary | 10000000 | 10001110 | 10000110 | 1010 | 0 | 110 | 101100 | 10010010 | 110 | 110101 |
Color Harmonies of #808E86
Complementary color
Monochromatic Colors of #808E86
Black with #808E86
Text Example
Text Example
White with #808E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E86; }
p { color: rgb(128,142,134); }
H1.HeaderClassName
{
color: #808E86;
}
.AnyTagClassName
{
color: #808E86;
}
</style>
background-color css
<style>
a { background-color: #808E86; }
a { background-color: rgb(128,142,134); }
div.DivClassName
{
background-color: #808E86;
}
.BgClassName
{
background-color: #808E86;
}
</style>
border-color css
<style>
span { border-color: #808E86; }
span { border-color: rgb(128,142,134); }
td.TdClassName
{
border-color: #808E86;
}
.TagClassName
{
border-color: #808E86;
}
</style>