Shades of Amulet #80B176
Tints of Amulet #80B176
RGB
CMYK
RGB Variations
Color information
#80B176 (or 0x80B176) is known color: Amulet. HEX triplet: 80, B1 and 76. RGB value is (128,177,118). Sum of RGB (Red+Green+Blue) = 128+177+118=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #80B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B176 is #7F4E89. Grayscale: #9B9B9B. Windows color (decimal): -8343178 or 7778688. OLE color: 7778688.
HSL color Cylindrical-coordinate representation of color #80B176: hue angle of 109.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B176 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 118 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.31 |
| HSL | 109.83º | 0.27% | 0.58% | - |
| HSV(B) | 109.83º | 0.33% | 0.69% | - |
| XYZ | 27.89 | 37.34 | 22.88 | - |
| YUV | 155.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 118 | 0.28 | 0 | 0.33 | 0.31 | 109.83 | 0.27 | 0.58 |
| Hex | 80 | B1 | 76 | 1C | 0 | 21 | 1F | 6E | 1B | 3A |
| Octal | 200 | 261 | 166 | 34 | 0 | 41 | 37 | 156 | 33 | 72 |
| Binary | 10000000 | 10110001 | 1110110 | 11100 | 0 | 100001 | 11111 | 1101110 | 11011 | 111010 |
Color Harmonies of #80B176
Complementary color
Monochromatic Colors of #80B176
Black with #80B176
Text Example
Text Example
White with #80B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B176; }
p { color: rgb(128,177,118); }
H1.HeaderClassName
{
color: #80B176;
}
.AnyTagClassName
{
color: #80B176;
}
</style>
background-color css
<style>
a { background-color: #80B176; }
a { background-color: rgb(128,177,118); }
div.DivClassName
{
background-color: #80B176;
}
.BgClassName
{
background-color: #80B176;
}
</style>
border-color css
<style>
span { border-color: #80B176; }
span { border-color: rgb(128,177,118); }
td.TdClassName
{
border-color: #80B176;
}
.TagClassName
{
border-color: #80B176;
}
</style>