Shades of Amulet #80AD6D
Tints of Amulet #80AD6D
RGB
CMYK
RGB Variations
Color information
#80AD6D (or 0x80AD6D) is known color: Amulet. HEX triplet: 80, AD and 6D. RGB value is (128,173,109). Sum of RGB (Red+Green+Blue) = 128+173+109=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD6D is #7F5292. Grayscale: #989898. Windows color (decimal): -8344211 or 7187840. OLE color: 7187840.
HSL color Cylindrical-coordinate representation of color #80AD6D: hue angle of 102.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AD6D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 109 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.32 |
| HSL | 102.19º | 0.28% | 0.55% | - |
| HSV(B) | 102.19º | 0.37% | 0.68% | - |
| XYZ | 26.61 | 35.58 | 19.93 | - |
| YUV | 152.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 109 | 0.26 | 0 | 0.37 | 0.32 | 102.19 | 0.28 | 0.55 |
| Hex | 80 | AD | 6D | 1A | 0 | 25 | 20 | 66 | 1C | 37 |
| Octal | 200 | 255 | 155 | 32 | 0 | 45 | 40 | 146 | 34 | 67 |
| Binary | 10000000 | 10101101 | 1101101 | 11010 | 0 | 100101 | 100000 | 1100110 | 11100 | 110111 |
Color Harmonies of #80AD6D
Complementary color
Monochromatic Colors of #80AD6D
Black with #80AD6D
Text Example
Text Example
White with #80AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD6D; }
p { color: rgb(128,173,109); }
H1.HeaderClassName
{
color: #80AD6D;
}
.AnyTagClassName
{
color: #80AD6D;
}
</style>
background-color css
<style>
a { background-color: #80AD6D; }
a { background-color: rgb(128,173,109); }
div.DivClassName
{
background-color: #80AD6D;
}
.BgClassName
{
background-color: #80AD6D;
}
</style>
border-color css
<style>
span { border-color: #80AD6D; }
span { border-color: rgb(128,173,109); }
td.TdClassName
{
border-color: #80AD6D;
}
.TagClassName
{
border-color: #80AD6D;
}
</style>