Shades of Amulet #81A97C
Tints of Amulet #81A97C
RGB
CMYK
RGB Variations
Color information
#81A97C (or 0x81A97C) is known color: Amulet. HEX triplet: 81, A9 and 7C. RGB value is (129,169,124). Sum of RGB (Red+Green+Blue) = 129+169+124=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #81A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A97C is #7E5683. Grayscale: #989898. Windows color (decimal): -8279684 or 8169857. OLE color: 8169857.
HSL color Cylindrical-coordinate representation of color #81A97C: hue angle of 113.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81A97C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 124 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.34 |
| HSL | 113.33º | 0.21% | 0.57% | - |
| HSV(B) | 113.33º | 0.27% | 0.66% | - |
| XYZ | 26.88 | 34.5 | 24.31 | - |
| YUV | 151.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 124 | 0.24 | 0 | 0.27 | 0.34 | 113.33 | 0.21 | 0.57 |
| Hex | 81 | A9 | 7C | 18 | 0 | 1B | 22 | 71 | 15 | 39 |
| Octal | 201 | 251 | 174 | 30 | 0 | 33 | 42 | 161 | 25 | 71 |
| Binary | 10000001 | 10101001 | 1111100 | 11000 | 0 | 11011 | 100010 | 1110001 | 10101 | 111001 |
Color Harmonies of #81A97C
Complementary color
Monochromatic Colors of #81A97C
Black with #81A97C
Text Example
Text Example
White with #81A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A97C; }
p { color: rgb(129,169,124); }
H1.HeaderClassName
{
color: #81A97C;
}
.AnyTagClassName
{
color: #81A97C;
}
</style>
background-color css
<style>
a { background-color: #81A97C; }
a { background-color: rgb(129,169,124); }
div.DivClassName
{
background-color: #81A97C;
}
.BgClassName
{
background-color: #81A97C;
}
</style>
border-color css
<style>
span { border-color: #81A97C; }
span { border-color: rgb(129,169,124); }
td.TdClassName
{
border-color: #81A97C;
}
.TagClassName
{
border-color: #81A97C;
}
</style>