Shades of Amulet #80A57C
Tints of Amulet #80A57C
RGB
CMYK
RGB Variations
Color information
#80A57C (or 0x80A57C) is known color: Amulet. HEX triplet: 80, A5 and 7C. RGB value is (128,165,124). Sum of RGB (Red+Green+Blue) = 128+165+124=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #80A57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A57C is #7F5A83. Grayscale: #959595. Windows color (decimal): -8346244 or 8168832. OLE color: 8168832.
HSL color Cylindrical-coordinate representation of color #80A57C: hue angle of 114.15º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A57C is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 124 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.35 |
| HSL | 114.15º | 0.19% | 0.57% | - |
| HSV(B) | 114.15º | 0.25% | 0.65% | - |
| XYZ | 26 | 32.95 | 24.06 | - |
| YUV | 149.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 124 | 0.22 | 0 | 0.25 | 0.35 | 114.15 | 0.19 | 0.57 |
| Hex | 80 | A5 | 7C | 16 | 0 | 19 | 23 | 72 | 13 | 39 |
| Octal | 200 | 245 | 174 | 26 | 0 | 31 | 43 | 162 | 23 | 71 |
| Binary | 10000000 | 10100101 | 1111100 | 10110 | 0 | 11001 | 100011 | 1110010 | 10011 | 111001 |
Color Harmonies of #80A57C
Complementary color
Monochromatic Colors of #80A57C
Black with #80A57C
Text Example
Text Example
White with #80A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A57C; }
p { color: rgb(128,165,124); }
H1.HeaderClassName
{
color: #80A57C;
}
.AnyTagClassName
{
color: #80A57C;
}
</style>
background-color css
<style>
a { background-color: #80A57C; }
a { background-color: rgb(128,165,124); }
div.DivClassName
{
background-color: #80A57C;
}
.BgClassName
{
background-color: #80A57C;
}
</style>
border-color css
<style>
span { border-color: #80A57C; }
span { border-color: rgb(128,165,124); }
td.TdClassName
{
border-color: #80A57C;
}
.TagClassName
{
border-color: #80A57C;
}
</style>