Shades of Amulet #80AA76
Tints of Amulet #80AA76
RGB
CMYK
RGB Variations
Color information
#80AA76 (or 0x80AA76) is known color: Amulet. HEX triplet: 80, AA and 76. RGB value is (128,170,118). Sum of RGB (Red+Green+Blue) = 128+170+118=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA76 is #7F5589. Grayscale: #979797. Windows color (decimal): -8344970 or 7776896. OLE color: 7776896.
HSL color Cylindrical-coordinate representation of color #80AA76: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AA76 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 118 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.33 |
| HSL | 108.46º | 0.23% | 0.56% | - |
| HSV(B) | 108.46º | 0.31% | 0.67% | - |
| XYZ | 26.55 | 34.65 | 22.43 | - |
| YUV | 151.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 118 | 0.25 | 0 | 0.31 | 0.33 | 108.46 | 0.23 | 0.56 |
| Hex | 80 | AA | 76 | 19 | 0 | 1F | 21 | 6C | 17 | 38 |
| Octal | 200 | 252 | 166 | 31 | 0 | 37 | 41 | 154 | 27 | 70 |
| Binary | 10000000 | 10101010 | 1110110 | 11001 | 0 | 11111 | 100001 | 1101100 | 10111 | 111000 |
Color Harmonies of #80AA76
Complementary color
Monochromatic Colors of #80AA76
Black with #80AA76
Text Example
Text Example
White with #80AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA76; }
p { color: rgb(128,170,118); }
H1.HeaderClassName
{
color: #80AA76;
}
.AnyTagClassName
{
color: #80AA76;
}
</style>
background-color css
<style>
a { background-color: #80AA76; }
a { background-color: rgb(128,170,118); }
div.DivClassName
{
background-color: #80AA76;
}
.BgClassName
{
background-color: #80AA76;
}
</style>
border-color css
<style>
span { border-color: #80AA76; }
span { border-color: rgb(128,170,118); }
td.TdClassName
{
border-color: #80AA76;
}
.TagClassName
{
border-color: #80AA76;
}
</style>