Shades of Amulet #80B170
Tints of Amulet #80B170
RGB
CMYK
RGB Variations
Color information
#80B170 (or 0x80B170) is known color: Amulet. HEX triplet: 80, B1 and 70. RGB value is (128,177,112). Sum of RGB (Red+Green+Blue) = 128+177+112=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #80B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B170 is #7F4E8F. Grayscale: #9B9B9B. Windows color (decimal): -8343184 or 7385472. OLE color: 7385472.
HSL color Cylindrical-coordinate representation of color #80B170: hue angle of 105.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B170 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 112 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.31 |
| HSL | 105.23º | 0.29% | 0.57% | - |
| HSV(B) | 105.23º | 0.37% | 0.69% | - |
| XYZ | 27.55 | 37.2 | 21.06 | - |
| YUV | 154.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 112 | 0.28 | 0 | 0.37 | 0.31 | 105.23 | 0.29 | 0.57 |
| Hex | 80 | B1 | 70 | 1C | 0 | 25 | 1F | 69 | 1D | 39 |
| Octal | 200 | 261 | 160 | 34 | 0 | 45 | 37 | 151 | 35 | 71 |
| Binary | 10000000 | 10110001 | 1110000 | 11100 | 0 | 100101 | 11111 | 1101001 | 11101 | 111001 |
Color Harmonies of #80B170
Complementary color
Monochromatic Colors of #80B170
Black with #80B170
Text Example
Text Example
White with #80B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B170; }
p { color: rgb(128,177,112); }
H1.HeaderClassName
{
color: #80B170;
}
.AnyTagClassName
{
color: #80B170;
}
</style>
background-color css
<style>
a { background-color: #80B170; }
a { background-color: rgb(128,177,112); }
div.DivClassName
{
background-color: #80B170;
}
.BgClassName
{
background-color: #80B170;
}
</style>
border-color css
<style>
span { border-color: #80B170; }
span { border-color: rgb(128,177,112); }
td.TdClassName
{
border-color: #80B170;
}
.TagClassName
{
border-color: #80B170;
}
</style>