Shades of Amulet #80AC6C
Tints of Amulet #80AC6C
RGB
CMYK
RGB Variations
Color information
#80AC6C (or 0x80AC6C) is known color: Amulet. HEX triplet: 80, AC and 6C. RGB value is (128,172,108). Sum of RGB (Red+Green+Blue) = 128+172+108=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC6C is #7F5393. Grayscale: #979797. Windows color (decimal): -8344468 or 7122048. OLE color: 7122048.
HSL color Cylindrical-coordinate representation of color #80AC6C: hue angle of 101.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AC6C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 108 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.33 |
| HSL | 101.25º | 0.28% | 0.55% | - |
| HSV(B) | 101.25º | 0.37% | 0.67% | - |
| XYZ | 26.36 | 35.18 | 19.59 | - |
| YUV | 151.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 108 | 0.26 | 0 | 0.37 | 0.33 | 101.25 | 0.28 | 0.55 |
| Hex | 80 | AC | 6C | 1A | 0 | 25 | 21 | 65 | 1C | 37 |
| Octal | 200 | 254 | 154 | 32 | 0 | 45 | 41 | 145 | 34 | 67 |
| Binary | 10000000 | 10101100 | 1101100 | 11010 | 0 | 100101 | 100001 | 1100101 | 11100 | 110111 |
Color Harmonies of #80AC6C
Complementary color
Monochromatic Colors of #80AC6C
Black with #80AC6C
Text Example
Text Example
White with #80AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC6C; }
p { color: rgb(128,172,108); }
H1.HeaderClassName
{
color: #80AC6C;
}
.AnyTagClassName
{
color: #80AC6C;
}
</style>
background-color css
<style>
a { background-color: #80AC6C; }
a { background-color: rgb(128,172,108); }
div.DivClassName
{
background-color: #80AC6C;
}
.BgClassName
{
background-color: #80AC6C;
}
</style>
border-color css
<style>
span { border-color: #80AC6C; }
span { border-color: rgb(128,172,108); }
td.TdClassName
{
border-color: #80AC6C;
}
.TagClassName
{
border-color: #80AC6C;
}
</style>