Shades of Amulet #80A47F
Tints of Amulet #80A47F
RGB
CMYK
RGB Variations
Color information
#80A47F (or 0x80A47F) is known color: Amulet. HEX triplet: 80, A4 and 7F. RGB value is (128,164,127). Sum of RGB (Red+Green+Blue) = 128+164+127=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #80A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A47F is #7F5B80. Grayscale: #959595. Windows color (decimal): -8346497 or 8365184. OLE color: 8365184.
HSL color Cylindrical-coordinate representation of color #80A47F: hue angle of 118.38º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A47F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 127 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.36 |
| HSL | 118.38º | 0.17% | 0.57% | - |
| HSV(B) | 118.38º | 0.23% | 0.64% | - |
| XYZ | 26.01 | 32.67 | 25.01 | - |
| YUV | 149.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 127 | 0.22 | 0 | 0.23 | 0.36 | 118.38 | 0.17 | 0.57 |
| Hex | 80 | A4 | 7F | 16 | 0 | 17 | 24 | 76 | 11 | 39 |
| Octal | 200 | 244 | 177 | 26 | 0 | 27 | 44 | 166 | 21 | 71 |
| Binary | 10000000 | 10100100 | 1111111 | 10110 | 0 | 10111 | 100100 | 1110110 | 10001 | 111001 |
Color Harmonies of #80A47F
Complementary color
Monochromatic Colors of #80A47F
Black with #80A47F
Text Example
Text Example
White with #80A47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A47F; }
p { color: rgb(128,164,127); }
H1.HeaderClassName
{
color: #80A47F;
}
.AnyTagClassName
{
color: #80A47F;
}
</style>
background-color css
<style>
a { background-color: #80A47F; }
a { background-color: rgb(128,164,127); }
div.DivClassName
{
background-color: #80A47F;
}
.BgClassName
{
background-color: #80A47F;
}
</style>
border-color css
<style>
span { border-color: #80A47F; }
span { border-color: rgb(128,164,127); }
td.TdClassName
{
border-color: #80A47F;
}
.TagClassName
{
border-color: #80A47F;
}
</style>