Shades of Amulet #81AD7B
Tints of Amulet #81AD7B
RGB
CMYK
RGB Variations
Color information
#81AD7B (or 0x81AD7B) is known color: Amulet. HEX triplet: 81, AD and 7B. RGB value is (129,173,123). Sum of RGB (Red+Green+Blue) = 129+173+123=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD7B is #7E5284. Grayscale: #9A9A9A. Windows color (decimal): -8278661 or 8105345. OLE color: 8105345.
HSL color Cylindrical-coordinate representation of color #81AD7B: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81AD7B is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 123 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.32 |
| HSL | 112.8º | 0.23% | 0.58% | - |
| HSV(B) | 112.8º | 0.29% | 0.68% | - |
| XYZ | 27.57 | 35.98 | 24.23 | - |
| YUV | 154.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 123 | 0.25 | 0 | 0.29 | 0.32 | 112.8 | 0.23 | 0.58 |
| Hex | 81 | AD | 7B | 19 | 0 | 1D | 20 | 71 | 17 | 3A |
| Octal | 201 | 255 | 173 | 31 | 0 | 35 | 40 | 161 | 27 | 72 |
| Binary | 10000001 | 10101101 | 1111011 | 11001 | 0 | 11101 | 100000 | 1110001 | 10111 | 111010 |
Color Harmonies of #81AD7B
Complementary color
Monochromatic Colors of #81AD7B
Black with #81AD7B
Text Example
Text Example
White with #81AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD7B; }
p { color: rgb(129,173,123); }
H1.HeaderClassName
{
color: #81AD7B;
}
.AnyTagClassName
{
color: #81AD7B;
}
</style>
background-color css
<style>
a { background-color: #81AD7B; }
a { background-color: rgb(129,173,123); }
div.DivClassName
{
background-color: #81AD7B;
}
.BgClassName
{
background-color: #81AD7B;
}
</style>
border-color css
<style>
span { border-color: #81AD7B; }
span { border-color: rgb(129,173,123); }
td.TdClassName
{
border-color: #81AD7B;
}
.TagClassName
{
border-color: #81AD7B;
}
</style>