Shades of Amulet #81A979
Tints of Amulet #81A979
RGB
CMYK
RGB Variations
Color information
#81A979 (or 0x81A979) is known color: Amulet. HEX triplet: 81, A9 and 79. RGB value is (129,169,121). Sum of RGB (Red+Green+Blue) = 129+169+121=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #81A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A979 is #7E5686. Grayscale: #979797. Windows color (decimal): -8279687 or 7973249. OLE color: 7973249.
HSL color Cylindrical-coordinate representation of color #81A979: hue angle of 110º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81A979 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 121 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.34 |
| HSL | 110º | 0.22% | 0.57% | - |
| HSV(B) | 110º | 0.28% | 0.66% | - |
| XYZ | 26.69 | 34.42 | 23.33 | - |
| YUV | 151.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 121 | 0.24 | 0 | 0.28 | 0.34 | 110 | 0.22 | 0.57 |
| Hex | 81 | A9 | 79 | 18 | 0 | 1C | 22 | 6E | 16 | 39 |
| Octal | 201 | 251 | 171 | 30 | 0 | 34 | 42 | 156 | 26 | 71 |
| Binary | 10000001 | 10101001 | 1111001 | 11000 | 0 | 11100 | 100010 | 1101110 | 10110 | 111001 |
Color Harmonies of #81A979
Complementary color
Monochromatic Colors of #81A979
Black with #81A979
Text Example
Text Example
White with #81A979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A979; }
p { color: rgb(129,169,121); }
H1.HeaderClassName
{
color: #81A979;
}
.AnyTagClassName
{
color: #81A979;
}
</style>
background-color css
<style>
a { background-color: #81A979; }
a { background-color: rgb(129,169,121); }
div.DivClassName
{
background-color: #81A979;
}
.BgClassName
{
background-color: #81A979;
}
</style>
border-color css
<style>
span { border-color: #81A979; }
span { border-color: rgb(129,169,121); }
td.TdClassName
{
border-color: #81A979;
}
.TagClassName
{
border-color: #81A979;
}
</style>