Shades of Granny Smith #808D87
Tints of Granny Smith #808D87
RGB
CMYK
RGB Variations
Color information
#808D87 (or 0x808D87) is known color: Granny Smith. HEX triplet: 80, 8D and 87. RGB value is (128,141,135). Sum of RGB (Red+Green+Blue) = 128+141+135=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #808D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D87 is #7F7278. Grayscale: #888888. Windows color (decimal): -8352377 or 8883584. OLE color: 8883584.
HSL color Cylindrical-coordinate representation of color #808D87: hue angle of 152.31º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D87 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 135 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.45 |
| HSL | 152.31º | 0.05% | 0.53% | - |
| HSV(B) | 152.31º | 0.09% | 0.55% | - |
| XYZ | 22.8 | 25.39 | 26.62 | - |
| YUV | 136.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 135 | 0.09 | 0 | 0.04 | 0.45 | 152.31 | 0.05 | 0.53 |
| Hex | 80 | 8D | 87 | 9 | 0 | 4 | 2D | 98 | 5 | 35 |
| Octal | 200 | 215 | 207 | 11 | 0 | 4 | 55 | 230 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10000111 | 1001 | 0 | 100 | 101101 | 10011000 | 101 | 110101 |
Color Harmonies of #808D87
Complementary color
Monochromatic Colors of #808D87
Black with #808D87
Text Example
Text Example
White with #808D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D87; }
p { color: rgb(128,141,135); }
H1.HeaderClassName
{
color: #808D87;
}
.AnyTagClassName
{
color: #808D87;
}
</style>
background-color css
<style>
a { background-color: #808D87; }
a { background-color: rgb(128,141,135); }
div.DivClassName
{
background-color: #808D87;
}
.BgClassName
{
background-color: #808D87;
}
</style>
border-color css
<style>
span { border-color: #808D87; }
span { border-color: rgb(128,141,135); }
td.TdClassName
{
border-color: #808D87;
}
.TagClassName
{
border-color: #808D87;
}
</style>