Shades of Amulet #81AA76
Tints of Amulet #81AA76
RGB
CMYK
RGB Variations
Color information
#81AA76 (or 0x81AA76) is known color: Amulet. HEX triplet: 81, AA and 76. RGB value is (129,170,118). Sum of RGB (Red+Green+Blue) = 129+170+118=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA76 is #7E5589. Grayscale: #979797. Windows color (decimal): -8279434 or 7776897. OLE color: 7776897.
HSL color Cylindrical-coordinate representation of color #81AA76: hue angle of 107.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AA76 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 118 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.33 |
| HSL | 107.31º | 0.23% | 0.56% | - |
| HSV(B) | 107.31º | 0.31% | 0.67% | - |
| XYZ | 26.7 | 34.72 | 22.43 | - |
| YUV | 151.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 118 | 0.24 | 0 | 0.31 | 0.33 | 107.31 | 0.23 | 0.56 |
| Hex | 81 | AA | 76 | 18 | 0 | 1F | 21 | 6B | 17 | 38 |
| Octal | 201 | 252 | 166 | 30 | 0 | 37 | 41 | 153 | 27 | 70 |
| Binary | 10000001 | 10101010 | 1110110 | 11000 | 0 | 11111 | 100001 | 1101011 | 10111 | 111000 |
Color Harmonies of #81AA76
Complementary color
Monochromatic Colors of #81AA76
Black with #81AA76
Text Example
Text Example
White with #81AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA76; }
p { color: rgb(129,170,118); }
H1.HeaderClassName
{
color: #81AA76;
}
.AnyTagClassName
{
color: #81AA76;
}
</style>
background-color css
<style>
a { background-color: #81AA76; }
a { background-color: rgb(129,170,118); }
div.DivClassName
{
background-color: #81AA76;
}
.BgClassName
{
background-color: #81AA76;
}
</style>
border-color css
<style>
span { border-color: #81AA76; }
span { border-color: rgb(129,170,118); }
td.TdClassName
{
border-color: #81AA76;
}
.TagClassName
{
border-color: #81AA76;
}
</style>