Shades of Amulet #81AA6A
Tints of Amulet #81AA6A
RGB
CMYK
RGB Variations
Color information
#81AA6A (or 0x81AA6A) is known color: Amulet. HEX triplet: 81, AA and 6A. RGB value is (129,170,106). Sum of RGB (Red+Green+Blue) = 129+170+106=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA6A is #7E5595. Grayscale: #969696. Windows color (decimal): -8279446 or 6990465. OLE color: 6990465.
HSL color Cylindrical-coordinate representation of color #81AA6A: hue angle of 98.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81AA6A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 106 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.33 |
| HSL | 98.44º | 0.27% | 0.54% | - |
| HSV(B) | 98.44º | 0.38% | 0.67% | - |
| XYZ | 26.03 | 34.46 | 18.91 | - |
| YUV | 150.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 106 | 0.24 | 0 | 0.38 | 0.33 | 98.44 | 0.27 | 0.54 |
| Hex | 81 | AA | 6A | 18 | 0 | 26 | 21 | 62 | 1B | 36 |
| Octal | 201 | 252 | 152 | 30 | 0 | 46 | 41 | 142 | 33 | 66 |
| Binary | 10000001 | 10101010 | 1101010 | 11000 | 0 | 100110 | 100001 | 1100010 | 11011 | 110110 |
Color Harmonies of #81AA6A
Complementary color
Monochromatic Colors of #81AA6A
Black with #81AA6A
Text Example
Text Example
White with #81AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA6A; }
p { color: rgb(129,170,106); }
H1.HeaderClassName
{
color: #81AA6A;
}
.AnyTagClassName
{
color: #81AA6A;
}
</style>
background-color css
<style>
a { background-color: #81AA6A; }
a { background-color: rgb(129,170,106); }
div.DivClassName
{
background-color: #81AA6A;
}
.BgClassName
{
background-color: #81AA6A;
}
</style>
border-color css
<style>
span { border-color: #81AA6A; }
span { border-color: rgb(129,170,106); }
td.TdClassName
{
border-color: #81AA6A;
}
.TagClassName
{
border-color: #81AA6A;
}
</style>