Shades of Amulet #80AD69
Tints of Amulet #80AD69
RGB
CMYK
RGB Variations
Color information
#80AD69 (or 0x80AD69) is known color: Amulet. HEX triplet: 80, AD and 69. RGB value is (128,173,105). Sum of RGB (Red+Green+Blue) = 128+173+105=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD69 is #7F5296. Grayscale: #989898. Windows color (decimal): -8344215 or 6925696. OLE color: 6925696.
HSL color Cylindrical-coordinate representation of color #80AD69: hue angle of 99.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80AD69 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 105 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.32 |
| HSL | 99.71º | 0.29% | 0.55% | - |
| HSV(B) | 99.71º | 0.39% | 0.68% | - |
| XYZ | 26.4 | 35.5 | 18.82 | - |
| YUV | 151.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 105 | 0.26 | 0 | 0.39 | 0.32 | 99.71 | 0.29 | 0.55 |
| Hex | 80 | AD | 69 | 1A | 0 | 27 | 20 | 64 | 1D | 37 |
| Octal | 200 | 255 | 151 | 32 | 0 | 47 | 40 | 144 | 35 | 67 |
| Binary | 10000000 | 10101101 | 1101001 | 11010 | 0 | 100111 | 100000 | 1100100 | 11101 | 110111 |
Color Harmonies of #80AD69
Complementary color
Monochromatic Colors of #80AD69
Black with #80AD69
Text Example
Text Example
White with #80AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD69; }
p { color: rgb(128,173,105); }
H1.HeaderClassName
{
color: #80AD69;
}
.AnyTagClassName
{
color: #80AD69;
}
</style>
background-color css
<style>
a { background-color: #80AD69; }
a { background-color: rgb(128,173,105); }
div.DivClassName
{
background-color: #80AD69;
}
.BgClassName
{
background-color: #80AD69;
}
</style>
border-color css
<style>
span { border-color: #80AD69; }
span { border-color: rgb(128,173,105); }
td.TdClassName
{
border-color: #80AD69;
}
.TagClassName
{
border-color: #80AD69;
}
</style>