Shades of Granny Smith #80998C
Tints of Granny Smith #80998C
RGB
CMYK
RGB Variations
Color information
#80998C (or 0x80998C) is known color: Granny Smith. HEX triplet: 80, 99 and 8C. RGB value is (128,153,140). Sum of RGB (Red+Green+Blue) = 128+153+140=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #80998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998C is #7F6673. Grayscale: #909090. Windows color (decimal): -8349300 or 9214336. OLE color: 9214336.
HSL color Cylindrical-coordinate representation of color #80998C: hue angle of 148.8º 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 #80998C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 140 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.4 |
| HSL | 148.8º | 0.11% | 0.55% | - |
| HSV(B) | 148.8º | 0.16% | 0.6% | - |
| XYZ | 25.03 | 29.27 | 29.14 | - |
| YUV | 144.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 140 | 0.16 | 0 | 0.08 | 0.4 | 148.8 | 0.11 | 0.55 |
| Hex | 80 | 99 | 8C | 10 | 0 | 8 | 28 | 95 | B | 37 |
| Octal | 200 | 231 | 214 | 20 | 0 | 10 | 50 | 225 | 13 | 67 |
| Binary | 10000000 | 10011001 | 10001100 | 10000 | 0 | 1000 | 101000 | 10010101 | 1011 | 110111 |
Color Harmonies of #80998C
Complementary color
Monochromatic Colors of #80998C
Black with #80998C
Text Example
Text Example
White with #80998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80998C; }
p { color: rgb(128,153,140); }
H1.HeaderClassName
{
color: #80998C;
}
.AnyTagClassName
{
color: #80998C;
}
</style>
background-color css
<style>
a { background-color: #80998C; }
a { background-color: rgb(128,153,140); }
div.DivClassName
{
background-color: #80998C;
}
.BgClassName
{
background-color: #80998C;
}
</style>
border-color css
<style>
span { border-color: #80998C; }
span { border-color: rgb(128,153,140); }
td.TdClassName
{
border-color: #80998C;
}
.TagClassName
{
border-color: #80998C;
}
</style>