Shades of Amulet #8DAC7B
Tints of Amulet #8DAC7B
RGB
CMYK
RGB Variations
Color information
#8DAC7B (or 0x8DAC7B) is known color: Amulet. HEX triplet: 8D, AC and 7B. RGB value is (141,172,123). Sum of RGB (Red+Green+Blue) = 141+172+123=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC7B is #725384. Grayscale: #9D9D9D. Windows color (decimal): -7492485 or 8105101. OLE color: 8105101.
HSL color Cylindrical-coordinate representation of color #8DAC7B: hue angle of 97.96º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DAC7B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 123 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.33 |
| HSL | 97.96º | 0.23% | 0.58% | - |
| HSV(B) | 97.96º | 0.28% | 0.67% | - |
| XYZ | 29.31 | 36.6 | 24.26 | - |
| YUV | 157.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 123 | 0.18 | 0 | 0.28 | 0.33 | 97.96 | 0.23 | 0.58 |
| Hex | 8D | AC | 7B | 12 | 0 | 1C | 21 | 62 | 17 | 3A |
| Octal | 215 | 254 | 173 | 22 | 0 | 34 | 41 | 142 | 27 | 72 |
| Binary | 10001101 | 10101100 | 1111011 | 10010 | 0 | 11100 | 100001 | 1100010 | 10111 | 111010 |
Color Harmonies of #8DAC7B
Complementary color
Monochromatic Colors of #8DAC7B
Black with #8DAC7B
Text Example
Text Example
White with #8DAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC7B; }
p { color: rgb(141,172,123); }
H1.HeaderClassName
{
color: #8DAC7B;
}
.AnyTagClassName
{
color: #8DAC7B;
}
</style>
background-color css
<style>
a { background-color: #8DAC7B; }
a { background-color: rgb(141,172,123); }
div.DivClassName
{
background-color: #8DAC7B;
}
.BgClassName
{
background-color: #8DAC7B;
}
</style>
border-color css
<style>
span { border-color: #8DAC7B; }
span { border-color: rgb(141,172,123); }
td.TdClassName
{
border-color: #8DAC7B;
}
.TagClassName
{
border-color: #8DAC7B;
}
</style>