Shades of Amulet #80B173
Tints of Amulet #80B173
RGB
CMYK
RGB Variations
Color information
#80B173 (or 0x80B173) is known color: Amulet. HEX triplet: 80, B1 and 73. RGB value is (128,177,115). Sum of RGB (Red+Green+Blue) = 128+177+115=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #80B173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B173 is #7F4E8C. Grayscale: #9B9B9B. Windows color (decimal): -8343181 or 7582080. OLE color: 7582080.
HSL color Cylindrical-coordinate representation of color #80B173: hue angle of 107.42º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80B173 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 115 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.31 |
| HSL | 107.42º | 0.28% | 0.57% | - |
| HSV(B) | 107.42º | 0.35% | 0.69% | - |
| XYZ | 27.72 | 37.27 | 21.95 | - |
| YUV | 155.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 115 | 0.28 | 0 | 0.35 | 0.31 | 107.42 | 0.28 | 0.57 |
| Hex | 80 | B1 | 73 | 1C | 0 | 23 | 1F | 6B | 1C | 39 |
| Octal | 200 | 261 | 163 | 34 | 0 | 43 | 37 | 153 | 34 | 71 |
| Binary | 10000000 | 10110001 | 1110011 | 11100 | 0 | 100011 | 11111 | 1101011 | 11100 | 111001 |
Color Harmonies of #80B173
Complementary color
Monochromatic Colors of #80B173
Black with #80B173
Text Example
Text Example
White with #80B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B173; }
p { color: rgb(128,177,115); }
H1.HeaderClassName
{
color: #80B173;
}
.AnyTagClassName
{
color: #80B173;
}
</style>
background-color css
<style>
a { background-color: #80B173; }
a { background-color: rgb(128,177,115); }
div.DivClassName
{
background-color: #80B173;
}
.BgClassName
{
background-color: #80B173;
}
</style>
border-color css
<style>
span { border-color: #80B173; }
span { border-color: rgb(128,177,115); }
td.TdClassName
{
border-color: #80B173;
}
.TagClassName
{
border-color: #80B173;
}
</style>