Shades of Amulet #81A179
Tints of Amulet #81A179
RGB
CMYK
RGB Variations
Color information
#81A179 (or 0x81A179) is known color: Amulet. HEX triplet: 81, A1 and 79. RGB value is (129,161,121). Sum of RGB (Red+Green+Blue) = 129+161+121=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #81A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A179 is #7E5E86. Grayscale: #939393. Windows color (decimal): -8281735 or 7971201. OLE color: 7971201.
HSL color Cylindrical-coordinate representation of color #81A179: hue angle of 108º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81A179 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 121 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.37 |
| HSL | 108º | 0.18% | 0.55% | - |
| HSV(B) | 108º | 0.25% | 0.63% | - |
| XYZ | 25.25 | 31.54 | 22.85 | - |
| YUV | 146.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 121 | 0.20 | 0 | 0.25 | 0.37 | 108 | 0.18 | 0.55 |
| Hex | 81 | A1 | 79 | 14 | 0 | 19 | 25 | 6C | 12 | 37 |
| Octal | 201 | 241 | 171 | 24 | 0 | 31 | 45 | 154 | 22 | 67 |
| Binary | 10000001 | 10100001 | 1111001 | 10100 | 0 | 11001 | 100101 | 1101100 | 10010 | 110111 |
Color Harmonies of #81A179
Complementary color
Monochromatic Colors of #81A179
Black with #81A179
Text Example
Text Example
White with #81A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A179; }
p { color: rgb(129,161,121); }
H1.HeaderClassName
{
color: #81A179;
}
.AnyTagClassName
{
color: #81A179;
}
</style>
background-color css
<style>
a { background-color: #81A179; }
a { background-color: rgb(129,161,121); }
div.DivClassName
{
background-color: #81A179;
}
.BgClassName
{
background-color: #81A179;
}
</style>
border-color css
<style>
span { border-color: #81A179; }
span { border-color: rgb(129,161,121); }
td.TdClassName
{
border-color: #81A179;
}
.TagClassName
{
border-color: #81A179;
}
</style>