Shades of Amulet #81A27C
Tints of Amulet #81A27C
RGB
CMYK
RGB Variations
Color information
#81A27C (or 0x81A27C) is known color: Amulet. HEX triplet: 81, A2 and 7C. RGB value is (129,162,124). Sum of RGB (Red+Green+Blue) = 129+162+124=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #81A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A27C is #7E5D83. Grayscale: #939393. Windows color (decimal): -8281476 or 8168065. OLE color: 8168065.
HSL color Cylindrical-coordinate representation of color #81A27C: hue angle of 112.11º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A27C is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 124 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.36 |
| HSL | 112.11º | 0.17% | 0.56% | - |
| HSV(B) | 112.11º | 0.23% | 0.64% | - |
| XYZ | 25.61 | 31.96 | 23.89 | - |
| YUV | 147.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 124 | 0.20 | 0 | 0.23 | 0.36 | 112.11 | 0.17 | 0.56 |
| Hex | 81 | A2 | 7C | 14 | 0 | 17 | 24 | 70 | 11 | 38 |
| Octal | 201 | 242 | 174 | 24 | 0 | 27 | 44 | 160 | 21 | 70 |
| Binary | 10000001 | 10100010 | 1111100 | 10100 | 0 | 10111 | 100100 | 1110000 | 10001 | 111000 |
Color Harmonies of #81A27C
Complementary color
Monochromatic Colors of #81A27C
Black with #81A27C
Text Example
Text Example
White with #81A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A27C; }
p { color: rgb(129,162,124); }
H1.HeaderClassName
{
color: #81A27C;
}
.AnyTagClassName
{
color: #81A27C;
}
</style>
background-color css
<style>
a { background-color: #81A27C; }
a { background-color: rgb(129,162,124); }
div.DivClassName
{
background-color: #81A27C;
}
.BgClassName
{
background-color: #81A27C;
}
</style>
border-color css
<style>
span { border-color: #81A27C; }
span { border-color: rgb(129,162,124); }
td.TdClassName
{
border-color: #81A27C;
}
.TagClassName
{
border-color: #81A27C;
}
</style>