Shades of Amulet #80B772
Tints of Amulet #80B772
RGB
CMYK
RGB Variations
Color information
#80B772 (or 0x80B772) is known color: Amulet. HEX triplet: 80, B7 and 72. RGB value is (128,183,114). Sum of RGB (Red+Green+Blue) = 128+183+114=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #80B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B772 is #7F488D. Grayscale: #9E9E9E. Windows color (decimal): -8341646 or 7518080. OLE color: 7518080.
HSL color Cylindrical-coordinate representation of color #80B772: hue angle of 107.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B772 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 114 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.28 |
| HSL | 107.83º | 0.32% | 0.58% | - |
| HSV(B) | 107.83º | 0.38% | 0.72% | - |
| XYZ | 28.87 | 39.67 | 22.06 | - |
| YUV | 158.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 114 | 0.30 | 0 | 0.38 | 0.28 | 107.83 | 0.32 | 0.58 |
| Hex | 80 | B7 | 72 | 1E | 0 | 26 | 1C | 6C | 20 | 3A |
| Octal | 200 | 267 | 162 | 36 | 0 | 46 | 34 | 154 | 40 | 72 |
| Binary | 10000000 | 10110111 | 1110010 | 11110 | 0 | 100110 | 11100 | 1101100 | 100000 | 111010 |
Color Harmonies of #80B772
Complementary color
Monochromatic Colors of #80B772
Black with #80B772
Text Example
Text Example
White with #80B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B772; }
p { color: rgb(128,183,114); }
H1.HeaderClassName
{
color: #80B772;
}
.AnyTagClassName
{
color: #80B772;
}
</style>
background-color css
<style>
a { background-color: #80B772; }
a { background-color: rgb(128,183,114); }
div.DivClassName
{
background-color: #80B772;
}
.BgClassName
{
background-color: #80B772;
}
</style>
border-color css
<style>
span { border-color: #80B772; }
span { border-color: rgb(128,183,114); }
td.TdClassName
{
border-color: #80B772;
}
.TagClassName
{
border-color: #80B772;
}
</style>