Shades of Granny Smith #80988D
Tints of Granny Smith #80988D
RGB
CMYK
RGB Variations
Color information
#80988D (or 0x80988D) is known color: Granny Smith. HEX triplet: 80, 98 and 8D. RGB value is (128,152,141). Sum of RGB (Red+Green+Blue) = 128+152+141=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #80988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80988D is #7F6772. Grayscale: #8F8F8F. Windows color (decimal): -8349555 or 9279616. OLE color: 9279616.
HSL color Cylindrical-coordinate representation of color #80988D: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80988D is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 141 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.40 |
| HSL | 152.5º | 0.1% | 0.55% | - |
| HSV(B) | 152.5º | 0.16% | 0.6% | - |
| XYZ | 24.94 | 28.97 | 29.48 | - |
| YUV | 143.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 141 | 0.16 | 0 | 0.07 | 0.40 | 152.5 | 0.1 | 0.55 |
| Hex | 80 | 98 | 8D | 10 | 0 | 7 | 28 | 98 | A | 37 |
| Octal | 200 | 230 | 215 | 20 | 0 | 7 | 50 | 230 | 12 | 67 |
| Binary | 10000000 | 10011000 | 10001101 | 10000 | 0 | 111 | 101000 | 10011000 | 1010 | 110111 |
Color Harmonies of #80988D
Complementary color
Monochromatic Colors of #80988D
Black with #80988D
Text Example
Text Example
White with #80988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80988D; }
p { color: rgb(128,152,141); }
H1.HeaderClassName
{
color: #80988D;
}
.AnyTagClassName
{
color: #80988D;
}
</style>
background-color css
<style>
a { background-color: #80988D; }
a { background-color: rgb(128,152,141); }
div.DivClassName
{
background-color: #80988D;
}
.BgClassName
{
background-color: #80988D;
}
</style>
border-color css
<style>
span { border-color: #80988D; }
span { border-color: rgb(128,152,141); }
td.TdClassName
{
border-color: #80988D;
}
.TagClassName
{
border-color: #80988D;
}
</style>