Shades of Amulet #80A376
Tints of Amulet #80A376
RGB
CMYK
RGB Variations
Color information
#80A376 (or 0x80A376) is known color: Amulet. HEX triplet: 80, A3 and 76. RGB value is (128,163,118). Sum of RGB (Red+Green+Blue) = 128+163+118=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #80A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A376 is #7F5C89. Grayscale: #939393. Windows color (decimal): -8346762 or 7775104. OLE color: 7775104.
HSL color Cylindrical-coordinate representation of color #80A376: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A376 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 118 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.36 |
| HSL | 106.67º | 0.2% | 0.55% | - |
| HSV(B) | 106.67º | 0.28% | 0.64% | - |
| XYZ | 25.27 | 32.09 | 22 | - |
| YUV | 147.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 118 | 0.21 | 0 | 0.28 | 0.36 | 106.67 | 0.2 | 0.55 |
| Hex | 80 | A3 | 76 | 15 | 0 | 1C | 24 | 6B | 14 | 37 |
| Octal | 200 | 243 | 166 | 25 | 0 | 34 | 44 | 153 | 24 | 67 |
| Binary | 10000000 | 10100011 | 1110110 | 10101 | 0 | 11100 | 100100 | 1101011 | 10100 | 110111 |
Color Harmonies of #80A376
Complementary color
Monochromatic Colors of #80A376
Black with #80A376
Text Example
Text Example
White with #80A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A376; }
p { color: rgb(128,163,118); }
H1.HeaderClassName
{
color: #80A376;
}
.AnyTagClassName
{
color: #80A376;
}
</style>
background-color css
<style>
a { background-color: #80A376; }
a { background-color: rgb(128,163,118); }
div.DivClassName
{
background-color: #80A376;
}
.BgClassName
{
background-color: #80A376;
}
</style>
border-color css
<style>
span { border-color: #80A376; }
span { border-color: rgb(128,163,118); }
td.TdClassName
{
border-color: #80A376;
}
.TagClassName
{
border-color: #80A376;
}
</style>