Shades of Amulet #80A06C
Tints of Amulet #80A06C
RGB
CMYK
RGB Variations
Color information
#80A06C (or 0x80A06C) is known color: Amulet. HEX triplet: 80, A0 and 6C. RGB value is (128,160,108). Sum of RGB (Red+Green+Blue) = 128+160+108=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #80A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A06C is #7F5F93. Grayscale: #909090. Windows color (decimal): -8347540 or 7118976. OLE color: 7118976.
HSL color Cylindrical-coordinate representation of color #80A06C: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A06C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 108 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.37 |
| HSL | 96.92º | 0.21% | 0.53% | - |
| HSV(B) | 96.92º | 0.33% | 0.63% | - |
| XYZ | 24.18 | 30.81 | 18.86 | - |
| YUV | 144.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 108 | 0.20 | 0 | 0.32 | 0.37 | 96.92 | 0.21 | 0.53 |
| Hex | 80 | A0 | 6C | 14 | 0 | 20 | 25 | 61 | 15 | 35 |
| Octal | 200 | 240 | 154 | 24 | 0 | 40 | 45 | 141 | 25 | 65 |
| Binary | 10000000 | 10100000 | 1101100 | 10100 | 0 | 100000 | 100101 | 1100001 | 10101 | 110101 |
Color Harmonies of #80A06C
Complementary color
Monochromatic Colors of #80A06C
Black with #80A06C
Text Example
Text Example
White with #80A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A06C; }
p { color: rgb(128,160,108); }
H1.HeaderClassName
{
color: #80A06C;
}
.AnyTagClassName
{
color: #80A06C;
}
</style>
background-color css
<style>
a { background-color: #80A06C; }
a { background-color: rgb(128,160,108); }
div.DivClassName
{
background-color: #80A06C;
}
.BgClassName
{
background-color: #80A06C;
}
</style>
border-color css
<style>
span { border-color: #80A06C; }
span { border-color: rgb(128,160,108); }
td.TdClassName
{
border-color: #80A06C;
}
.TagClassName
{
border-color: #80A06C;
}
</style>