Shades of Granny Smith #809388
Tints of Granny Smith #809388
RGB
CMYK
RGB Variations
Color information
#809388 (or 0x809388) is known color: Granny Smith. HEX triplet: 80, 93 and 88. RGB value is (128,147,136). Sum of RGB (Red+Green+Blue) = 128+147+136=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #809388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809388 is #7F6C77. Grayscale: #8C8C8C. Windows color (decimal): -8350840 or 8950656. OLE color: 8950656.
HSL color Cylindrical-coordinate representation of color #809388: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809388 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 136 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.42 |
| HSL | 145.26º | 0.08% | 0.54% | - |
| HSV(B) | 145.26º | 0.13% | 0.58% | - |
| XYZ | 23.78 | 27.23 | 27.3 | - |
| YUV | 140.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 136 | 0.13 | 0 | 0.07 | 0.42 | 145.26 | 0.08 | 0.54 |
| Hex | 80 | 93 | 88 | D | 0 | 7 | 2A | 91 | 8 | 36 |
| Octal | 200 | 223 | 210 | 15 | 0 | 7 | 52 | 221 | 10 | 66 |
| Binary | 10000000 | 10010011 | 10001000 | 1101 | 0 | 111 | 101010 | 10010001 | 1000 | 110110 |
Color Harmonies of #809388
Complementary color
Monochromatic Colors of #809388
Black with #809388
Text Example
Text Example
White with #809388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809388; }
p { color: rgb(128,147,136); }
H1.HeaderClassName
{
color: #809388;
}
.AnyTagClassName
{
color: #809388;
}
</style>
background-color css
<style>
a { background-color: #809388; }
a { background-color: rgb(128,147,136); }
div.DivClassName
{
background-color: #809388;
}
.BgClassName
{
background-color: #809388;
}
</style>
border-color css
<style>
span { border-color: #809388; }
span { border-color: rgb(128,147,136); }
td.TdClassName
{
border-color: #809388;
}
.TagClassName
{
border-color: #809388;
}
</style>