Shades of Amulet #8CAC7F
Tints of Amulet #8CAC7F
RGB
CMYK
RGB Variations
Color information
#8CAC7F (or 0x8CAC7F) is known color: Amulet. HEX triplet: 8C, AC and 7F. RGB value is (140,172,127). Sum of RGB (Red+Green+Blue) = 140+172+127=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC7F is #735380. Grayscale: #9D9D9D. Windows color (decimal): -7558017 or 8367244. OLE color: 8367244.
HSL color Cylindrical-coordinate representation of color #8CAC7F: hue angle of 102.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAC7F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 127 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.33 |
| HSL | 102.67º | 0.21% | 0.59% | - |
| HSV(B) | 102.67º | 0.26% | 0.67% | - |
| XYZ | 29.4 | 36.61 | 25.6 | - |
| YUV | 157.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 127 | 0.19 | 0 | 0.26 | 0.33 | 102.67 | 0.21 | 0.59 |
| Hex | 8C | AC | 7F | 13 | 0 | 1A | 21 | 67 | 15 | 3B |
| Octal | 214 | 254 | 177 | 23 | 0 | 32 | 41 | 147 | 25 | 73 |
| Binary | 10001100 | 10101100 | 1111111 | 10011 | 0 | 11010 | 100001 | 1100111 | 10101 | 111011 |
Color Harmonies of #8CAC7F
Complementary color
Monochromatic Colors of #8CAC7F
Black with #8CAC7F
Text Example
Text Example
White with #8CAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC7F; }
p { color: rgb(140,172,127); }
H1.HeaderClassName
{
color: #8CAC7F;
}
.AnyTagClassName
{
color: #8CAC7F;
}
</style>
background-color css
<style>
a { background-color: #8CAC7F; }
a { background-color: rgb(140,172,127); }
div.DivClassName
{
background-color: #8CAC7F;
}
.BgClassName
{
background-color: #8CAC7F;
}
</style>
border-color css
<style>
span { border-color: #8CAC7F; }
span { border-color: rgb(140,172,127); }
td.TdClassName
{
border-color: #8CAC7F;
}
.TagClassName
{
border-color: #8CAC7F;
}
</style>