Shades of Amulet #80A976
Tints of Amulet #80A976
RGB
CMYK
RGB Variations
Color information
#80A976 (or 0x80A976) is known color: Amulet. HEX triplet: 80, A9 and 76. RGB value is (128,169,118). Sum of RGB (Red+Green+Blue) = 128+169+118=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #80A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A976 is #7F5689. Grayscale: #979797. Windows color (decimal): -8345226 or 7776640. OLE color: 7776640.
HSL color Cylindrical-coordinate representation of color #80A976: hue angle of 108.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A976 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 118 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.34 |
| HSL | 108.24º | 0.23% | 0.56% | - |
| HSV(B) | 108.24º | 0.3% | 0.66% | - |
| XYZ | 26.36 | 34.27 | 22.37 | - |
| YUV | 150.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 118 | 0.24 | 0 | 0.30 | 0.34 | 108.24 | 0.23 | 0.56 |
| Hex | 80 | A9 | 76 | 18 | 0 | 1E | 22 | 6C | 17 | 38 |
| Octal | 200 | 251 | 166 | 30 | 0 | 36 | 42 | 154 | 27 | 70 |
| Binary | 10000000 | 10101001 | 1110110 | 11000 | 0 | 11110 | 100010 | 1101100 | 10111 | 111000 |
Color Harmonies of #80A976
Complementary color
Monochromatic Colors of #80A976
Black with #80A976
Text Example
Text Example
White with #80A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A976; }
p { color: rgb(128,169,118); }
H1.HeaderClassName
{
color: #80A976;
}
.AnyTagClassName
{
color: #80A976;
}
</style>
background-color css
<style>
a { background-color: #80A976; }
a { background-color: rgb(128,169,118); }
div.DivClassName
{
background-color: #80A976;
}
.BgClassName
{
background-color: #80A976;
}
</style>
border-color css
<style>
span { border-color: #80A976; }
span { border-color: rgb(128,169,118); }
td.TdClassName
{
border-color: #80A976;
}
.TagClassName
{
border-color: #80A976;
}
</style>