Shades of Granny Smith #80968C
Tints of Granny Smith #80968C
RGB
CMYK
RGB Variations
Color information
#80968C (or 0x80968C) is known color: Granny Smith. HEX triplet: 80, 96 and 8C. RGB value is (128,150,140). Sum of RGB (Red+Green+Blue) = 128+150+140=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #80968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80968C is #7F6973. Grayscale: #8E8E8E. Windows color (decimal): -8350068 or 9213568. OLE color: 9213568.
HSL color Cylindrical-coordinate representation of color #80968C: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80968C is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 140 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.41 |
| HSL | 152.73º | 0.09% | 0.55% | - |
| HSV(B) | 152.73º | 0.15% | 0.59% | - |
| XYZ | 24.54 | 28.3 | 28.98 | - |
| YUV | 142.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 140 | 0.15 | 0 | 0.07 | 0.41 | 152.73 | 0.09 | 0.55 |
| Hex | 80 | 96 | 8C | F | 0 | 7 | 29 | 99 | 9 | 37 |
| Octal | 200 | 226 | 214 | 17 | 0 | 7 | 51 | 231 | 11 | 67 |
| Binary | 10000000 | 10010110 | 10001100 | 1111 | 0 | 111 | 101001 | 10011001 | 1001 | 110111 |
Color Harmonies of #80968C
Complementary color
Monochromatic Colors of #80968C
Black with #80968C
Text Example
Text Example
White with #80968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80968C; }
p { color: rgb(128,150,140); }
H1.HeaderClassName
{
color: #80968C;
}
.AnyTagClassName
{
color: #80968C;
}
</style>
background-color css
<style>
a { background-color: #80968C; }
a { background-color: rgb(128,150,140); }
div.DivClassName
{
background-color: #80968C;
}
.BgClassName
{
background-color: #80968C;
}
</style>
border-color css
<style>
span { border-color: #80968C; }
span { border-color: rgb(128,150,140); }
td.TdClassName
{
border-color: #80968C;
}
.TagClassName
{
border-color: #80968C;
}
</style>