Shades of Granny Smith #809188
Tints of Granny Smith #809188
RGB
CMYK
RGB Variations
Color information
#809188 (or 0x809188) is known color: Granny Smith. HEX triplet: 80, 91 and 88. RGB value is (128,145,136). Sum of RGB (Red+Green+Blue) = 128+145+136=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #809188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809188 is #7F6E77. Grayscale: #8A8A8A. Windows color (decimal): -8351352 or 8950144. OLE color: 8950144.
HSL color Cylindrical-coordinate representation of color #809188: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #809188 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 136 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.43 |
| HSL | 148.24º | 0.07% | 0.54% | - |
| HSV(B) | 148.24º | 0.12% | 0.57% | - |
| XYZ | 23.47 | 26.62 | 27.19 | - |
| YUV | 138.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 136 | 0.12 | 0 | 0.06 | 0.43 | 148.24 | 0.07 | 0.54 |
| Hex | 80 | 91 | 88 | C | 0 | 6 | 2B | 94 | 7 | 36 |
| Octal | 200 | 221 | 210 | 14 | 0 | 6 | 53 | 224 | 7 | 66 |
| Binary | 10000000 | 10010001 | 10001000 | 1100 | 0 | 110 | 101011 | 10010100 | 111 | 110110 |
Color Harmonies of #809188
Complementary color
Monochromatic Colors of #809188
Black with #809188
Text Example
Text Example
White with #809188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809188; }
p { color: rgb(128,145,136); }
H1.HeaderClassName
{
color: #809188;
}
.AnyTagClassName
{
color: #809188;
}
</style>
background-color css
<style>
a { background-color: #809188; }
a { background-color: rgb(128,145,136); }
div.DivClassName
{
background-color: #809188;
}
.BgClassName
{
background-color: #809188;
}
</style>
border-color css
<style>
span { border-color: #809188; }
span { border-color: rgb(128,145,136); }
td.TdClassName
{
border-color: #809188;
}
.TagClassName
{
border-color: #809188;
}
</style>