Shades of Amulet #8DAA7D
Tints of Amulet #8DAA7D
RGB
CMYK
RGB Variations
Color information
#8DAA7D (or 0x8DAA7D) is known color: Amulet. HEX triplet: 8D, AA and 7D. RGB value is (141,170,125). Sum of RGB (Red+Green+Blue) = 141+170+125=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA7D is #725582. Grayscale: #9C9C9C. Windows color (decimal): -7492995 or 8235661. OLE color: 8235661.
HSL color Cylindrical-coordinate representation of color #8DAA7D: hue angle of 98.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAA7D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 125 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.33 |
| HSL | 98.67º | 0.21% | 0.58% | - |
| HSV(B) | 98.67º | 0.26% | 0.67% | - |
| XYZ | 29.06 | 35.89 | 24.8 | - |
| YUV | 156.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 125 | 0.17 | 0 | 0.26 | 0.33 | 98.67 | 0.21 | 0.58 |
| Hex | 8D | AA | 7D | 11 | 0 | 1A | 21 | 63 | 15 | 3A |
| Octal | 215 | 252 | 175 | 21 | 0 | 32 | 41 | 143 | 25 | 72 |
| Binary | 10001101 | 10101010 | 1111101 | 10001 | 0 | 11010 | 100001 | 1100011 | 10101 | 111010 |
Color Harmonies of #8DAA7D
Complementary color
Monochromatic Colors of #8DAA7D
Black with #8DAA7D
Text Example
Text Example
White with #8DAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA7D; }
p { color: rgb(141,170,125); }
H1.HeaderClassName
{
color: #8DAA7D;
}
.AnyTagClassName
{
color: #8DAA7D;
}
</style>
background-color css
<style>
a { background-color: #8DAA7D; }
a { background-color: rgb(141,170,125); }
div.DivClassName
{
background-color: #8DAA7D;
}
.BgClassName
{
background-color: #8DAA7D;
}
</style>
border-color css
<style>
span { border-color: #8DAA7D; }
span { border-color: rgb(141,170,125); }
td.TdClassName
{
border-color: #8DAA7D;
}
.TagClassName
{
border-color: #8DAA7D;
}
</style>