Shades of Amulet #81A36A
Tints of Amulet #81A36A
RGB
CMYK
RGB Variations
Color information
#81A36A (or 0x81A36A) is known color: Amulet. HEX triplet: 81, A3 and 6A. RGB value is (129,163,106). Sum of RGB (Red+Green+Blue) = 129+163+106=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #81A36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A36A is #7E5C95. Grayscale: #929292. Windows color (decimal): -8281238 or 6988673. OLE color: 6988673.
HSL color Cylindrical-coordinate representation of color #81A36A: hue angle of 95.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81A36A is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 106 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.36 |
| HSL | 95.79º | 0.24% | 0.53% | - |
| HSV(B) | 95.79º | 0.35% | 0.64% | - |
| XYZ | 24.75 | 31.9 | 18.49 | - |
| YUV | 146.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 106 | 0.21 | 0 | 0.35 | 0.36 | 95.79 | 0.24 | 0.53 |
| Hex | 81 | A3 | 6A | 15 | 0 | 23 | 24 | 60 | 18 | 35 |
| Octal | 201 | 243 | 152 | 25 | 0 | 43 | 44 | 140 | 30 | 65 |
| Binary | 10000001 | 10100011 | 1101010 | 10101 | 0 | 100011 | 100100 | 1100000 | 11000 | 110101 |
Color Harmonies of #81A36A
Complementary color
Monochromatic Colors of #81A36A
Black with #81A36A
Text Example
Text Example
White with #81A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A36A; }
p { color: rgb(129,163,106); }
H1.HeaderClassName
{
color: #81A36A;
}
.AnyTagClassName
{
color: #81A36A;
}
</style>
background-color css
<style>
a { background-color: #81A36A; }
a { background-color: rgb(129,163,106); }
div.DivClassName
{
background-color: #81A36A;
}
.BgClassName
{
background-color: #81A36A;
}
</style>
border-color css
<style>
span { border-color: #81A36A; }
span { border-color: rgb(129,163,106); }
td.TdClassName
{
border-color: #81A36A;
}
.TagClassName
{
border-color: #81A36A;
}
</style>