Shades of Granny Smith #80948C
Tints of Granny Smith #80948C
RGB
CMYK
RGB Variations
Color information
#80948C (or 0x80948C) is known color: Granny Smith. HEX triplet: 80, 94 and 8C. RGB value is (128,148,140). Sum of RGB (Red+Green+Blue) = 128+148+140=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #80948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948C is #7F6B73. Grayscale: #8D8D8D. Windows color (decimal): -8350580 or 9213056. OLE color: 9213056.
HSL color Cylindrical-coordinate representation of color #80948C: hue angle of 156º 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 #80948C is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 140 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.42 |
| HSL | 156º | 0.09% | 0.54% | - |
| HSV(B) | 156º | 0.14% | 0.58% | - |
| XYZ | 24.23 | 27.66 | 28.87 | - |
| YUV | 141.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 140 | 0.14 | 0 | 0.05 | 0.42 | 156 | 0.09 | 0.54 |
| Hex | 80 | 94 | 8C | E | 0 | 5 | 2A | 9C | 9 | 36 |
| Octal | 200 | 224 | 214 | 16 | 0 | 5 | 52 | 234 | 11 | 66 |
| Binary | 10000000 | 10010100 | 10001100 | 1110 | 0 | 101 | 101010 | 10011100 | 1001 | 110110 |
Color Harmonies of #80948C
Complementary color
Monochromatic Colors of #80948C
Black with #80948C
Text Example
Text Example
White with #80948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80948C; }
p { color: rgb(128,148,140); }
H1.HeaderClassName
{
color: #80948C;
}
.AnyTagClassName
{
color: #80948C;
}
</style>
background-color css
<style>
a { background-color: #80948C; }
a { background-color: rgb(128,148,140); }
div.DivClassName
{
background-color: #80948C;
}
.BgClassName
{
background-color: #80948C;
}
</style>
border-color css
<style>
span { border-color: #80948C; }
span { border-color: rgb(128,148,140); }
td.TdClassName
{
border-color: #80948C;
}
.TagClassName
{
border-color: #80948C;
}
</style>