Shades of Amulet #80AA7A
Tints of Amulet #80AA7A
RGB
CMYK
RGB Variations
Color information
#80AA7A (or 0x80AA7A) is known color: Amulet. HEX triplet: 80, AA and 7A. RGB value is (128,170,122). Sum of RGB (Red+Green+Blue) = 128+170+122=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA7A is #7F5585. Grayscale: #989898. Windows color (decimal): -8344966 or 8039040. OLE color: 8039040.
HSL color Cylindrical-coordinate representation of color #80AA7A: hue angle of 112.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80AA7A is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 122 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.33 |
| HSL | 112.5º | 0.22% | 0.57% | - |
| HSV(B) | 112.5º | 0.28% | 0.67% | - |
| XYZ | 26.79 | 34.74 | 23.71 | - |
| YUV | 151.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 122 | 0.25 | 0 | 0.28 | 0.33 | 112.5 | 0.22 | 0.57 |
| Hex | 80 | AA | 7A | 19 | 0 | 1C | 21 | 70 | 16 | 39 |
| Octal | 200 | 252 | 172 | 31 | 0 | 34 | 41 | 160 | 26 | 71 |
| Binary | 10000000 | 10101010 | 1111010 | 11001 | 0 | 11100 | 100001 | 1110000 | 10110 | 111001 |
Color Harmonies of #80AA7A
Complementary color
Monochromatic Colors of #80AA7A
Black with #80AA7A
Text Example
Text Example
White with #80AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA7A; }
p { color: rgb(128,170,122); }
H1.HeaderClassName
{
color: #80AA7A;
}
.AnyTagClassName
{
color: #80AA7A;
}
</style>
background-color css
<style>
a { background-color: #80AA7A; }
a { background-color: rgb(128,170,122); }
div.DivClassName
{
background-color: #80AA7A;
}
.BgClassName
{
background-color: #80AA7A;
}
</style>
border-color css
<style>
span { border-color: #80AA7A; }
span { border-color: rgb(128,170,122); }
td.TdClassName
{
border-color: #80AA7A;
}
.TagClassName
{
border-color: #80AA7A;
}
</style>