Shades of Amulet #8CAA7E
Tints of Amulet #8CAA7E
RGB
CMYK
RGB Variations
Color information
#8CAA7E (or 0x8CAA7E) is known color: Amulet. HEX triplet: 8C, AA and 7E. RGB value is (140,170,126). Sum of RGB (Red+Green+Blue) = 140+170+126=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA7E is #735581. Grayscale: #9C9C9C. Windows color (decimal): -7558530 or 8301196. OLE color: 8301196.
HSL color Cylindrical-coordinate representation of color #8CAA7E: hue angle of 100.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAA7E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 126 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.33 |
| HSL | 100.91º | 0.21% | 0.58% | - |
| HSV(B) | 100.91º | 0.26% | 0.67% | - |
| XYZ | 28.96 | 35.83 | 25.13 | - |
| YUV | 156.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 126 | 0.18 | 0 | 0.26 | 0.33 | 100.91 | 0.21 | 0.58 |
| Hex | 8C | AA | 7E | 12 | 0 | 1A | 21 | 65 | 15 | 3A |
| Octal | 214 | 252 | 176 | 22 | 0 | 32 | 41 | 145 | 25 | 72 |
| Binary | 10001100 | 10101010 | 1111110 | 10010 | 0 | 11010 | 100001 | 1100101 | 10101 | 111010 |
Color Harmonies of #8CAA7E
Complementary color
Monochromatic Colors of #8CAA7E
Black with #8CAA7E
Text Example
Text Example
White with #8CAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA7E; }
p { color: rgb(140,170,126); }
H1.HeaderClassName
{
color: #8CAA7E;
}
.AnyTagClassName
{
color: #8CAA7E;
}
</style>
background-color css
<style>
a { background-color: #8CAA7E; }
a { background-color: rgb(140,170,126); }
div.DivClassName
{
background-color: #8CAA7E;
}
.BgClassName
{
background-color: #8CAA7E;
}
</style>
border-color css
<style>
span { border-color: #8CAA7E; }
span { border-color: rgb(140,170,126); }
td.TdClassName
{
border-color: #8CAA7E;
}
.TagClassName
{
border-color: #8CAA7E;
}
</style>