Shades of Amulet #81A66D
Tints of Amulet #81A66D
RGB
CMYK
RGB Variations
Color information
#81A66D (or 0x81A66D) is known color: Amulet. HEX triplet: 81, A6 and 6D. RGB value is (129,166,109). Sum of RGB (Red+Green+Blue) = 129+166+109=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #81A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A66D is #7E5992. Grayscale: #949494. Windows color (decimal): -8280467 or 7186049. OLE color: 7186049.
HSL color Cylindrical-coordinate representation of color #81A66D: hue angle of 98.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81A66D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 109 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.35 |
| HSL | 98.95º | 0.24% | 0.54% | - |
| HSV(B) | 98.95º | 0.34% | 0.65% | - |
| XYZ | 25.45 | 33.04 | 19.5 | - |
| YUV | 148.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 109 | 0.22 | 0 | 0.34 | 0.35 | 98.95 | 0.24 | 0.54 |
| Hex | 81 | A6 | 6D | 16 | 0 | 22 | 23 | 63 | 18 | 36 |
| Octal | 201 | 246 | 155 | 26 | 0 | 42 | 43 | 143 | 30 | 66 |
| Binary | 10000001 | 10100110 | 1101101 | 10110 | 0 | 100010 | 100011 | 1100011 | 11000 | 110110 |
Color Harmonies of #81A66D
Complementary color
Monochromatic Colors of #81A66D
Black with #81A66D
Text Example
Text Example
White with #81A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A66D; }
p { color: rgb(129,166,109); }
H1.HeaderClassName
{
color: #81A66D;
}
.AnyTagClassName
{
color: #81A66D;
}
</style>
background-color css
<style>
a { background-color: #81A66D; }
a { background-color: rgb(129,166,109); }
div.DivClassName
{
background-color: #81A66D;
}
.BgClassName
{
background-color: #81A66D;
}
</style>
border-color css
<style>
span { border-color: #81A66D; }
span { border-color: rgb(129,166,109); }
td.TdClassName
{
border-color: #81A66D;
}
.TagClassName
{
border-color: #81A66D;
}
</style>