Shades of Amulet #80B377
Tints of Amulet #80B377
RGB
CMYK
RGB Variations
Color information
#80B377 (or 0x80B377) is known color: Amulet. HEX triplet: 80, B3 and 77. RGB value is (128,179,119). Sum of RGB (Red+Green+Blue) = 128+179+119=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #80B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B377 is #7F4C88. Grayscale: #9D9D9D. Windows color (decimal): -8342665 or 7844736. OLE color: 7844736.
HSL color Cylindrical-coordinate representation of color #80B377: hue angle of 111º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B377 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 119 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.30 |
| HSL | 111º | 0.28% | 0.58% | - |
| HSV(B) | 111º | 0.34% | 0.7% | - |
| XYZ | 28.35 | 38.16 | 23.32 | - |
| YUV | 156.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 119 | 0.28 | 0 | 0.34 | 0.30 | 111 | 0.28 | 0.58 |
| Hex | 80 | B3 | 77 | 1C | 0 | 22 | 1E | 6F | 1C | 3A |
| Octal | 200 | 263 | 167 | 34 | 0 | 42 | 36 | 157 | 34 | 72 |
| Binary | 10000000 | 10110011 | 1110111 | 11100 | 0 | 100010 | 11110 | 1101111 | 11100 | 111010 |
Color Harmonies of #80B377
Complementary color
Monochromatic Colors of #80B377
Black with #80B377
Text Example
Text Example
White with #80B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B377; }
p { color: rgb(128,179,119); }
H1.HeaderClassName
{
color: #80B377;
}
.AnyTagClassName
{
color: #80B377;
}
</style>
background-color css
<style>
a { background-color: #80B377; }
a { background-color: rgb(128,179,119); }
div.DivClassName
{
background-color: #80B377;
}
.BgClassName
{
background-color: #80B377;
}
</style>
border-color css
<style>
span { border-color: #80B377; }
span { border-color: rgb(128,179,119); }
td.TdClassName
{
border-color: #80B377;
}
.TagClassName
{
border-color: #80B377;
}
</style>