Shades of Amulet #81A973
Tints of Amulet #81A973
RGB
CMYK
RGB Variations
Color information
#81A973 (or 0x81A973) is known color: Amulet. HEX triplet: 81, A9 and 73. RGB value is (129,169,115). Sum of RGB (Red+Green+Blue) = 129+169+115=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #81A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A973 is #7E568C. Grayscale: #979797. Windows color (decimal): -8279693 or 7580033. OLE color: 7580033.
HSL color Cylindrical-coordinate representation of color #81A973: hue angle of 104.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81A973 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 115 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.34 |
| HSL | 104.44º | 0.24% | 0.56% | - |
| HSV(B) | 104.44º | 0.32% | 0.66% | - |
| XYZ | 26.34 | 34.28 | 21.45 | - |
| YUV | 150.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 115 | 0.24 | 0 | 0.32 | 0.34 | 104.44 | 0.24 | 0.56 |
| Hex | 81 | A9 | 73 | 18 | 0 | 20 | 22 | 68 | 18 | 38 |
| Octal | 201 | 251 | 163 | 30 | 0 | 40 | 42 | 150 | 30 | 70 |
| Binary | 10000001 | 10101001 | 1110011 | 11000 | 0 | 100000 | 100010 | 1101000 | 11000 | 111000 |
Color Harmonies of #81A973
Complementary color
Monochromatic Colors of #81A973
Black with #81A973
Text Example
Text Example
White with #81A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A973; }
p { color: rgb(129,169,115); }
H1.HeaderClassName
{
color: #81A973;
}
.AnyTagClassName
{
color: #81A973;
}
</style>
background-color css
<style>
a { background-color: #81A973; }
a { background-color: rgb(129,169,115); }
div.DivClassName
{
background-color: #81A973;
}
.BgClassName
{
background-color: #81A973;
}
</style>
border-color css
<style>
span { border-color: #81A973; }
span { border-color: rgb(129,169,115); }
td.TdClassName
{
border-color: #81A973;
}
.TagClassName
{
border-color: #81A973;
}
</style>