Shades of Amulet #81AC6B
Tints of Amulet #81AC6B
RGB
CMYK
RGB Variations
Color information
#81AC6B (or 0x81AC6B) is known color: Amulet. HEX triplet: 81, AC and 6B. RGB value is (129,172,107). Sum of RGB (Red+Green+Blue) = 129+172+107=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AC6B is #7E5394. Grayscale: #979797. Windows color (decimal): -8278933 or 7056513. OLE color: 7056513.
HSL color Cylindrical-coordinate representation of color #81AC6B: hue angle of 99.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81AC6B is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 107 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.33 |
| HSL | 99.69º | 0.28% | 0.55% | - |
| HSV(B) | 99.69º | 0.38% | 0.67% | - |
| XYZ | 26.46 | 35.23 | 19.32 | - |
| YUV | 151.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 107 | 0.25 | 0 | 0.38 | 0.33 | 99.69 | 0.28 | 0.55 |
| Hex | 81 | AC | 6B | 19 | 0 | 26 | 21 | 64 | 1C | 37 |
| Octal | 201 | 254 | 153 | 31 | 0 | 46 | 41 | 144 | 34 | 67 |
| Binary | 10000001 | 10101100 | 1101011 | 11001 | 0 | 100110 | 100001 | 1100100 | 11100 | 110111 |
Color Harmonies of #81AC6B
Complementary color
Monochromatic Colors of #81AC6B
Black with #81AC6B
Text Example
Text Example
White with #81AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC6B; }
p { color: rgb(129,172,107); }
H1.HeaderClassName
{
color: #81AC6B;
}
.AnyTagClassName
{
color: #81AC6B;
}
</style>
background-color css
<style>
a { background-color: #81AC6B; }
a { background-color: rgb(129,172,107); }
div.DivClassName
{
background-color: #81AC6B;
}
.BgClassName
{
background-color: #81AC6B;
}
</style>
border-color css
<style>
span { border-color: #81AC6B; }
span { border-color: rgb(129,172,107); }
td.TdClassName
{
border-color: #81AC6B;
}
.TagClassName
{
border-color: #81AC6B;
}
</style>