Shades of Amulet #81A67F
Tints of Amulet #81A67F
RGB
CMYK
RGB Variations
Color information
#81A67F (or 0x81A67F) is known color: Amulet. HEX triplet: 81, A6 and 7F. RGB value is (129,166,127). Sum of RGB (Red+Green+Blue) = 129+166+127=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #81A67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A67F is #7E5980. Grayscale: #969696. Windows color (decimal): -8280449 or 8365697. OLE color: 8365697.
HSL color Cylindrical-coordinate representation of color #81A67F: hue angle of 116.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A67F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 127 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.35 |
| HSL | 116.92º | 0.18% | 0.57% | - |
| HSV(B) | 116.92º | 0.23% | 0.65% | - |
| XYZ | 26.52 | 33.47 | 25.14 | - |
| YUV | 150.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 127 | 0.22 | 0 | 0.23 | 0.35 | 116.92 | 0.18 | 0.57 |
| Hex | 81 | A6 | 7F | 16 | 0 | 17 | 23 | 75 | 12 | 39 |
| Octal | 201 | 246 | 177 | 26 | 0 | 27 | 43 | 165 | 22 | 71 |
| Binary | 10000001 | 10100110 | 1111111 | 10110 | 0 | 10111 | 100011 | 1110101 | 10010 | 111001 |
Color Harmonies of #81A67F
Complementary color
Monochromatic Colors of #81A67F
Black with #81A67F
Text Example
Text Example
White with #81A67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A67F; }
p { color: rgb(129,166,127); }
H1.HeaderClassName
{
color: #81A67F;
}
.AnyTagClassName
{
color: #81A67F;
}
</style>
background-color css
<style>
a { background-color: #81A67F; }
a { background-color: rgb(129,166,127); }
div.DivClassName
{
background-color: #81A67F;
}
.BgClassName
{
background-color: #81A67F;
}
</style>
border-color css
<style>
span { border-color: #81A67F; }
span { border-color: rgb(129,166,127); }
td.TdClassName
{
border-color: #81A67F;
}
.TagClassName
{
border-color: #81A67F;
}
</style>