Shades of Amulet #81A375
Tints of Amulet #81A375
RGB
CMYK
RGB Variations
Color information
#81A375 (or 0x81A375) is known color: Amulet. HEX triplet: 81, A3 and 75. RGB value is (129,163,117). Sum of RGB (Red+Green+Blue) = 129+163+117=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #81A375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A375 is #7E5C8A. Grayscale: #939393. Windows color (decimal): -8281227 or 7709569. OLE color: 7709569.
HSL color Cylindrical-coordinate representation of color #81A375: hue angle of 104.35º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81A375 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 117 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.36 |
| HSL | 104.35º | 0.2% | 0.55% | - |
| HSV(B) | 104.35º | 0.28% | 0.64% | - |
| XYZ | 25.36 | 32.15 | 21.7 | - |
| YUV | 147.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 117 | 0.21 | 0 | 0.28 | 0.36 | 104.35 | 0.2 | 0.55 |
| Hex | 81 | A3 | 75 | 15 | 0 | 1C | 24 | 68 | 14 | 37 |
| Octal | 201 | 243 | 165 | 25 | 0 | 34 | 44 | 150 | 24 | 67 |
| Binary | 10000001 | 10100011 | 1110101 | 10101 | 0 | 11100 | 100100 | 1101000 | 10100 | 110111 |
Color Harmonies of #81A375
Complementary color
Monochromatic Colors of #81A375
Black with #81A375
Text Example
Text Example
White with #81A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A375; }
p { color: rgb(129,163,117); }
H1.HeaderClassName
{
color: #81A375;
}
.AnyTagClassName
{
color: #81A375;
}
</style>
background-color css
<style>
a { background-color: #81A375; }
a { background-color: rgb(129,163,117); }
div.DivClassName
{
background-color: #81A375;
}
.BgClassName
{
background-color: #81A375;
}
</style>
border-color css
<style>
span { border-color: #81A375; }
span { border-color: rgb(129,163,117); }
td.TdClassName
{
border-color: #81A375;
}
.TagClassName
{
border-color: #81A375;
}
</style>