Shades of Amulet #80AE76
Tints of Amulet #80AE76
RGB
CMYK
RGB Variations
Color information
#80AE76 (or 0x80AE76) is known color: Amulet. HEX triplet: 80, AE and 76. RGB value is (128,174,118). Sum of RGB (Red+Green+Blue) = 128+174+118=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE76 is #7F5189. Grayscale: #9A9A9A. Windows color (decimal): -8343946 or 7777920. OLE color: 7777920.
HSL color Cylindrical-coordinate representation of color #80AE76: hue angle of 109.29º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80AE76 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 118 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.32 |
| HSL | 109.29º | 0.26% | 0.57% | - |
| HSV(B) | 109.29º | 0.32% | 0.68% | - |
| XYZ | 27.31 | 36.17 | 22.68 | - |
| YUV | 153.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 118 | 0.26 | 0 | 0.32 | 0.32 | 109.29 | 0.26 | 0.57 |
| Hex | 80 | AE | 76 | 1A | 0 | 20 | 20 | 6D | 1A | 39 |
| Octal | 200 | 256 | 166 | 32 | 0 | 40 | 40 | 155 | 32 | 71 |
| Binary | 10000000 | 10101110 | 1110110 | 11010 | 0 | 100000 | 100000 | 1101101 | 11010 | 111001 |
Color Harmonies of #80AE76
Complementary color
Monochromatic Colors of #80AE76
Black with #80AE76
Text Example
Text Example
White with #80AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE76; }
p { color: rgb(128,174,118); }
H1.HeaderClassName
{
color: #80AE76;
}
.AnyTagClassName
{
color: #80AE76;
}
</style>
background-color css
<style>
a { background-color: #80AE76; }
a { background-color: rgb(128,174,118); }
div.DivClassName
{
background-color: #80AE76;
}
.BgClassName
{
background-color: #80AE76;
}
</style>
border-color css
<style>
span { border-color: #80AE76; }
span { border-color: rgb(128,174,118); }
td.TdClassName
{
border-color: #80AE76;
}
.TagClassName
{
border-color: #80AE76;
}
</style>