Shades of Granny Smith #80948F
Tints of Granny Smith #80948F
RGB
CMYK
RGB Variations
Color information
#80948F (or 0x80948F) is known color: Granny Smith. HEX triplet: 80, 94 and 8F. RGB value is (128,148,143). Sum of RGB (Red+Green+Blue) = 128+148+143=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #80948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948F is #7F6B70. Grayscale: #8D8D8D. Windows color (decimal): -8350577 or 9409664. OLE color: 9409664.
HSL color Cylindrical-coordinate representation of color #80948F: hue angle of 165º 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 #80948F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 143 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.42 |
| HSL | 165º | 0.09% | 0.54% | - |
| HSV(B) | 165º | 0.14% | 0.58% | - |
| XYZ | 24.45 | 27.75 | 30.05 | - |
| YUV | 141.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 143 | 0.14 | 0 | 0.03 | 0.42 | 165 | 0.09 | 0.54 |
| Hex | 80 | 94 | 8F | E | 0 | 3 | 2A | A5 | 9 | 36 |
| Octal | 200 | 224 | 217 | 16 | 0 | 3 | 52 | 245 | 11 | 66 |
| Binary | 10000000 | 10010100 | 10001111 | 1110 | 0 | 11 | 101010 | 10100101 | 1001 | 110110 |
Color Harmonies of #80948F
Complementary color
Monochromatic Colors of #80948F
Black with #80948F
Text Example
Text Example
White with #80948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80948F; }
p { color: rgb(128,148,143); }
H1.HeaderClassName
{
color: #80948F;
}
.AnyTagClassName
{
color: #80948F;
}
</style>
background-color css
<style>
a { background-color: #80948F; }
a { background-color: rgb(128,148,143); }
div.DivClassName
{
background-color: #80948F;
}
.BgClassName
{
background-color: #80948F;
}
</style>
border-color css
<style>
span { border-color: #80948F; }
span { border-color: rgb(128,148,143); }
td.TdClassName
{
border-color: #80948F;
}
.TagClassName
{
border-color: #80948F;
}
</style>