Shades of Amulet #80AB78
Tints of Amulet #80AB78
RGB
CMYK
RGB Variations
Color information
#80AB78 (or 0x80AB78) is known color: Amulet. HEX triplet: 80, AB and 78. RGB value is (128,171,120). Sum of RGB (Red+Green+Blue) = 128+171+120=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB78 is #7F5487. Grayscale: #989898. Windows color (decimal): -8344712 or 7908224. OLE color: 7908224.
HSL color Cylindrical-coordinate representation of color #80AB78: hue angle of 110.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80AB78 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 120 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.33 |
| HSL | 110.59º | 0.23% | 0.57% | - |
| HSV(B) | 110.59º | 0.3% | 0.67% | - |
| XYZ | 26.86 | 35.07 | 23.12 | - |
| YUV | 152.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 120 | 0.25 | 0 | 0.30 | 0.33 | 110.59 | 0.23 | 0.57 |
| Hex | 80 | AB | 78 | 19 | 0 | 1E | 21 | 6F | 17 | 39 |
| Octal | 200 | 253 | 170 | 31 | 0 | 36 | 41 | 157 | 27 | 71 |
| Binary | 10000000 | 10101011 | 1111000 | 11001 | 0 | 11110 | 100001 | 1101111 | 10111 | 111001 |
Color Harmonies of #80AB78
Complementary color
Monochromatic Colors of #80AB78
Black with #80AB78
Text Example
Text Example
White with #80AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB78; }
p { color: rgb(128,171,120); }
H1.HeaderClassName
{
color: #80AB78;
}
.AnyTagClassName
{
color: #80AB78;
}
</style>
background-color css
<style>
a { background-color: #80AB78; }
a { background-color: rgb(128,171,120); }
div.DivClassName
{
background-color: #80AB78;
}
.BgClassName
{
background-color: #80AB78;
}
</style>
border-color css
<style>
span { border-color: #80AB78; }
span { border-color: rgb(128,171,120); }
td.TdClassName
{
border-color: #80AB78;
}
.TagClassName
{
border-color: #80AB78;
}
</style>