Shades of Amulet #8CAC7C
Tints of Amulet #8CAC7C
RGB
CMYK
RGB Variations
Color information
#8CAC7C (or 0x8CAC7C) is known color: Amulet. HEX triplet: 8C, AC and 7C. RGB value is (140,172,124). Sum of RGB (Red+Green+Blue) = 140+172+124=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC7C is #735383. Grayscale: #9D9D9D. Windows color (decimal): -7558020 or 8170636. OLE color: 8170636.
HSL color Cylindrical-coordinate representation of color #8CAC7C: hue angle of 100º degrees, saturation: 0.22, 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 #8CAC7C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 124 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.33 |
| HSL | 100º | 0.22% | 0.58% | - |
| HSV(B) | 100º | 0.28% | 0.67% | - |
| XYZ | 29.21 | 36.54 | 24.58 | - |
| YUV | 156.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 124 | 0.19 | 0 | 0.28 | 0.33 | 100 | 0.22 | 0.58 |
| Hex | 8C | AC | 7C | 13 | 0 | 1C | 21 | 64 | 16 | 3A |
| Octal | 214 | 254 | 174 | 23 | 0 | 34 | 41 | 144 | 26 | 72 |
| Binary | 10001100 | 10101100 | 1111100 | 10011 | 0 | 11100 | 100001 | 1100100 | 10110 | 111010 |
Color Harmonies of #8CAC7C
Complementary color
Monochromatic Colors of #8CAC7C
Black with #8CAC7C
Text Example
Text Example
White with #8CAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC7C; }
p { color: rgb(140,172,124); }
H1.HeaderClassName
{
color: #8CAC7C;
}
.AnyTagClassName
{
color: #8CAC7C;
}
</style>
background-color css
<style>
a { background-color: #8CAC7C; }
a { background-color: rgb(140,172,124); }
div.DivClassName
{
background-color: #8CAC7C;
}
.BgClassName
{
background-color: #8CAC7C;
}
</style>
border-color css
<style>
span { border-color: #8CAC7C; }
span { border-color: rgb(140,172,124); }
td.TdClassName
{
border-color: #8CAC7C;
}
.TagClassName
{
border-color: #8CAC7C;
}
</style>