Shades of Amulet #81A47F
Tints of Amulet #81A47F
RGB
CMYK
RGB Variations
Color information
#81A47F (or 0x81A47F) is known color: Amulet. HEX triplet: 81, A4 and 7F. RGB value is (129,164,127). Sum of RGB (Red+Green+Blue) = 129+164+127=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #81A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A47F is #7E5B80. Grayscale: #959595. Windows color (decimal): -8280961 or 8365185. OLE color: 8365185.
HSL color Cylindrical-coordinate representation of color #81A47F: hue angle of 116.76º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A47F is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 127 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.36 |
| HSL | 116.76º | 0.17% | 0.57% | - |
| HSV(B) | 116.76º | 0.23% | 0.64% | - |
| XYZ | 26.16 | 32.75 | 25.02 | - |
| YUV | 149.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 127 | 0.21 | 0 | 0.23 | 0.36 | 116.76 | 0.17 | 0.57 |
| Hex | 81 | A4 | 7F | 15 | 0 | 17 | 24 | 75 | 11 | 39 |
| Octal | 201 | 244 | 177 | 25 | 0 | 27 | 44 | 165 | 21 | 71 |
| Binary | 10000001 | 10100100 | 1111111 | 10101 | 0 | 10111 | 100100 | 1110101 | 10001 | 111001 |
Color Harmonies of #81A47F
Complementary color
Monochromatic Colors of #81A47F
Black with #81A47F
Text Example
Text Example
White with #81A47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A47F; }
p { color: rgb(129,164,127); }
H1.HeaderClassName
{
color: #81A47F;
}
.AnyTagClassName
{
color: #81A47F;
}
</style>
background-color css
<style>
a { background-color: #81A47F; }
a { background-color: rgb(129,164,127); }
div.DivClassName
{
background-color: #81A47F;
}
.BgClassName
{
background-color: #81A47F;
}
</style>
border-color css
<style>
span { border-color: #81A47F; }
span { border-color: rgb(129,164,127); }
td.TdClassName
{
border-color: #81A47F;
}
.TagClassName
{
border-color: #81A47F;
}
</style>