Shades of Amulet #81A671
Tints of Amulet #81A671
RGB
CMYK
RGB Variations
Color information
#81A671 (or 0x81A671) is known color: Amulet. HEX triplet: 81, A6 and 71. RGB value is (129,166,113). Sum of RGB (Red+Green+Blue) = 129+166+113=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #81A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A671 is #7E598E. Grayscale: #959595. Windows color (decimal): -8280463 or 7448193. OLE color: 7448193.
HSL color Cylindrical-coordinate representation of color #81A671: hue angle of 101.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81A671 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 113 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.35 |
| HSL | 101.89º | 0.23% | 0.55% | - |
| HSV(B) | 101.89º | 0.32% | 0.65% | - |
| XYZ | 25.67 | 33.13 | 20.66 | - |
| YUV | 148.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 113 | 0.22 | 0 | 0.32 | 0.35 | 101.89 | 0.23 | 0.55 |
| Hex | 81 | A6 | 71 | 16 | 0 | 20 | 23 | 66 | 17 | 37 |
| Octal | 201 | 246 | 161 | 26 | 0 | 40 | 43 | 146 | 27 | 67 |
| Binary | 10000001 | 10100110 | 1110001 | 10110 | 0 | 100000 | 100011 | 1100110 | 10111 | 110111 |
Color Harmonies of #81A671
Complementary color
Monochromatic Colors of #81A671
Black with #81A671
Text Example
Text Example
White with #81A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A671; }
p { color: rgb(129,166,113); }
H1.HeaderClassName
{
color: #81A671;
}
.AnyTagClassName
{
color: #81A671;
}
</style>
background-color css
<style>
a { background-color: #81A671; }
a { background-color: rgb(129,166,113); }
div.DivClassName
{
background-color: #81A671;
}
.BgClassName
{
background-color: #81A671;
}
</style>
border-color css
<style>
span { border-color: #81A671; }
span { border-color: rgb(129,166,113); }
td.TdClassName
{
border-color: #81A671;
}
.TagClassName
{
border-color: #81A671;
}
</style>