Shades of Amulet #81A77F
Tints of Amulet #81A77F
RGB
CMYK
RGB Variations
Color information
#81A77F (or 0x81A77F) is known color: Amulet. HEX triplet: 81, A7 and 7F. RGB value is (129,167,127). Sum of RGB (Red+Green+Blue) = 129+167+127=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #81A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A77F is #7E5880. Grayscale: #979797. Windows color (decimal): -8280193 or 8365953. OLE color: 8365953.
HSL color Cylindrical-coordinate representation of color #81A77F: hue angle of 117º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A77F is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 127 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.35 |
| HSL | 117º | 0.19% | 0.58% | - |
| HSV(B) | 117º | 0.24% | 0.65% | - |
| XYZ | 26.7 | 33.84 | 25.2 | - |
| YUV | 151.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 127 | 0.23 | 0 | 0.24 | 0.35 | 117 | 0.19 | 0.58 |
| Hex | 81 | A7 | 7F | 17 | 0 | 18 | 23 | 75 | 13 | 3A |
| Octal | 201 | 247 | 177 | 27 | 0 | 30 | 43 | 165 | 23 | 72 |
| Binary | 10000001 | 10100111 | 1111111 | 10111 | 0 | 11000 | 100011 | 1110101 | 10011 | 111010 |
Color Harmonies of #81A77F
Complementary color
Monochromatic Colors of #81A77F
Black with #81A77F
Text Example
Text Example
White with #81A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A77F; }
p { color: rgb(129,167,127); }
H1.HeaderClassName
{
color: #81A77F;
}
.AnyTagClassName
{
color: #81A77F;
}
</style>
background-color css
<style>
a { background-color: #81A77F; }
a { background-color: rgb(129,167,127); }
div.DivClassName
{
background-color: #81A77F;
}
.BgClassName
{
background-color: #81A77F;
}
</style>
border-color css
<style>
span { border-color: #81A77F; }
span { border-color: rgb(129,167,127); }
td.TdClassName
{
border-color: #81A77F;
}
.TagClassName
{
border-color: #81A77F;
}
</style>