Shades of Granny Smith #80948D
Tints of Granny Smith #80948D
RGB
CMYK
RGB Variations
Color information
#80948D (or 0x80948D) is known color: Granny Smith. HEX triplet: 80, 94 and 8D. RGB value is (128,148,141). Sum of RGB (Red+Green+Blue) = 128+148+141=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #80948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948D is #7F6B72. Grayscale: #8D8D8D. Windows color (decimal): -8350579 or 9278592. OLE color: 9278592.
HSL color Cylindrical-coordinate representation of color #80948D: hue angle of 159º 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 #80948D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 141 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.42 |
| HSL | 159º | 0.09% | 0.54% | - |
| HSV(B) | 159º | 0.14% | 0.58% | - |
| XYZ | 24.3 | 27.69 | 29.26 | - |
| YUV | 141.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 141 | 0.14 | 0 | 0.05 | 0.42 | 159 | 0.09 | 0.54 |
| Hex | 80 | 94 | 8D | E | 0 | 5 | 2A | 9F | 9 | 36 |
| Octal | 200 | 224 | 215 | 16 | 0 | 5 | 52 | 237 | 11 | 66 |
| Binary | 10000000 | 10010100 | 10001101 | 1110 | 0 | 101 | 101010 | 10011111 | 1001 | 110110 |
Color Harmonies of #80948D
Complementary color
Monochromatic Colors of #80948D
Black with #80948D
Text Example
Text Example
White with #80948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80948D; }
p { color: rgb(128,148,141); }
H1.HeaderClassName
{
color: #80948D;
}
.AnyTagClassName
{
color: #80948D;
}
</style>
background-color css
<style>
a { background-color: #80948D; }
a { background-color: rgb(128,148,141); }
div.DivClassName
{
background-color: #80948D;
}
.BgClassName
{
background-color: #80948D;
}
</style>
border-color css
<style>
span { border-color: #80948D; }
span { border-color: rgb(128,148,141); }
td.TdClassName
{
border-color: #80948D;
}
.TagClassName
{
border-color: #80948D;
}
</style>