Shades of Amulet #81AA6C
Tints of Amulet #81AA6C
RGB
CMYK
RGB Variations
Color information
#81AA6C (or 0x81AA6C) is known color: Amulet. HEX triplet: 81, AA and 6C. RGB value is (129,170,108). Sum of RGB (Red+Green+Blue) = 129+170+108=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA6C is #7E5593. Grayscale: #969696. Windows color (decimal): -8279444 or 7121537. OLE color: 7121537.
HSL color Cylindrical-coordinate representation of color #81AA6C: hue angle of 99.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81AA6C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 108 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.33 |
| HSL | 99.68º | 0.27% | 0.55% | - |
| HSV(B) | 99.68º | 0.36% | 0.67% | - |
| XYZ | 26.13 | 34.5 | 19.47 | - |
| YUV | 150.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 108 | 0.24 | 0 | 0.36 | 0.33 | 99.68 | 0.27 | 0.55 |
| Hex | 81 | AA | 6C | 18 | 0 | 24 | 21 | 64 | 1B | 37 |
| Octal | 201 | 252 | 154 | 30 | 0 | 44 | 41 | 144 | 33 | 67 |
| Binary | 10000001 | 10101010 | 1101100 | 11000 | 0 | 100100 | 100001 | 1100100 | 11011 | 110111 |
Color Harmonies of #81AA6C
Complementary color
Monochromatic Colors of #81AA6C
Black with #81AA6C
Text Example
Text Example
White with #81AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA6C; }
p { color: rgb(129,170,108); }
H1.HeaderClassName
{
color: #81AA6C;
}
.AnyTagClassName
{
color: #81AA6C;
}
</style>
background-color css
<style>
a { background-color: #81AA6C; }
a { background-color: rgb(129,170,108); }
div.DivClassName
{
background-color: #81AA6C;
}
.BgClassName
{
background-color: #81AA6C;
}
</style>
border-color css
<style>
span { border-color: #81AA6C; }
span { border-color: rgb(129,170,108); }
td.TdClassName
{
border-color: #81AA6C;
}
.TagClassName
{
border-color: #81AA6C;
}
</style>