Shades of Granny Smith #80988A
Tints of Granny Smith #80988A
RGB
CMYK
RGB Variations
Color information
#80988A (or 0x80988A) is known color: Granny Smith. HEX triplet: 80, 98 and 8A. RGB value is (128,152,138). Sum of RGB (Red+Green+Blue) = 128+152+138=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #80988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80988A is #7F6775. Grayscale: #8F8F8F. Windows color (decimal): -8349558 or 9083008. OLE color: 9083008.
HSL color Cylindrical-coordinate representation of color #80988A: hue angle of 145º 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 #80988A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 138 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.40 |
| HSL | 145º | 0.1% | 0.55% | - |
| HSV(B) | 145º | 0.16% | 0.6% | - |
| XYZ | 24.72 | 28.88 | 28.32 | - |
| YUV | 143.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 138 | 0.16 | 0 | 0.09 | 0.40 | 145 | 0.1 | 0.55 |
| Hex | 80 | 98 | 8A | 10 | 0 | 9 | 28 | 91 | A | 37 |
| Octal | 200 | 230 | 212 | 20 | 0 | 11 | 50 | 221 | 12 | 67 |
| Binary | 10000000 | 10011000 | 10001010 | 10000 | 0 | 1001 | 101000 | 10010001 | 1010 | 110111 |
Color Harmonies of #80988A
Complementary color
Monochromatic Colors of #80988A
Black with #80988A
Text Example
Text Example
White with #80988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80988A; }
p { color: rgb(128,152,138); }
H1.HeaderClassName
{
color: #80988A;
}
.AnyTagClassName
{
color: #80988A;
}
</style>
background-color css
<style>
a { background-color: #80988A; }
a { background-color: rgb(128,152,138); }
div.DivClassName
{
background-color: #80988A;
}
.BgClassName
{
background-color: #80988A;
}
</style>
border-color css
<style>
span { border-color: #80988A; }
span { border-color: rgb(128,152,138); }
td.TdClassName
{
border-color: #80988A;
}
.TagClassName
{
border-color: #80988A;
}
</style>