Shades of Amulet #81AE76
Tints of Amulet #81AE76
RGB
CMYK
RGB Variations
Color information
#81AE76 (or 0x81AE76) is known color: Amulet. HEX triplet: 81, AE and 76. RGB value is (129,174,118). Sum of RGB (Red+Green+Blue) = 129+174+118=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE76 is #7E5189. Grayscale: #9A9A9A. Windows color (decimal): -8278410 or 7777921. OLE color: 7777921.
HSL color Cylindrical-coordinate representation of color #81AE76: hue angle of 108.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AE76 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 118 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.32 |
| HSL | 108.21º | 0.26% | 0.57% | - |
| HSV(B) | 108.21º | 0.32% | 0.68% | - |
| XYZ | 27.46 | 36.25 | 22.69 | - |
| YUV | 154.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 118 | 0.26 | 0 | 0.32 | 0.32 | 108.21 | 0.26 | 0.57 |
| Hex | 81 | AE | 76 | 1A | 0 | 20 | 20 | 6C | 1A | 39 |
| Octal | 201 | 256 | 166 | 32 | 0 | 40 | 40 | 154 | 32 | 71 |
| Binary | 10000001 | 10101110 | 1110110 | 11010 | 0 | 100000 | 100000 | 1101100 | 11010 | 111001 |
Color Harmonies of #81AE76
Complementary color
Monochromatic Colors of #81AE76
Black with #81AE76
Text Example
Text Example
White with #81AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE76; }
p { color: rgb(129,174,118); }
H1.HeaderClassName
{
color: #81AE76;
}
.AnyTagClassName
{
color: #81AE76;
}
</style>
background-color css
<style>
a { background-color: #81AE76; }
a { background-color: rgb(129,174,118); }
div.DivClassName
{
background-color: #81AE76;
}
.BgClassName
{
background-color: #81AE76;
}
</style>
border-color css
<style>
span { border-color: #81AE76; }
span { border-color: rgb(129,174,118); }
td.TdClassName
{
border-color: #81AE76;
}
.TagClassName
{
border-color: #81AE76;
}
</style>