Shades of Amulet #8CA07C
Tints of Amulet #8CA07C
RGB
CMYK
RGB Variations
Color information
#8CA07C (or 0x8CA07C) is known color: Amulet. HEX triplet: 8C, A0 and 7C. RGB value is (140,160,124). Sum of RGB (Red+Green+Blue) = 140+160+124=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA07C is #735F83. Grayscale: #969696. Windows color (decimal): -7561092 or 8167564. OLE color: 8167564.
HSL color Cylindrical-coordinate representation of color #8CA07C: hue angle of 93.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA07C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 124 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.37 |
| HSL | 93.33º | 0.16% | 0.56% | - |
| HSV(B) | 93.33º | 0.23% | 0.63% | - |
| XYZ | 27.02 | 32.17 | 23.85 | - |
| YUV | 149.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 124 | 0.12 | 0 | 0.22 | 0.37 | 93.33 | 0.16 | 0.56 |
| Hex | 8C | A0 | 7C | C | 0 | 16 | 25 | 5D | 10 | 38 |
| Octal | 214 | 240 | 174 | 14 | 0 | 26 | 45 | 135 | 20 | 70 |
| Binary | 10001100 | 10100000 | 1111100 | 1100 | 0 | 10110 | 100101 | 1011101 | 10000 | 111000 |
Color Harmonies of #8CA07C
Complementary color
Monochromatic Colors of #8CA07C
Black with #8CA07C
Text Example
Text Example
White with #8CA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA07C; }
p { color: rgb(140,160,124); }
H1.HeaderClassName
{
color: #8CA07C;
}
.AnyTagClassName
{
color: #8CA07C;
}
</style>
background-color css
<style>
a { background-color: #8CA07C; }
a { background-color: rgb(140,160,124); }
div.DivClassName
{
background-color: #8CA07C;
}
.BgClassName
{
background-color: #8CA07C;
}
</style>
border-color css
<style>
span { border-color: #8CA07C; }
span { border-color: rgb(140,160,124); }
td.TdClassName
{
border-color: #8CA07C;
}
.TagClassName
{
border-color: #8CA07C;
}
</style>