Shades of Granny Smith #80998A
Tints of Granny Smith #80998A
RGB
CMYK
RGB Variations
Color information
#80998A (or 0x80998A) is known color: Granny Smith. HEX triplet: 80, 99 and 8A. RGB value is (128,153,138). Sum of RGB (Red+Green+Blue) = 128+153+138=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #80998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998A is #7F6675. Grayscale: #8F8F8F. Windows color (decimal): -8349302 or 9083264. OLE color: 9083264.
HSL color Cylindrical-coordinate representation of color #80998A: hue angle of 144º degrees, saturation: 0.11, 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 #80998A is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 138 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.4 |
| HSL | 144º | 0.11% | 0.55% | - |
| HSV(B) | 144º | 0.16% | 0.6% | - |
| XYZ | 24.88 | 29.21 | 28.37 | - |
| YUV | 143.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 138 | 0.16 | 0 | 0.10 | 0.4 | 144 | 0.11 | 0.55 |
| Hex | 80 | 99 | 8A | 10 | 0 | A | 28 | 90 | B | 37 |
| Octal | 200 | 231 | 212 | 20 | 0 | 12 | 50 | 220 | 13 | 67 |
| Binary | 10000000 | 10011001 | 10001010 | 10000 | 0 | 1010 | 101000 | 10010000 | 1011 | 110111 |
Color Harmonies of #80998A
Complementary color
Monochromatic Colors of #80998A
Black with #80998A
Text Example
Text Example
White with #80998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80998A; }
p { color: rgb(128,153,138); }
H1.HeaderClassName
{
color: #80998A;
}
.AnyTagClassName
{
color: #80998A;
}
</style>
background-color css
<style>
a { background-color: #80998A; }
a { background-color: rgb(128,153,138); }
div.DivClassName
{
background-color: #80998A;
}
.BgClassName
{
background-color: #80998A;
}
</style>
border-color css
<style>
span { border-color: #80998A; }
span { border-color: rgb(128,153,138); }
td.TdClassName
{
border-color: #80998A;
}
.TagClassName
{
border-color: #80998A;
}
</style>