Shades of Amulet #8CAC7A
Tints of Amulet #8CAC7A
RGB
CMYK
RGB Variations
Color information
#8CAC7A (or 0x8CAC7A) is known color: Amulet. HEX triplet: 8C, AC and 7A. RGB value is (140,172,122). Sum of RGB (Red+Green+Blue) = 140+172+122=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC7A is #735385. Grayscale: #9C9C9C. Windows color (decimal): -7558022 or 8039564. OLE color: 8039564.
HSL color Cylindrical-coordinate representation of color #8CAC7A: hue angle of 98.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CAC7A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 122 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.33 |
| HSL | 98.4º | 0.23% | 0.58% | - |
| HSV(B) | 98.4º | 0.29% | 0.67% | - |
| XYZ | 29.08 | 36.49 | 23.92 | - |
| YUV | 156.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 122 | 0.19 | 0 | 0.29 | 0.33 | 98.4 | 0.23 | 0.58 |
| Hex | 8C | AC | 7A | 13 | 0 | 1D | 21 | 62 | 17 | 3A |
| Octal | 214 | 254 | 172 | 23 | 0 | 35 | 41 | 142 | 27 | 72 |
| Binary | 10001100 | 10101100 | 1111010 | 10011 | 0 | 11101 | 100001 | 1100010 | 10111 | 111010 |
Color Harmonies of #8CAC7A
Complementary color
Monochromatic Colors of #8CAC7A
Black with #8CAC7A
Text Example
Text Example
White with #8CAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC7A; }
p { color: rgb(140,172,122); }
H1.HeaderClassName
{
color: #8CAC7A;
}
.AnyTagClassName
{
color: #8CAC7A;
}
</style>
background-color css
<style>
a { background-color: #8CAC7A; }
a { background-color: rgb(140,172,122); }
div.DivClassName
{
background-color: #8CAC7A;
}
.BgClassName
{
background-color: #8CAC7A;
}
</style>
border-color css
<style>
span { border-color: #8CAC7A; }
span { border-color: rgb(140,172,122); }
td.TdClassName
{
border-color: #8CAC7A;
}
.TagClassName
{
border-color: #8CAC7A;
}
</style>