Shades of Amulet #80AD6C
Tints of Amulet #80AD6C
RGB
CMYK
RGB Variations
Color information
#80AD6C (or 0x80AD6C) is known color: Amulet. HEX triplet: 80, AD and 6C. RGB value is (128,173,108). Sum of RGB (Red+Green+Blue) = 128+173+108=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD6C is #7F5293. Grayscale: #989898. Windows color (decimal): -8344212 or 7122304. OLE color: 7122304.
HSL color Cylindrical-coordinate representation of color #80AD6C: hue angle of 101.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AD6C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 108 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.32 |
| HSL | 101.54º | 0.28% | 0.55% | - |
| HSV(B) | 101.54º | 0.38% | 0.68% | - |
| XYZ | 26.55 | 35.56 | 19.65 | - |
| YUV | 152.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 108 | 0.26 | 0 | 0.38 | 0.32 | 101.54 | 0.28 | 0.55 |
| Hex | 80 | AD | 6C | 1A | 0 | 26 | 20 | 66 | 1C | 37 |
| Octal | 200 | 255 | 154 | 32 | 0 | 46 | 40 | 146 | 34 | 67 |
| Binary | 10000000 | 10101101 | 1101100 | 11010 | 0 | 100110 | 100000 | 1100110 | 11100 | 110111 |
Color Harmonies of #80AD6C
Complementary color
Monochromatic Colors of #80AD6C
Black with #80AD6C
Text Example
Text Example
White with #80AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD6C; }
p { color: rgb(128,173,108); }
H1.HeaderClassName
{
color: #80AD6C;
}
.AnyTagClassName
{
color: #80AD6C;
}
</style>
background-color css
<style>
a { background-color: #80AD6C; }
a { background-color: rgb(128,173,108); }
div.DivClassName
{
background-color: #80AD6C;
}
.BgClassName
{
background-color: #80AD6C;
}
</style>
border-color css
<style>
span { border-color: #80AD6C; }
span { border-color: rgb(128,173,108); }
td.TdClassName
{
border-color: #80AD6C;
}
.TagClassName
{
border-color: #80AD6C;
}
</style>