Shades of Amulet #8DA179
Tints of Amulet #8DA179
RGB
CMYK
RGB Variations
Color information
#8DA179 (or 0x8DA179) is known color: Amulet. HEX triplet: 8D, A1 and 79. RGB value is (141,161,121). Sum of RGB (Red+Green+Blue) = 141+161+121=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA179 is #725E86. Grayscale: #969696. Windows color (decimal): -7495303 or 7971213. OLE color: 7971213.
HSL color Cylindrical-coordinate representation of color #8DA179: hue angle of 90º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA179 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 121 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.37 |
| HSL | 90º | 0.18% | 0.55% | - |
| HSV(B) | 90º | 0.25% | 0.63% | - |
| XYZ | 27.18 | 32.53 | 22.94 | - |
| YUV | 150.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 121 | 0.12 | 0 | 0.25 | 0.37 | 90 | 0.18 | 0.55 |
| Hex | 8D | A1 | 79 | C | 0 | 19 | 25 | 5A | 12 | 37 |
| Octal | 215 | 241 | 171 | 14 | 0 | 31 | 45 | 132 | 22 | 67 |
| Binary | 10001101 | 10100001 | 1111001 | 1100 | 0 | 11001 | 100101 | 1011010 | 10010 | 110111 |
Color Harmonies of #8DA179
Complementary color
Monochromatic Colors of #8DA179
Black with #8DA179
Text Example
Text Example
White with #8DA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA179; }
p { color: rgb(141,161,121); }
H1.HeaderClassName
{
color: #8DA179;
}
.AnyTagClassName
{
color: #8DA179;
}
</style>
background-color css
<style>
a { background-color: #8DA179; }
a { background-color: rgb(141,161,121); }
div.DivClassName
{
background-color: #8DA179;
}
.BgClassName
{
background-color: #8DA179;
}
</style>
border-color css
<style>
span { border-color: #8DA179; }
span { border-color: rgb(141,161,121); }
td.TdClassName
{
border-color: #8DA179;
}
.TagClassName
{
border-color: #8DA179;
}
</style>