Shades of Amulet #81A478
Tints of Amulet #81A478
RGB
CMYK
RGB Variations
Color information
#81A478 (or 0x81A478) is known color: Amulet. HEX triplet: 81, A4 and 78. RGB value is (129,164,120). Sum of RGB (Red+Green+Blue) = 129+164+120=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #81A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A478 is #7E5B87. Grayscale: #949494. Windows color (decimal): -8280968 or 7906433. OLE color: 7906433.
HSL color Cylindrical-coordinate representation of color #81A478: hue angle of 107.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81A478 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 120 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.36 |
| HSL | 107.73º | 0.19% | 0.56% | - |
| HSV(B) | 107.73º | 0.27% | 0.64% | - |
| XYZ | 25.72 | 32.57 | 22.7 | - |
| YUV | 148.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 120 | 0.21 | 0 | 0.27 | 0.36 | 107.73 | 0.19 | 0.56 |
| Hex | 81 | A4 | 78 | 15 | 0 | 1B | 24 | 6C | 13 | 38 |
| Octal | 201 | 244 | 170 | 25 | 0 | 33 | 44 | 154 | 23 | 70 |
| Binary | 10000001 | 10100100 | 1111000 | 10101 | 0 | 11011 | 100100 | 1101100 | 10011 | 111000 |
Color Harmonies of #81A478
Complementary color
Monochromatic Colors of #81A478
Black with #81A478
Text Example
Text Example
White with #81A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A478; }
p { color: rgb(129,164,120); }
H1.HeaderClassName
{
color: #81A478;
}
.AnyTagClassName
{
color: #81A478;
}
</style>
background-color css
<style>
a { background-color: #81A478; }
a { background-color: rgb(129,164,120); }
div.DivClassName
{
background-color: #81A478;
}
.BgClassName
{
background-color: #81A478;
}
</style>
border-color css
<style>
span { border-color: #81A478; }
span { border-color: rgb(129,164,120); }
td.TdClassName
{
border-color: #81A478;
}
.TagClassName
{
border-color: #81A478;
}
</style>