Shades of Amulet #81AA6E
Tints of Amulet #81AA6E
RGB
CMYK
RGB Variations
Color information
#81AA6E (or 0x81AA6E) is known color: Amulet. HEX triplet: 81, AA and 6E. RGB value is (129,170,110). Sum of RGB (Red+Green+Blue) = 129+170+110=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA6E is #7E5591. Grayscale: #979797. Windows color (decimal): -8279442 or 7252609. OLE color: 7252609.
HSL color Cylindrical-coordinate representation of color #81AA6E: hue angle of 101º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81AA6E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 110 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.33 |
| HSL | 101º | 0.26% | 0.55% | - |
| HSV(B) | 101º | 0.35% | 0.67% | - |
| XYZ | 26.24 | 34.54 | 20.04 | - |
| YUV | 150.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 110 | 0.24 | 0 | 0.35 | 0.33 | 101 | 0.26 | 0.55 |
| Hex | 81 | AA | 6E | 18 | 0 | 23 | 21 | 65 | 1A | 37 |
| Octal | 201 | 252 | 156 | 30 | 0 | 43 | 41 | 145 | 32 | 67 |
| Binary | 10000001 | 10101010 | 1101110 | 11000 | 0 | 100011 | 100001 | 1100101 | 11010 | 110111 |
Color Harmonies of #81AA6E
Complementary color
Monochromatic Colors of #81AA6E
Black with #81AA6E
Text Example
Text Example
White with #81AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA6E; }
p { color: rgb(129,170,110); }
H1.HeaderClassName
{
color: #81AA6E;
}
.AnyTagClassName
{
color: #81AA6E;
}
</style>
background-color css
<style>
a { background-color: #81AA6E; }
a { background-color: rgb(129,170,110); }
div.DivClassName
{
background-color: #81AA6E;
}
.BgClassName
{
background-color: #81AA6E;
}
</style>
border-color css
<style>
span { border-color: #81AA6E; }
span { border-color: rgb(129,170,110); }
td.TdClassName
{
border-color: #81AA6E;
}
.TagClassName
{
border-color: #81AA6E;
}
</style>