Shades of Amulet #81AC76
Tints of Amulet #81AC76
RGB
CMYK
RGB Variations
Color information
#81AC76 (or 0x81AC76) is known color: Amulet. HEX triplet: 81, AC and 76. RGB value is (129,172,118). Sum of RGB (Red+Green+Blue) = 129+172+118=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AC76 is #7E5389. Grayscale: #999999. Windows color (decimal): -8278922 or 7777409. OLE color: 7777409.
HSL color Cylindrical-coordinate representation of color #81AC76: hue angle of 107.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AC76 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 118 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.33 |
| HSL | 107.78º | 0.25% | 0.57% | - |
| HSV(B) | 107.78º | 0.31% | 0.67% | - |
| XYZ | 27.08 | 35.48 | 22.56 | - |
| YUV | 152.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 118 | 0.25 | 0 | 0.31 | 0.33 | 107.78 | 0.25 | 0.57 |
| Hex | 81 | AC | 76 | 19 | 0 | 1F | 21 | 6C | 19 | 39 |
| Octal | 201 | 254 | 166 | 31 | 0 | 37 | 41 | 154 | 31 | 71 |
| Binary | 10000001 | 10101100 | 1110110 | 11001 | 0 | 11111 | 100001 | 1101100 | 11001 | 111001 |
Color Harmonies of #81AC76
Complementary color
Monochromatic Colors of #81AC76
Black with #81AC76
Text Example
Text Example
White with #81AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC76; }
p { color: rgb(129,172,118); }
H1.HeaderClassName
{
color: #81AC76;
}
.AnyTagClassName
{
color: #81AC76;
}
</style>
background-color css
<style>
a { background-color: #81AC76; }
a { background-color: rgb(129,172,118); }
div.DivClassName
{
background-color: #81AC76;
}
.BgClassName
{
background-color: #81AC76;
}
</style>
border-color css
<style>
span { border-color: #81AC76; }
span { border-color: rgb(129,172,118); }
td.TdClassName
{
border-color: #81AC76;
}
.TagClassName
{
border-color: #81AC76;
}
</style>