Shades of Amulet #80A17C
Tints of Amulet #80A17C
RGB
CMYK
RGB Variations
Color information
#80A17C (or 0x80A17C) is known color: Amulet. HEX triplet: 80, A1 and 7C. RGB value is (128,161,124). Sum of RGB (Red+Green+Blue) = 128+161+124=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #80A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A17C is #7F5E83. Grayscale: #939393. Windows color (decimal): -8347268 or 8167808. OLE color: 8167808.
HSL color Cylindrical-coordinate representation of color #80A17C: hue angle of 113.51º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A17C is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 124 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.37 |
| HSL | 113.51º | 0.16% | 0.56% | - |
| HSV(B) | 113.51º | 0.23% | 0.63% | - |
| XYZ | 25.29 | 31.53 | 23.82 | - |
| YUV | 146.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 124 | 0.20 | 0 | 0.23 | 0.37 | 113.51 | 0.16 | 0.56 |
| Hex | 80 | A1 | 7C | 14 | 0 | 17 | 25 | 72 | 10 | 38 |
| Octal | 200 | 241 | 174 | 24 | 0 | 27 | 45 | 162 | 20 | 70 |
| Binary | 10000000 | 10100001 | 1111100 | 10100 | 0 | 10111 | 100101 | 1110010 | 10000 | 111000 |
Color Harmonies of #80A17C
Complementary color
Monochromatic Colors of #80A17C
Black with #80A17C
Text Example
Text Example
White with #80A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A17C; }
p { color: rgb(128,161,124); }
H1.HeaderClassName
{
color: #80A17C;
}
.AnyTagClassName
{
color: #80A17C;
}
</style>
background-color css
<style>
a { background-color: #80A17C; }
a { background-color: rgb(128,161,124); }
div.DivClassName
{
background-color: #80A17C;
}
.BgClassName
{
background-color: #80A17C;
}
</style>
border-color css
<style>
span { border-color: #80A17C; }
span { border-color: rgb(128,161,124); }
td.TdClassName
{
border-color: #80A17C;
}
.TagClassName
{
border-color: #80A17C;
}
</style>