Shades of Amulet #81AB69
Tints of Amulet #81AB69
RGB
CMYK
RGB Variations
Color information
#81AB69 (or 0x81AB69) is known color: Amulet. HEX triplet: 81, AB and 69. RGB value is (129,171,105). Sum of RGB (Red+Green+Blue) = 129+171+105=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AB69 is #7E5496. Grayscale: #979797. Windows color (decimal): -8279191 or 6925185. OLE color: 6925185.
HSL color Cylindrical-coordinate representation of color #81AB69: hue angle of 98.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81AB69 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 105 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.33 |
| HSL | 98.18º | 0.28% | 0.54% | - |
| HSV(B) | 98.18º | 0.39% | 0.67% | - |
| XYZ | 26.17 | 34.81 | 18.71 | - |
| YUV | 150.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 105 | 0.25 | 0 | 0.39 | 0.33 | 98.18 | 0.28 | 0.54 |
| Hex | 81 | AB | 69 | 19 | 0 | 27 | 21 | 62 | 1C | 36 |
| Octal | 201 | 253 | 151 | 31 | 0 | 47 | 41 | 142 | 34 | 66 |
| Binary | 10000001 | 10101011 | 1101001 | 11001 | 0 | 100111 | 100001 | 1100010 | 11100 | 110110 |
Color Harmonies of #81AB69
Complementary color
Monochromatic Colors of #81AB69
Black with #81AB69
Text Example
Text Example
White with #81AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB69; }
p { color: rgb(129,171,105); }
H1.HeaderClassName
{
color: #81AB69;
}
.AnyTagClassName
{
color: #81AB69;
}
</style>
background-color css
<style>
a { background-color: #81AB69; }
a { background-color: rgb(129,171,105); }
div.DivClassName
{
background-color: #81AB69;
}
.BgClassName
{
background-color: #81AB69;
}
</style>
border-color css
<style>
span { border-color: #81AB69; }
span { border-color: rgb(129,171,105); }
td.TdClassName
{
border-color: #81AB69;
}
.TagClassName
{
border-color: #81AB69;
}
</style>