Shades of Amulet #81AD7C
Tints of Amulet #81AD7C
RGB
CMYK
RGB Variations
Color information
#81AD7C (or 0x81AD7C) is known color: Amulet. HEX triplet: 81, AD and 7C. RGB value is (129,173,124). Sum of RGB (Red+Green+Blue) = 129+173+124=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD7C is #7E5283. Grayscale: #9A9A9A. Windows color (decimal): -8278660 or 8170881. OLE color: 8170881.
HSL color Cylindrical-coordinate representation of color #81AD7C: hue angle of 113.88º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81AD7C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 124 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.32 |
| HSL | 113.88º | 0.23% | 0.58% | - |
| HSV(B) | 113.88º | 0.28% | 0.68% | - |
| XYZ | 27.63 | 36.01 | 24.56 | - |
| YUV | 154.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 124 | 0.25 | 0 | 0.28 | 0.32 | 113.88 | 0.23 | 0.58 |
| Hex | 81 | AD | 7C | 19 | 0 | 1C | 20 | 72 | 17 | 3A |
| Octal | 201 | 255 | 174 | 31 | 0 | 34 | 40 | 162 | 27 | 72 |
| Binary | 10000001 | 10101101 | 1111100 | 11001 | 0 | 11100 | 100000 | 1110010 | 10111 | 111010 |
Color Harmonies of #81AD7C
Complementary color
Monochromatic Colors of #81AD7C
Black with #81AD7C
Text Example
Text Example
White with #81AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD7C; }
p { color: rgb(129,173,124); }
H1.HeaderClassName
{
color: #81AD7C;
}
.AnyTagClassName
{
color: #81AD7C;
}
</style>
background-color css
<style>
a { background-color: #81AD7C; }
a { background-color: rgb(129,173,124); }
div.DivClassName
{
background-color: #81AD7C;
}
.BgClassName
{
background-color: #81AD7C;
}
</style>
border-color css
<style>
span { border-color: #81AD7C; }
span { border-color: rgb(129,173,124); }
td.TdClassName
{
border-color: #81AD7C;
}
.TagClassName
{
border-color: #81AD7C;
}
</style>