Shades of Granny Smith #80958B
Tints of Granny Smith #80958B
RGB
CMYK
RGB Variations
Color information
#80958B (or 0x80958B) is known color: Granny Smith. HEX triplet: 80, 95 and 8B. RGB value is (128,149,139). Sum of RGB (Red+Green+Blue) = 128+149+139=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #80958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958B is #7F6A74. Grayscale: #8D8D8D. Windows color (decimal): -8350325 or 9147776. OLE color: 9147776.
HSL color Cylindrical-coordinate representation of color #80958B: hue angle of 151.43º 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 #80958B is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 139 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.42 |
| HSL | 151.43º | 0.09% | 0.54% | - |
| HSV(B) | 151.43º | 0.14% | 0.58% | - |
| XYZ | 24.31 | 27.95 | 28.54 | - |
| YUV | 141.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 139 | 0.14 | 0 | 0.07 | 0.42 | 151.43 | 0.09 | 0.54 |
| Hex | 80 | 95 | 8B | E | 0 | 7 | 2A | 97 | 9 | 36 |
| Octal | 200 | 225 | 213 | 16 | 0 | 7 | 52 | 227 | 11 | 66 |
| Binary | 10000000 | 10010101 | 10001011 | 1110 | 0 | 111 | 101010 | 10010111 | 1001 | 110110 |
Color Harmonies of #80958B
Complementary color
Monochromatic Colors of #80958B
Black with #80958B
Text Example
Text Example
White with #80958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80958B; }
p { color: rgb(128,149,139); }
H1.HeaderClassName
{
color: #80958B;
}
.AnyTagClassName
{
color: #80958B;
}
</style>
background-color css
<style>
a { background-color: #80958B; }
a { background-color: rgb(128,149,139); }
div.DivClassName
{
background-color: #80958B;
}
.BgClassName
{
background-color: #80958B;
}
</style>
border-color css
<style>
span { border-color: #80958B; }
span { border-color: rgb(128,149,139); }
td.TdClassName
{
border-color: #80958B;
}
.TagClassName
{
border-color: #80958B;
}
</style>