Shades of Amulet #81AA77
Tints of Amulet #81AA77
RGB
CMYK
RGB Variations
Color information
#81AA77 (or 0x81AA77) is known color: Amulet. HEX triplet: 81, AA and 77. RGB value is (129,170,119). Sum of RGB (Red+Green+Blue) = 129+170+119=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA77 is #7E5588. Grayscale: #989898. Windows color (decimal): -8279433 or 7842433. OLE color: 7842433.
HSL color Cylindrical-coordinate representation of color #81AA77: hue angle of 108.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81AA77 is Cyan = 0.24, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 119 | - |
| CMYK | 0.24 | 0 | 0.3 | 0.33 |
| HSL | 108.24º | 0.23% | 0.57% | - |
| HSV(B) | 108.24º | 0.3% | 0.67% | - |
| XYZ | 26.76 | 34.75 | 22.75 | - |
| YUV | 151.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 119 | 0.24 | 0 | 0.3 | 0.33 | 108.24 | 0.23 | 0.57 |
| Hex | 81 | AA | 77 | 18 | 0 | 1E | 21 | 6C | 17 | 39 |
| Octal | 201 | 252 | 167 | 30 | 0 | 36 | 41 | 154 | 27 | 71 |
| Binary | 10000001 | 10101010 | 1110111 | 11000 | 0 | 11110 | 100001 | 1101100 | 10111 | 111001 |
Color Harmonies of #81AA77
Complementary color
Monochromatic Colors of #81AA77
Black with #81AA77
Text Example
Text Example
White with #81AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA77; }
p { color: rgb(129,170,119); }
H1.HeaderClassName
{
color: #81AA77;
}
.AnyTagClassName
{
color: #81AA77;
}
</style>
background-color css
<style>
a { background-color: #81AA77; }
a { background-color: rgb(129,170,119); }
div.DivClassName
{
background-color: #81AA77;
}
.BgClassName
{
background-color: #81AA77;
}
</style>
border-color css
<style>
span { border-color: #81AA77; }
span { border-color: rgb(129,170,119); }
td.TdClassName
{
border-color: #81AA77;
}
.TagClassName
{
border-color: #81AA77;
}
</style>