Shades of Amulet #80B471
Tints of Amulet #80B471
RGB
CMYK
RGB Variations
Color information
#80B471 (or 0x80B471) is known color: Amulet. HEX triplet: 80, B4 and 71. RGB value is (128,180,113). Sum of RGB (Red+Green+Blue) = 128+180+113=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #80B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B471 is #7F4B8E. Grayscale: #9D9D9D. Windows color (decimal): -8342415 or 7451776. OLE color: 7451776.
HSL color Cylindrical-coordinate representation of color #80B471: hue angle of 106.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B471 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 113 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.29 |
| HSL | 106.57º | 0.31% | 0.57% | - |
| HSV(B) | 106.57º | 0.37% | 0.71% | - |
| XYZ | 28.2 | 38.42 | 21.55 | - |
| YUV | 156.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 113 | 0.29 | 0 | 0.37 | 0.29 | 106.57 | 0.31 | 0.57 |
| Hex | 80 | B4 | 71 | 1D | 0 | 25 | 1D | 6B | 1F | 39 |
| Octal | 200 | 264 | 161 | 35 | 0 | 45 | 35 | 153 | 37 | 71 |
| Binary | 10000000 | 10110100 | 1110001 | 11101 | 0 | 100101 | 11101 | 1101011 | 11111 | 111001 |
Color Harmonies of #80B471
Complementary color
Monochromatic Colors of #80B471
Black with #80B471
Text Example
Text Example
White with #80B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B471; }
p { color: rgb(128,180,113); }
H1.HeaderClassName
{
color: #80B471;
}
.AnyTagClassName
{
color: #80B471;
}
</style>
background-color css
<style>
a { background-color: #80B471; }
a { background-color: rgb(128,180,113); }
div.DivClassName
{
background-color: #80B471;
}
.BgClassName
{
background-color: #80B471;
}
</style>
border-color css
<style>
span { border-color: #80B471; }
span { border-color: rgb(128,180,113); }
td.TdClassName
{
border-color: #80B471;
}
.TagClassName
{
border-color: #80B471;
}
</style>