Shades of Amulet #80A770
Tints of Amulet #80A770
RGB
CMYK
RGB Variations
Color information
#80A770 (or 0x80A770) is known color: Amulet. HEX triplet: 80, A7 and 70. RGB value is (128,167,112). Sum of RGB (Red+Green+Blue) = 128+167+112=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #80A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A770 is #7F588F. Grayscale: #959595. Windows color (decimal): -8345744 or 7382912. OLE color: 7382912.
HSL color Cylindrical-coordinate representation of color #80A770: hue angle of 102.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80A770 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 112 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.35 |
| HSL | 102.55º | 0.24% | 0.55% | - |
| HSV(B) | 102.55º | 0.33% | 0.65% | - |
| XYZ | 25.65 | 33.4 | 20.42 | - |
| YUV | 149.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 112 | 0.23 | 0 | 0.33 | 0.35 | 102.55 | 0.24 | 0.55 |
| Hex | 80 | A7 | 70 | 17 | 0 | 21 | 23 | 67 | 18 | 37 |
| Octal | 200 | 247 | 160 | 27 | 0 | 41 | 43 | 147 | 30 | 67 |
| Binary | 10000000 | 10100111 | 1110000 | 10111 | 0 | 100001 | 100011 | 1100111 | 11000 | 110111 |
Color Harmonies of #80A770
Complementary color
Monochromatic Colors of #80A770
Black with #80A770
Text Example
Text Example
White with #80A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A770; }
p { color: rgb(128,167,112); }
H1.HeaderClassName
{
color: #80A770;
}
.AnyTagClassName
{
color: #80A770;
}
</style>
background-color css
<style>
a { background-color: #80A770; }
a { background-color: rgb(128,167,112); }
div.DivClassName
{
background-color: #80A770;
}
.BgClassName
{
background-color: #80A770;
}
</style>
border-color css
<style>
span { border-color: #80A770; }
span { border-color: rgb(128,167,112); }
td.TdClassName
{
border-color: #80A770;
}
.TagClassName
{
border-color: #80A770;
}
</style>