Shades of Amulet #81A76E
Tints of Amulet #81A76E
RGB
CMYK
RGB Variations
Color information
#81A76E (or 0x81A76E) is known color: Amulet. HEX triplet: 81, A7 and 6E. RGB value is (129,167,110). Sum of RGB (Red+Green+Blue) = 129+167+110=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #81A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A76E is #7E5891. Grayscale: #959595. Windows color (decimal): -8280210 or 7251841. OLE color: 7251841.
HSL color Cylindrical-coordinate representation of color #81A76E: hue angle of 100º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81A76E is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 110 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.35 |
| HSL | 100º | 0.24% | 0.54% | - |
| HSV(B) | 100º | 0.34% | 0.65% | - |
| XYZ | 25.69 | 33.43 | 19.85 | - |
| YUV | 149.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 110 | 0.23 | 0 | 0.34 | 0.35 | 100 | 0.24 | 0.54 |
| Hex | 81 | A7 | 6E | 17 | 0 | 22 | 23 | 64 | 18 | 36 |
| Octal | 201 | 247 | 156 | 27 | 0 | 42 | 43 | 144 | 30 | 66 |
| Binary | 10000001 | 10100111 | 1101110 | 10111 | 0 | 100010 | 100011 | 1100100 | 11000 | 110110 |
Color Harmonies of #81A76E
Complementary color
Monochromatic Colors of #81A76E
Black with #81A76E
Text Example
Text Example
White with #81A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A76E; }
p { color: rgb(129,167,110); }
H1.HeaderClassName
{
color: #81A76E;
}
.AnyTagClassName
{
color: #81A76E;
}
</style>
background-color css
<style>
a { background-color: #81A76E; }
a { background-color: rgb(129,167,110); }
div.DivClassName
{
background-color: #81A76E;
}
.BgClassName
{
background-color: #81A76E;
}
</style>
border-color css
<style>
span { border-color: #81A76E; }
span { border-color: rgb(129,167,110); }
td.TdClassName
{
border-color: #81A76E;
}
.TagClassName
{
border-color: #81A76E;
}
</style>