Shades of Amulet #80A37C
Tints of Amulet #80A37C
RGB
CMYK
RGB Variations
Color information
#80A37C (or 0x80A37C) is known color: Amulet. HEX triplet: 80, A3 and 7C. RGB value is (128,163,124). Sum of RGB (Red+Green+Blue) = 128+163+124=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #80A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A37C is #7F5C83. Grayscale: #949494. Windows color (decimal): -8346756 or 8168320. OLE color: 8168320.
HSL color Cylindrical-coordinate representation of color #80A37C: hue angle of 113.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A37C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 124 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.36 |
| HSL | 113.85º | 0.17% | 0.56% | - |
| HSV(B) | 113.85º | 0.24% | 0.64% | - |
| XYZ | 25.64 | 32.24 | 23.94 | - |
| YUV | 148.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 124 | 0.21 | 0 | 0.24 | 0.36 | 113.85 | 0.17 | 0.56 |
| Hex | 80 | A3 | 7C | 15 | 0 | 18 | 24 | 72 | 11 | 38 |
| Octal | 200 | 243 | 174 | 25 | 0 | 30 | 44 | 162 | 21 | 70 |
| Binary | 10000000 | 10100011 | 1111100 | 10101 | 0 | 11000 | 100100 | 1110010 | 10001 | 111000 |
Color Harmonies of #80A37C
Complementary color
Monochromatic Colors of #80A37C
Black with #80A37C
Text Example
Text Example
White with #80A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A37C; }
p { color: rgb(128,163,124); }
H1.HeaderClassName
{
color: #80A37C;
}
.AnyTagClassName
{
color: #80A37C;
}
</style>
background-color css
<style>
a { background-color: #80A37C; }
a { background-color: rgb(128,163,124); }
div.DivClassName
{
background-color: #80A37C;
}
.BgClassName
{
background-color: #80A37C;
}
</style>
border-color css
<style>
span { border-color: #80A37C; }
span { border-color: rgb(128,163,124); }
td.TdClassName
{
border-color: #80A37C;
}
.TagClassName
{
border-color: #80A37C;
}
</style>