Shades of Amulet #80B671
Tints of Amulet #80B671
RGB
CMYK
RGB Variations
Color information
#80B671 (or 0x80B671) is known color: Amulet. HEX triplet: 80, B6 and 71. RGB value is (128,182,113). Sum of RGB (Red+Green+Blue) = 128+182+113=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #80B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B671 is #7F498E. Grayscale: #9E9E9E. Windows color (decimal): -8341903 or 7452288. OLE color: 7452288.
HSL color Cylindrical-coordinate representation of color #80B671: hue angle of 106.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B671 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 113 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.29 |
| HSL | 106.96º | 0.32% | 0.58% | - |
| HSV(B) | 106.96º | 0.38% | 0.71% | - |
| XYZ | 28.61 | 39.24 | 21.69 | - |
| YUV | 157.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 113 | 0.30 | 0 | 0.38 | 0.29 | 106.96 | 0.32 | 0.58 |
| Hex | 80 | B6 | 71 | 1E | 0 | 26 | 1D | 6B | 20 | 3A |
| Octal | 200 | 266 | 161 | 36 | 0 | 46 | 35 | 153 | 40 | 72 |
| Binary | 10000000 | 10110110 | 1110001 | 11110 | 0 | 100110 | 11101 | 1101011 | 100000 | 111010 |
Color Harmonies of #80B671
Complementary color
Monochromatic Colors of #80B671
Black with #80B671
Text Example
Text Example
White with #80B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B671; }
p { color: rgb(128,182,113); }
H1.HeaderClassName
{
color: #80B671;
}
.AnyTagClassName
{
color: #80B671;
}
</style>
background-color css
<style>
a { background-color: #80B671; }
a { background-color: rgb(128,182,113); }
div.DivClassName
{
background-color: #80B671;
}
.BgClassName
{
background-color: #80B671;
}
</style>
border-color css
<style>
span { border-color: #80B671; }
span { border-color: rgb(128,182,113); }
td.TdClassName
{
border-color: #80B671;
}
.TagClassName
{
border-color: #80B671;
}
</style>