Shades of Amulet #81A57A
Tints of Amulet #81A57A
RGB
CMYK
RGB Variations
Color information
#81A57A (or 0x81A57A) is known color: Amulet. HEX triplet: 81, A5 and 7A. RGB value is (129,165,122). Sum of RGB (Red+Green+Blue) = 129+165+122=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #81A57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A57A is #7E5A85. Grayscale: #959595. Windows color (decimal): -8280710 or 8037761. OLE color: 8037761.
HSL color Cylindrical-coordinate representation of color #81A57A: hue angle of 110.23º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81A57A is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 122 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.35 |
| HSL | 110.23º | 0.19% | 0.56% | - |
| HSV(B) | 110.23º | 0.26% | 0.65% | - |
| XYZ | 26.02 | 32.98 | 23.41 | - |
| YUV | 149.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 122 | 0.22 | 0 | 0.26 | 0.35 | 110.23 | 0.19 | 0.56 |
| Hex | 81 | A5 | 7A | 16 | 0 | 1A | 23 | 6E | 13 | 38 |
| Octal | 201 | 245 | 172 | 26 | 0 | 32 | 43 | 156 | 23 | 70 |
| Binary | 10000001 | 10100101 | 1111010 | 10110 | 0 | 11010 | 100011 | 1101110 | 10011 | 111000 |
Color Harmonies of #81A57A
Complementary color
Monochromatic Colors of #81A57A
Black with #81A57A
Text Example
Text Example
White with #81A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A57A; }
p { color: rgb(129,165,122); }
H1.HeaderClassName
{
color: #81A57A;
}
.AnyTagClassName
{
color: #81A57A;
}
</style>
background-color css
<style>
a { background-color: #81A57A; }
a { background-color: rgb(129,165,122); }
div.DivClassName
{
background-color: #81A57A;
}
.BgClassName
{
background-color: #81A57A;
}
</style>
border-color css
<style>
span { border-color: #81A57A; }
span { border-color: rgb(129,165,122); }
td.TdClassName
{
border-color: #81A57A;
}
.TagClassName
{
border-color: #81A57A;
}
</style>