Shades of Amulet #81A574
Tints of Amulet #81A574
RGB
CMYK
RGB Variations
Color information
#81A574 (or 0x81A574) is known color: Amulet. HEX triplet: 81, A5 and 74. RGB value is (129,165,116). Sum of RGB (Red+Green+Blue) = 129+165+116=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #81A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A574 is #7E5A8B. Grayscale: #949494. Windows color (decimal): -8280716 or 7644545. OLE color: 7644545.
HSL color Cylindrical-coordinate representation of color #81A574: hue angle of 104.08º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A574 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 116 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.35 |
| HSL | 104.08º | 0.21% | 0.55% | - |
| HSV(B) | 104.08º | 0.3% | 0.65% | - |
| XYZ | 25.66 | 32.84 | 21.51 | - |
| YUV | 148.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 116 | 0.22 | 0 | 0.30 | 0.35 | 104.08 | 0.21 | 0.55 |
| Hex | 81 | A5 | 74 | 16 | 0 | 1E | 23 | 68 | 15 | 37 |
| Octal | 201 | 245 | 164 | 26 | 0 | 36 | 43 | 150 | 25 | 67 |
| Binary | 10000001 | 10100101 | 1110100 | 10110 | 0 | 11110 | 100011 | 1101000 | 10101 | 110111 |
Color Harmonies of #81A574
Complementary color
Monochromatic Colors of #81A574
Black with #81A574
Text Example
Text Example
White with #81A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A574; }
p { color: rgb(129,165,116); }
H1.HeaderClassName
{
color: #81A574;
}
.AnyTagClassName
{
color: #81A574;
}
</style>
background-color css
<style>
a { background-color: #81A574; }
a { background-color: rgb(129,165,116); }
div.DivClassName
{
background-color: #81A574;
}
.BgClassName
{
background-color: #81A574;
}
</style>
border-color css
<style>
span { border-color: #81A574; }
span { border-color: rgb(129,165,116); }
td.TdClassName
{
border-color: #81A574;
}
.TagClassName
{
border-color: #81A574;
}
</style>