Shades of Amulet #80AC77
Tints of Amulet #80AC77
RGB
CMYK
RGB Variations
Color information
#80AC77 (or 0x80AC77) is known color: Amulet. HEX triplet: 80, AC and 77. RGB value is (128,172,119). Sum of RGB (Red+Green+Blue) = 128+172+119=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC77 is #7F5388. Grayscale: #989898. Windows color (decimal): -8344457 or 7842944. OLE color: 7842944.
HSL color Cylindrical-coordinate representation of color #80AC77: hue angle of 109.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AC77 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 119 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.33 |
| HSL | 109.81º | 0.24% | 0.57% | - |
| HSV(B) | 109.81º | 0.31% | 0.67% | - |
| XYZ | 26.98 | 35.43 | 22.87 | - |
| YUV | 152.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 119 | 0.26 | 0 | 0.31 | 0.33 | 109.81 | 0.24 | 0.57 |
| Hex | 80 | AC | 77 | 1A | 0 | 1F | 21 | 6E | 18 | 39 |
| Octal | 200 | 254 | 167 | 32 | 0 | 37 | 41 | 156 | 30 | 71 |
| Binary | 10000000 | 10101100 | 1110111 | 11010 | 0 | 11111 | 100001 | 1101110 | 11000 | 111001 |
Color Harmonies of #80AC77
Complementary color
Monochromatic Colors of #80AC77
Black with #80AC77
Text Example
Text Example
White with #80AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC77; }
p { color: rgb(128,172,119); }
H1.HeaderClassName
{
color: #80AC77;
}
.AnyTagClassName
{
color: #80AC77;
}
</style>
background-color css
<style>
a { background-color: #80AC77; }
a { background-color: rgb(128,172,119); }
div.DivClassName
{
background-color: #80AC77;
}
.BgClassName
{
background-color: #80AC77;
}
</style>
border-color css
<style>
span { border-color: #80AC77; }
span { border-color: rgb(128,172,119); }
td.TdClassName
{
border-color: #80AC77;
}
.TagClassName
{
border-color: #80AC77;
}
</style>