Shades of Amulet #80A56D
Tints of Amulet #80A56D
RGB
CMYK
RGB Variations
Color information
#80A56D (or 0x80A56D) is known color: Amulet. HEX triplet: 80, A5 and 6D. RGB value is (128,165,109). Sum of RGB (Red+Green+Blue) = 128+165+109=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #80A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A56D is #7F5A92. Grayscale: #939393. Windows color (decimal): -8346259 or 7185792. OLE color: 7185792.
HSL color Cylindrical-coordinate representation of color #80A56D: hue angle of 99.64º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A56D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 109 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.35 |
| HSL | 99.64º | 0.24% | 0.54% | - |
| HSV(B) | 99.64º | 0.34% | 0.65% | - |
| XYZ | 25.12 | 32.6 | 19.44 | - |
| YUV | 147.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 109 | 0.22 | 0 | 0.34 | 0.35 | 99.64 | 0.24 | 0.54 |
| Hex | 80 | A5 | 6D | 16 | 0 | 22 | 23 | 64 | 18 | 36 |
| Octal | 200 | 245 | 155 | 26 | 0 | 42 | 43 | 144 | 30 | 66 |
| Binary | 10000000 | 10100101 | 1101101 | 10110 | 0 | 100010 | 100011 | 1100100 | 11000 | 110110 |
Color Harmonies of #80A56D
Complementary color
Monochromatic Colors of #80A56D
Black with #80A56D
Text Example
Text Example
White with #80A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A56D; }
p { color: rgb(128,165,109); }
H1.HeaderClassName
{
color: #80A56D;
}
.AnyTagClassName
{
color: #80A56D;
}
</style>
background-color css
<style>
a { background-color: #80A56D; }
a { background-color: rgb(128,165,109); }
div.DivClassName
{
background-color: #80A56D;
}
.BgClassName
{
background-color: #80A56D;
}
</style>
border-color css
<style>
span { border-color: #80A56D; }
span { border-color: rgb(128,165,109); }
td.TdClassName
{
border-color: #80A56D;
}
.TagClassName
{
border-color: #80A56D;
}
</style>