Shades of Amulet #81AD76
Tints of Amulet #81AD76
RGB
CMYK
RGB Variations
Color information
#81AD76 (or 0x81AD76) is known color: Amulet. HEX triplet: 81, AD and 76. RGB value is (129,173,118). Sum of RGB (Red+Green+Blue) = 129+173+118=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD76 is #7E5289. Grayscale: #999999. Windows color (decimal): -8278666 or 7777665. OLE color: 7777665.
HSL color Cylindrical-coordinate representation of color #81AD76: hue angle of 108º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AD76 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 118 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.32 |
| HSL | 108º | 0.25% | 0.57% | - |
| HSV(B) | 108º | 0.32% | 0.68% | - |
| XYZ | 27.27 | 35.86 | 22.62 | - |
| YUV | 153.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 118 | 0.25 | 0 | 0.32 | 0.32 | 108 | 0.25 | 0.57 |
| Hex | 81 | AD | 76 | 19 | 0 | 20 | 20 | 6C | 19 | 39 |
| Octal | 201 | 255 | 166 | 31 | 0 | 40 | 40 | 154 | 31 | 71 |
| Binary | 10000001 | 10101101 | 1110110 | 11001 | 0 | 100000 | 100000 | 1101100 | 11001 | 111001 |
Color Harmonies of #81AD76
Complementary color
Monochromatic Colors of #81AD76
Black with #81AD76
Text Example
Text Example
White with #81AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD76; }
p { color: rgb(129,173,118); }
H1.HeaderClassName
{
color: #81AD76;
}
.AnyTagClassName
{
color: #81AD76;
}
</style>
background-color css
<style>
a { background-color: #81AD76; }
a { background-color: rgb(129,173,118); }
div.DivClassName
{
background-color: #81AD76;
}
.BgClassName
{
background-color: #81AD76;
}
</style>
border-color css
<style>
span { border-color: #81AD76; }
span { border-color: rgb(129,173,118); }
td.TdClassName
{
border-color: #81AD76;
}
.TagClassName
{
border-color: #81AD76;
}
</style>