Shades of Amulet #80A272
Tints of Amulet #80A272
RGB
CMYK
RGB Variations
Color information
#80A272 (or 0x80A272) is known color: Amulet. HEX triplet: 80, A2 and 72. RGB value is (128,162,114). Sum of RGB (Red+Green+Blue) = 128+162+114=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #80A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A272 is #7F5D8D. Grayscale: #929292. Windows color (decimal): -8347022 or 7512704. OLE color: 7512704.
HSL color Cylindrical-coordinate representation of color #80A272: hue angle of 102.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A272 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 114 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.36 |
| HSL | 102.5º | 0.21% | 0.54% | - |
| HSV(B) | 102.5º | 0.3% | 0.64% | - |
| XYZ | 24.86 | 31.64 | 20.72 | - |
| YUV | 146.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 114 | 0.21 | 0 | 0.30 | 0.36 | 102.5 | 0.21 | 0.54 |
| Hex | 80 | A2 | 72 | 15 | 0 | 1E | 24 | 66 | 15 | 36 |
| Octal | 200 | 242 | 162 | 25 | 0 | 36 | 44 | 146 | 25 | 66 |
| Binary | 10000000 | 10100010 | 1110010 | 10101 | 0 | 11110 | 100100 | 1100110 | 10101 | 110110 |
Color Harmonies of #80A272
Complementary color
Monochromatic Colors of #80A272
Black with #80A272
Text Example
Text Example
White with #80A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A272; }
p { color: rgb(128,162,114); }
H1.HeaderClassName
{
color: #80A272;
}
.AnyTagClassName
{
color: #80A272;
}
</style>
background-color css
<style>
a { background-color: #80A272; }
a { background-color: rgb(128,162,114); }
div.DivClassName
{
background-color: #80A272;
}
.BgClassName
{
background-color: #80A272;
}
</style>
border-color css
<style>
span { border-color: #80A272; }
span { border-color: rgb(128,162,114); }
td.TdClassName
{
border-color: #80A272;
}
.TagClassName
{
border-color: #80A272;
}
</style>