Shades of Amulet #80B577
Tints of Amulet #80B577
RGB
CMYK
RGB Variations
Color information
#80B577 (or 0x80B577) is known color: Amulet. HEX triplet: 80, B5 and 77. RGB value is (128,181,119). Sum of RGB (Red+Green+Blue) = 128+181+119=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #80B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B577 is #7F4A88. Grayscale: #9E9E9E. Windows color (decimal): -8342153 or 7845248. OLE color: 7845248.
HSL color Cylindrical-coordinate representation of color #80B577: hue angle of 111.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B577 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 119 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.29 |
| HSL | 111.29º | 0.3% | 0.59% | - |
| HSV(B) | 111.29º | 0.34% | 0.71% | - |
| XYZ | 28.76 | 38.97 | 23.46 | - |
| YUV | 158.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 119 | 0.29 | 0 | 0.34 | 0.29 | 111.29 | 0.3 | 0.59 |
| Hex | 80 | B5 | 77 | 1D | 0 | 22 | 1D | 6F | 1E | 3B |
| Octal | 200 | 265 | 167 | 35 | 0 | 42 | 35 | 157 | 36 | 73 |
| Binary | 10000000 | 10110101 | 1110111 | 11101 | 0 | 100010 | 11101 | 1101111 | 11110 | 111011 |
Color Harmonies of #80B577
Complementary color
Monochromatic Colors of #80B577
Black with #80B577
Text Example
Text Example
White with #80B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B577; }
p { color: rgb(128,181,119); }
H1.HeaderClassName
{
color: #80B577;
}
.AnyTagClassName
{
color: #80B577;
}
</style>
background-color css
<style>
a { background-color: #80B577; }
a { background-color: rgb(128,181,119); }
div.DivClassName
{
background-color: #80B577;
}
.BgClassName
{
background-color: #80B577;
}
</style>
border-color css
<style>
span { border-color: #80B577; }
span { border-color: rgb(128,181,119); }
td.TdClassName
{
border-color: #80B577;
}
.TagClassName
{
border-color: #80B577;
}
</style>