Shades of Amulet #80A97A
Tints of Amulet #80A97A
RGB
CMYK
RGB Variations
Color information
#80A97A (or 0x80A97A) is known color: Amulet. HEX triplet: 80, A9 and 7A. RGB value is (128,169,122). Sum of RGB (Red+Green+Blue) = 128+169+122=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #80A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A97A is #7F5685. Grayscale: #979797. Windows color (decimal): -8345222 or 8038784. OLE color: 8038784.
HSL color Cylindrical-coordinate representation of color #80A97A: hue angle of 112.34º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A97A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 122 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.34 |
| HSL | 112.34º | 0.21% | 0.57% | - |
| HSV(B) | 112.34º | 0.28% | 0.66% | - |
| XYZ | 26.6 | 34.37 | 23.64 | - |
| YUV | 151.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 122 | 0.24 | 0 | 0.28 | 0.34 | 112.34 | 0.21 | 0.57 |
| Hex | 80 | A9 | 7A | 18 | 0 | 1C | 22 | 70 | 15 | 39 |
| Octal | 200 | 251 | 172 | 30 | 0 | 34 | 42 | 160 | 25 | 71 |
| Binary | 10000000 | 10101001 | 1111010 | 11000 | 0 | 11100 | 100010 | 1110000 | 10101 | 111001 |
Color Harmonies of #80A97A
Complementary color
Monochromatic Colors of #80A97A
Black with #80A97A
Text Example
Text Example
White with #80A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A97A; }
p { color: rgb(128,169,122); }
H1.HeaderClassName
{
color: #80A97A;
}
.AnyTagClassName
{
color: #80A97A;
}
</style>
background-color css
<style>
a { background-color: #80A97A; }
a { background-color: rgb(128,169,122); }
div.DivClassName
{
background-color: #80A97A;
}
.BgClassName
{
background-color: #80A97A;
}
</style>
border-color css
<style>
span { border-color: #80A97A; }
span { border-color: rgb(128,169,122); }
td.TdClassName
{
border-color: #80A97A;
}
.TagClassName
{
border-color: #80A97A;
}
</style>