Shades of Amulet #81A16E
Tints of Amulet #81A16E
RGB
CMYK
RGB Variations
Color information
#81A16E (or 0x81A16E) is known color: Amulet. HEX triplet: 81, A1 and 6E. RGB value is (129,161,110). Sum of RGB (Red+Green+Blue) = 129+161+110=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #81A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A16E is #7E5E91. Grayscale: #919191. Windows color (decimal): -8281746 or 7250305. OLE color: 7250305.
HSL color Cylindrical-coordinate representation of color #81A16E: hue angle of 97.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81A16E is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 110 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.37 |
| HSL | 97.65º | 0.21% | 0.53% | - |
| HSV(B) | 97.65º | 0.32% | 0.63% | - |
| XYZ | 24.61 | 31.28 | 19.49 | - |
| YUV | 145.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 110 | 0.20 | 0 | 0.32 | 0.37 | 97.65 | 0.21 | 0.53 |
| Hex | 81 | A1 | 6E | 14 | 0 | 20 | 25 | 62 | 15 | 35 |
| Octal | 201 | 241 | 156 | 24 | 0 | 40 | 45 | 142 | 25 | 65 |
| Binary | 10000001 | 10100001 | 1101110 | 10100 | 0 | 100000 | 100101 | 1100010 | 10101 | 110101 |
Color Harmonies of #81A16E
Complementary color
Monochromatic Colors of #81A16E
Black with #81A16E
Text Example
Text Example
White with #81A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A16E; }
p { color: rgb(129,161,110); }
H1.HeaderClassName
{
color: #81A16E;
}
.AnyTagClassName
{
color: #81A16E;
}
</style>
background-color css
<style>
a { background-color: #81A16E; }
a { background-color: rgb(129,161,110); }
div.DivClassName
{
background-color: #81A16E;
}
.BgClassName
{
background-color: #81A16E;
}
</style>
border-color css
<style>
span { border-color: #81A16E; }
span { border-color: rgb(129,161,110); }
td.TdClassName
{
border-color: #81A16E;
}
.TagClassName
{
border-color: #81A16E;
}
</style>