Shades of Amulet #80A56C
Tints of Amulet #80A56C
RGB
CMYK
RGB Variations
Color information
#80A56C (or 0x80A56C) is known color: Amulet. HEX triplet: 80, A5 and 6C. RGB value is (128,165,108). Sum of RGB (Red+Green+Blue) = 128+165+108=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #80A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A56C is #7F5A93. Grayscale: #939393. Windows color (decimal): -8346260 or 7120256. OLE color: 7120256.
HSL color Cylindrical-coordinate representation of color #80A56C: hue angle of 98.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80A56C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 108 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.35 |
| HSL | 98.95º | 0.24% | 0.54% | - |
| HSV(B) | 98.95º | 0.35% | 0.65% | - |
| XYZ | 25.06 | 32.58 | 19.16 | - |
| YUV | 147.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 108 | 0.22 | 0 | 0.35 | 0.35 | 98.95 | 0.24 | 0.54 |
| Hex | 80 | A5 | 6C | 16 | 0 | 23 | 23 | 63 | 18 | 36 |
| Octal | 200 | 245 | 154 | 26 | 0 | 43 | 43 | 143 | 30 | 66 |
| Binary | 10000000 | 10100101 | 1101100 | 10110 | 0 | 100011 | 100011 | 1100011 | 11000 | 110110 |
Color Harmonies of #80A56C
Complementary color
Monochromatic Colors of #80A56C
Black with #80A56C
Text Example
Text Example
White with #80A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A56C; }
p { color: rgb(128,165,108); }
H1.HeaderClassName
{
color: #80A56C;
}
.AnyTagClassName
{
color: #80A56C;
}
</style>
background-color css
<style>
a { background-color: #80A56C; }
a { background-color: rgb(128,165,108); }
div.DivClassName
{
background-color: #80A56C;
}
.BgClassName
{
background-color: #80A56C;
}
</style>
border-color css
<style>
span { border-color: #80A56C; }
span { border-color: rgb(128,165,108); }
td.TdClassName
{
border-color: #80A56C;
}
.TagClassName
{
border-color: #80A56C;
}
</style>