Shades of Granny Smith #80948A
Tints of Granny Smith #80948A
RGB
CMYK
RGB Variations
Color information
#80948A (or 0x80948A) is known color: Granny Smith. HEX triplet: 80, 94 and 8A. RGB value is (128,148,138). Sum of RGB (Red+Green+Blue) = 128+148+138=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #80948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948A is #7F6B75. Grayscale: #8C8C8C. Windows color (decimal): -8350582 or 9081984. OLE color: 9081984.
HSL color Cylindrical-coordinate representation of color #80948A: hue angle of 150º 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 #80948A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 138 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.42 |
| HSL | 150º | 0.09% | 0.54% | - |
| HSV(B) | 150º | 0.14% | 0.58% | - |
| XYZ | 24.08 | 27.6 | 28.1 | - |
| YUV | 140.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 138 | 0.14 | 0 | 0.07 | 0.42 | 150 | 0.09 | 0.54 |
| Hex | 80 | 94 | 8A | E | 0 | 7 | 2A | 96 | 9 | 36 |
| Octal | 200 | 224 | 212 | 16 | 0 | 7 | 52 | 226 | 11 | 66 |
| Binary | 10000000 | 10010100 | 10001010 | 1110 | 0 | 111 | 101010 | 10010110 | 1001 | 110110 |
Color Harmonies of #80948A
Complementary color
Monochromatic Colors of #80948A
Black with #80948A
Text Example
Text Example
White with #80948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80948A; }
p { color: rgb(128,148,138); }
H1.HeaderClassName
{
color: #80948A;
}
.AnyTagClassName
{
color: #80948A;
}
</style>
background-color css
<style>
a { background-color: #80948A; }
a { background-color: rgb(128,148,138); }
div.DivClassName
{
background-color: #80948A;
}
.BgClassName
{
background-color: #80948A;
}
</style>
border-color css
<style>
span { border-color: #80948A; }
span { border-color: rgb(128,148,138); }
td.TdClassName
{
border-color: #80948A;
}
.TagClassName
{
border-color: #80948A;
}
</style>