Shades of Granny Smith #80938B
Tints of Granny Smith #80938B
RGB
CMYK
RGB Variations
Color information
#80938B (or 0x80938B) is known color: Granny Smith. HEX triplet: 80, 93 and 8B. RGB value is (128,147,139). Sum of RGB (Red+Green+Blue) = 128+147+139=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #80938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938B is #7F6C74. Grayscale: #8C8C8C. Windows color (decimal): -8350837 or 9147264. OLE color: 9147264.
HSL color Cylindrical-coordinate representation of color #80938B: hue angle of 154.74º 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 #80938B is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 139 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.42 |
| HSL | 154.74º | 0.08% | 0.54% | - |
| HSV(B) | 154.74º | 0.13% | 0.58% | - |
| XYZ | 24 | 27.32 | 28.43 | - |
| YUV | 140.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 139 | 0.13 | 0 | 0.05 | 0.42 | 154.74 | 0.08 | 0.54 |
| Hex | 80 | 93 | 8B | D | 0 | 5 | 2A | 9B | 8 | 36 |
| Octal | 200 | 223 | 213 | 15 | 0 | 5 | 52 | 233 | 10 | 66 |
| Binary | 10000000 | 10010011 | 10001011 | 1101 | 0 | 101 | 101010 | 10011011 | 1000 | 110110 |
Color Harmonies of #80938B
Complementary color
Monochromatic Colors of #80938B
Black with #80938B
Text Example
Text Example
White with #80938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80938B; }
p { color: rgb(128,147,139); }
H1.HeaderClassName
{
color: #80938B;
}
.AnyTagClassName
{
color: #80938B;
}
</style>
background-color css
<style>
a { background-color: #80938B; }
a { background-color: rgb(128,147,139); }
div.DivClassName
{
background-color: #80938B;
}
.BgClassName
{
background-color: #80938B;
}
</style>
border-color css
<style>
span { border-color: #80938B; }
span { border-color: rgb(128,147,139); }
td.TdClassName
{
border-color: #80938B;
}
.TagClassName
{
border-color: #80938B;
}
</style>