Shades of Amulet #81AA78
Tints of Amulet #81AA78
RGB
CMYK
RGB Variations
Color information
#81AA78 (or 0x81AA78) is known color: Amulet. HEX triplet: 81, AA and 78. RGB value is (129,170,120). Sum of RGB (Red+Green+Blue) = 129+170+120=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA78 is #7E5587. Grayscale: #989898. Windows color (decimal): -8279432 or 7907969. OLE color: 7907969.
HSL color Cylindrical-coordinate representation of color #81AA78: hue angle of 109.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81AA78 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 120 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.33 |
| HSL | 109.2º | 0.23% | 0.57% | - |
| HSV(B) | 109.2º | 0.29% | 0.67% | - |
| XYZ | 26.82 | 34.77 | 23.07 | - |
| YUV | 152.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 120 | 0.24 | 0 | 0.29 | 0.33 | 109.2 | 0.23 | 0.57 |
| Hex | 81 | AA | 78 | 18 | 0 | 1D | 21 | 6D | 17 | 39 |
| Octal | 201 | 252 | 170 | 30 | 0 | 35 | 41 | 155 | 27 | 71 |
| Binary | 10000001 | 10101010 | 1111000 | 11000 | 0 | 11101 | 100001 | 1101101 | 10111 | 111001 |
Color Harmonies of #81AA78
Complementary color
Monochromatic Colors of #81AA78
Black with #81AA78
Text Example
Text Example
White with #81AA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA78; }
p { color: rgb(129,170,120); }
H1.HeaderClassName
{
color: #81AA78;
}
.AnyTagClassName
{
color: #81AA78;
}
</style>
background-color css
<style>
a { background-color: #81AA78; }
a { background-color: rgb(129,170,120); }
div.DivClassName
{
background-color: #81AA78;
}
.BgClassName
{
background-color: #81AA78;
}
</style>
border-color css
<style>
span { border-color: #81AA78; }
span { border-color: rgb(129,170,120); }
td.TdClassName
{
border-color: #81AA78;
}
.TagClassName
{
border-color: #81AA78;
}
</style>