Shades of Amulet #80A478
Tints of Amulet #80A478
RGB
CMYK
RGB Variations
Color information
#80A478 (or 0x80A478) is known color: Amulet. HEX triplet: 80, A4 and 78. RGB value is (128,164,120). Sum of RGB (Red+Green+Blue) = 128+164+120=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #80A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A478 is #7F5B87. Grayscale: #949494. Windows color (decimal): -8346504 or 7906432. OLE color: 7906432.
HSL color Cylindrical-coordinate representation of color #80A478: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A478 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 120 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.36 |
| HSL | 109.09º | 0.19% | 0.56% | - |
| HSV(B) | 109.09º | 0.27% | 0.64% | - |
| XYZ | 25.57 | 32.5 | 22.69 | - |
| YUV | 148.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 120 | 0.22 | 0 | 0.27 | 0.36 | 109.09 | 0.19 | 0.56 |
| Hex | 80 | A4 | 78 | 16 | 0 | 1B | 24 | 6D | 13 | 38 |
| Octal | 200 | 244 | 170 | 26 | 0 | 33 | 44 | 155 | 23 | 70 |
| Binary | 10000000 | 10100100 | 1111000 | 10110 | 0 | 11011 | 100100 | 1101101 | 10011 | 111000 |
Color Harmonies of #80A478
Complementary color
Monochromatic Colors of #80A478
Black with #80A478
Text Example
Text Example
White with #80A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A478; }
p { color: rgb(128,164,120); }
H1.HeaderClassName
{
color: #80A478;
}
.AnyTagClassName
{
color: #80A478;
}
</style>
background-color css
<style>
a { background-color: #80A478; }
a { background-color: rgb(128,164,120); }
div.DivClassName
{
background-color: #80A478;
}
.BgClassName
{
background-color: #80A478;
}
</style>
border-color css
<style>
span { border-color: #80A478; }
span { border-color: rgb(128,164,120); }
td.TdClassName
{
border-color: #80A478;
}
.TagClassName
{
border-color: #80A478;
}
</style>