Shades of Amulet #81A279
Tints of Amulet #81A279
RGB
CMYK
RGB Variations
Color information
#81A279 (or 0x81A279) is known color: Amulet. HEX triplet: 81, A2 and 79. RGB value is (129,162,121). Sum of RGB (Red+Green+Blue) = 129+162+121=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #81A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A279 is #7E5D86. Grayscale: #939393. Windows color (decimal): -8281479 or 7971457. OLE color: 7971457.
HSL color Cylindrical-coordinate representation of color #81A279: hue angle of 108.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81A279 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 121 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.36 |
| HSL | 108.29º | 0.18% | 0.55% | - |
| HSV(B) | 108.29º | 0.25% | 0.64% | - |
| XYZ | 25.42 | 31.89 | 22.9 | - |
| YUV | 147.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 121 | 0.20 | 0 | 0.25 | 0.36 | 108.29 | 0.18 | 0.55 |
| Hex | 81 | A2 | 79 | 14 | 0 | 19 | 24 | 6C | 12 | 37 |
| Octal | 201 | 242 | 171 | 24 | 0 | 31 | 44 | 154 | 22 | 67 |
| Binary | 10000001 | 10100010 | 1111001 | 10100 | 0 | 11001 | 100100 | 1101100 | 10010 | 110111 |
Color Harmonies of #81A279
Complementary color
Monochromatic Colors of #81A279
Black with #81A279
Text Example
Text Example
White with #81A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A279; }
p { color: rgb(129,162,121); }
H1.HeaderClassName
{
color: #81A279;
}
.AnyTagClassName
{
color: #81A279;
}
</style>
background-color css
<style>
a { background-color: #81A279; }
a { background-color: rgb(129,162,121); }
div.DivClassName
{
background-color: #81A279;
}
.BgClassName
{
background-color: #81A279;
}
</style>
border-color css
<style>
span { border-color: #81A279; }
span { border-color: rgb(129,162,121); }
td.TdClassName
{
border-color: #81A279;
}
.TagClassName
{
border-color: #81A279;
}
</style>