Shades of Amulet #81A56E
Tints of Amulet #81A56E
RGB
CMYK
RGB Variations
Color information
#81A56E (or 0x81A56E) is known color: Amulet. HEX triplet: 81, A5 and 6E. RGB value is (129,165,110). Sum of RGB (Red+Green+Blue) = 129+165+110=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #81A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A56E is #7E5A91. Grayscale: #949494. Windows color (decimal): -8280722 or 7251329. OLE color: 7251329.
HSL color Cylindrical-coordinate representation of color #81A56E: hue angle of 99.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81A56E is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 110 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.35 |
| HSL | 99.27º | 0.23% | 0.54% | - |
| HSV(B) | 99.27º | 0.33% | 0.65% | - |
| XYZ | 25.32 | 32.7 | 19.73 | - |
| YUV | 147.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 110 | 0.22 | 0 | 0.33 | 0.35 | 99.27 | 0.23 | 0.54 |
| Hex | 81 | A5 | 6E | 16 | 0 | 21 | 23 | 63 | 17 | 36 |
| Octal | 201 | 245 | 156 | 26 | 0 | 41 | 43 | 143 | 27 | 66 |
| Binary | 10000001 | 10100101 | 1101110 | 10110 | 0 | 100001 | 100011 | 1100011 | 10111 | 110110 |
Color Harmonies of #81A56E
Complementary color
Monochromatic Colors of #81A56E
Black with #81A56E
Text Example
Text Example
White with #81A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A56E; }
p { color: rgb(129,165,110); }
H1.HeaderClassName
{
color: #81A56E;
}
.AnyTagClassName
{
color: #81A56E;
}
</style>
background-color css
<style>
a { background-color: #81A56E; }
a { background-color: rgb(129,165,110); }
div.DivClassName
{
background-color: #81A56E;
}
.BgClassName
{
background-color: #81A56E;
}
</style>
border-color css
<style>
span { border-color: #81A56E; }
span { border-color: rgb(129,165,110); }
td.TdClassName
{
border-color: #81A56E;
}
.TagClassName
{
border-color: #81A56E;
}
</style>