Shades of Amulet #8DAA7C
Tints of Amulet #8DAA7C
RGB
CMYK
RGB Variations
Color information
#8DAA7C (or 0x8DAA7C) is known color: Amulet. HEX triplet: 8D, AA and 7C. RGB value is (141,170,124). Sum of RGB (Red+Green+Blue) = 141+170+124=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA7C is #725583. Grayscale: #9C9C9C. Windows color (decimal): -7492996 or 8170125. OLE color: 8170125.
HSL color Cylindrical-coordinate representation of color #8DAA7C: hue angle of 97.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DAA7C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 124 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.33 |
| HSL | 97.83º | 0.21% | 0.58% | - |
| HSV(B) | 97.83º | 0.27% | 0.67% | - |
| XYZ | 29 | 35.87 | 24.46 | - |
| YUV | 156.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 124 | 0.17 | 0 | 0.27 | 0.33 | 97.83 | 0.21 | 0.58 |
| Hex | 8D | AA | 7C | 11 | 0 | 1B | 21 | 62 | 15 | 3A |
| Octal | 215 | 252 | 174 | 21 | 0 | 33 | 41 | 142 | 25 | 72 |
| Binary | 10001101 | 10101010 | 1111100 | 10001 | 0 | 11011 | 100001 | 1100010 | 10101 | 111010 |
Color Harmonies of #8DAA7C
Complementary color
Monochromatic Colors of #8DAA7C
Black with #8DAA7C
Text Example
Text Example
White with #8DAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA7C; }
p { color: rgb(141,170,124); }
H1.HeaderClassName
{
color: #8DAA7C;
}
.AnyTagClassName
{
color: #8DAA7C;
}
</style>
background-color css
<style>
a { background-color: #8DAA7C; }
a { background-color: rgb(141,170,124); }
div.DivClassName
{
background-color: #8DAA7C;
}
.BgClassName
{
background-color: #8DAA7C;
}
</style>
border-color css
<style>
span { border-color: #8DAA7C; }
span { border-color: rgb(141,170,124); }
td.TdClassName
{
border-color: #8DAA7C;
}
.TagClassName
{
border-color: #8DAA7C;
}
</style>