Shades of Amulet #81A776
Tints of Amulet #81A776
RGB
CMYK
RGB Variations
Color information
#81A776 (or 0x81A776) is known color: Amulet. HEX triplet: 81, A7 and 76. RGB value is (129,167,118). Sum of RGB (Red+Green+Blue) = 129+167+118=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #81A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A776 is #7E5889. Grayscale: #969696. Windows color (decimal): -8280202 or 7776129. OLE color: 7776129.
HSL color Cylindrical-coordinate representation of color #81A776: hue angle of 106.53º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81A776 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 118 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.35 |
| HSL | 106.53º | 0.22% | 0.56% | - |
| HSV(B) | 106.53º | 0.29% | 0.65% | - |
| XYZ | 26.14 | 33.61 | 22.25 | - |
| YUV | 150.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 118 | 0.23 | 0 | 0.29 | 0.35 | 106.53 | 0.22 | 0.56 |
| Hex | 81 | A7 | 76 | 17 | 0 | 1D | 23 | 6B | 16 | 38 |
| Octal | 201 | 247 | 166 | 27 | 0 | 35 | 43 | 153 | 26 | 70 |
| Binary | 10000001 | 10100111 | 1110110 | 10111 | 0 | 11101 | 100011 | 1101011 | 10110 | 111000 |
Color Harmonies of #81A776
Complementary color
Monochromatic Colors of #81A776
Black with #81A776
Text Example
Text Example
White with #81A776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A776; }
p { color: rgb(129,167,118); }
H1.HeaderClassName
{
color: #81A776;
}
.AnyTagClassName
{
color: #81A776;
}
</style>
background-color css
<style>
a { background-color: #81A776; }
a { background-color: rgb(129,167,118); }
div.DivClassName
{
background-color: #81A776;
}
.BgClassName
{
background-color: #81A776;
}
</style>
border-color css
<style>
span { border-color: #81A776; }
span { border-color: rgb(129,167,118); }
td.TdClassName
{
border-color: #81A776;
}
.TagClassName
{
border-color: #81A776;
}
</style>