Shades of Granny Smith #80958C
Tints of Granny Smith #80958C
RGB
CMYK
RGB Variations
Color information
#80958C (or 0x80958C) is known color: Granny Smith. HEX triplet: 80, 95 and 8C. RGB value is (128,149,140). Sum of RGB (Red+Green+Blue) = 128+149+140=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #80958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958C is #7F6A73. Grayscale: #8D8D8D. Windows color (decimal): -8350324 or 9213312. OLE color: 9213312.
HSL color Cylindrical-coordinate representation of color #80958C: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80958C is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 140 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.42 |
| HSL | 154.29º | 0.09% | 0.54% | - |
| HSV(B) | 154.29º | 0.14% | 0.58% | - |
| XYZ | 24.38 | 27.98 | 28.93 | - |
| YUV | 141.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 140 | 0.14 | 0 | 0.06 | 0.42 | 154.29 | 0.09 | 0.54 |
| Hex | 80 | 95 | 8C | E | 0 | 6 | 2A | 9A | 9 | 36 |
| Octal | 200 | 225 | 214 | 16 | 0 | 6 | 52 | 232 | 11 | 66 |
| Binary | 10000000 | 10010101 | 10001100 | 1110 | 0 | 110 | 101010 | 10011010 | 1001 | 110110 |
Color Harmonies of #80958C
Complementary color
Monochromatic Colors of #80958C
Black with #80958C
Text Example
Text Example
White with #80958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80958C; }
p { color: rgb(128,149,140); }
H1.HeaderClassName
{
color: #80958C;
}
.AnyTagClassName
{
color: #80958C;
}
</style>
background-color css
<style>
a { background-color: #80958C; }
a { background-color: rgb(128,149,140); }
div.DivClassName
{
background-color: #80958C;
}
.BgClassName
{
background-color: #80958C;
}
</style>
border-color css
<style>
span { border-color: #80958C; }
span { border-color: rgb(128,149,140); }
td.TdClassName
{
border-color: #80958C;
}
.TagClassName
{
border-color: #80958C;
}
</style>