Shades of Granny Smith #809588
Tints of Granny Smith #809588
RGB
CMYK
RGB Variations
Color information
#809588 (or 0x809588) is known color: Granny Smith. HEX triplet: 80, 95 and 88. RGB value is (128,149,136). Sum of RGB (Red+Green+Blue) = 128+149+136=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #809588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809588 is #7F6A77. Grayscale: #8D8D8D. Windows color (decimal): -8350328 or 8951168. OLE color: 8951168.
HSL color Cylindrical-coordinate representation of color #809588: hue angle of 142.86º 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 #809588 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 136 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.42 |
| HSL | 142.86º | 0.09% | 0.54% | - |
| HSV(B) | 142.86º | 0.14% | 0.58% | - |
| XYZ | 24.09 | 27.86 | 27.4 | - |
| YUV | 141.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 136 | 0.14 | 0 | 0.09 | 0.42 | 142.86 | 0.09 | 0.54 |
| Hex | 80 | 95 | 88 | E | 0 | 9 | 2A | 8F | 9 | 36 |
| Octal | 200 | 225 | 210 | 16 | 0 | 11 | 52 | 217 | 11 | 66 |
| Binary | 10000000 | 10010101 | 10001000 | 1110 | 0 | 1001 | 101010 | 10001111 | 1001 | 110110 |
Color Harmonies of #809588
Complementary color
Monochromatic Colors of #809588
Black with #809588
Text Example
Text Example
White with #809588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809588; }
p { color: rgb(128,149,136); }
H1.HeaderClassName
{
color: #809588;
}
.AnyTagClassName
{
color: #809588;
}
</style>
background-color css
<style>
a { background-color: #809588; }
a { background-color: rgb(128,149,136); }
div.DivClassName
{
background-color: #809588;
}
.BgClassName
{
background-color: #809588;
}
</style>
border-color css
<style>
span { border-color: #809588; }
span { border-color: rgb(128,149,136); }
td.TdClassName
{
border-color: #809588;
}
.TagClassName
{
border-color: #809588;
}
</style>