Shades of Granny Smith #808D89
Tints of Granny Smith #808D89
RGB
CMYK
RGB Variations
Color information
#808D89 (or 0x808D89) is known color: Granny Smith. HEX triplet: 80, 8D and 89. RGB value is (128,141,137). Sum of RGB (Red+Green+Blue) = 128+141+137=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #808D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D89 is #7F7276. Grayscale: #888888. Windows color (decimal): -8352375 or 9014656. OLE color: 9014656.
HSL color Cylindrical-coordinate representation of color #808D89: hue angle of 161.54º 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 #808D89 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 137 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.45 |
| HSL | 161.54º | 0.05% | 0.53% | - |
| HSV(B) | 161.54º | 0.09% | 0.55% | - |
| XYZ | 22.94 | 25.45 | 27.37 | - |
| YUV | 136.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 137 | 0.09 | 0 | 0.03 | 0.45 | 161.54 | 0.05 | 0.53 |
| Hex | 80 | 8D | 89 | 9 | 0 | 3 | 2D | A2 | 5 | 35 |
| Octal | 200 | 215 | 211 | 11 | 0 | 3 | 55 | 242 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10001001 | 1001 | 0 | 11 | 101101 | 10100010 | 101 | 110101 |
Color Harmonies of #808D89
Complementary color
Monochromatic Colors of #808D89
Black with #808D89
Text Example
Text Example
White with #808D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D89; }
p { color: rgb(128,141,137); }
H1.HeaderClassName
{
color: #808D89;
}
.AnyTagClassName
{
color: #808D89;
}
</style>
background-color css
<style>
a { background-color: #808D89; }
a { background-color: rgb(128,141,137); }
div.DivClassName
{
background-color: #808D89;
}
.BgClassName
{
background-color: #808D89;
}
</style>
border-color css
<style>
span { border-color: #808D89; }
span { border-color: rgb(128,141,137); }
td.TdClassName
{
border-color: #808D89;
}
.TagClassName
{
border-color: #808D89;
}
</style>