Shades of Amulet #81AD6C
Tints of Amulet #81AD6C
RGB
CMYK
RGB Variations
Color information
#81AD6C (or 0x81AD6C) is known color: Amulet. HEX triplet: 81, AD and 6C. RGB value is (129,173,108). Sum of RGB (Red+Green+Blue) = 129+173+108=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD6C is #7E5293. Grayscale: #989898. Windows color (decimal): -8278676 or 7122305. OLE color: 7122305.
HSL color Cylindrical-coordinate representation of color #81AD6C: hue angle of 100.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81AD6C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 108 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.32 |
| HSL | 100.62º | 0.28% | 0.55% | - |
| HSV(B) | 100.62º | 0.38% | 0.68% | - |
| XYZ | 26.7 | 35.64 | 19.66 | - |
| YUV | 152.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 108 | 0.25 | 0 | 0.38 | 0.32 | 100.62 | 0.28 | 0.55 |
| Hex | 81 | AD | 6C | 19 | 0 | 26 | 20 | 65 | 1C | 37 |
| Octal | 201 | 255 | 154 | 31 | 0 | 46 | 40 | 145 | 34 | 67 |
| Binary | 10000001 | 10101101 | 1101100 | 11001 | 0 | 100110 | 100000 | 1100101 | 11100 | 110111 |
Color Harmonies of #81AD6C
Complementary color
Monochromatic Colors of #81AD6C
Black with #81AD6C
Text Example
Text Example
White with #81AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD6C; }
p { color: rgb(129,173,108); }
H1.HeaderClassName
{
color: #81AD6C;
}
.AnyTagClassName
{
color: #81AD6C;
}
</style>
background-color css
<style>
a { background-color: #81AD6C; }
a { background-color: rgb(129,173,108); }
div.DivClassName
{
background-color: #81AD6C;
}
.BgClassName
{
background-color: #81AD6C;
}
</style>
border-color css
<style>
span { border-color: #81AD6C; }
span { border-color: rgb(129,173,108); }
td.TdClassName
{
border-color: #81AD6C;
}
.TagClassName
{
border-color: #81AD6C;
}
</style>