Shades of Amulet #8CAA7D
Tints of Amulet #8CAA7D
RGB
CMYK
RGB Variations
Color information
#8CAA7D (or 0x8CAA7D) is known color: Amulet. HEX triplet: 8C, AA and 7D. RGB value is (140,170,125). Sum of RGB (Red+Green+Blue) = 140+170+125=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA7D is #735582. Grayscale: #9C9C9C. Windows color (decimal): -7558531 or 8235660. OLE color: 8235660.
HSL color Cylindrical-coordinate representation of color #8CAA7D: hue angle of 100º 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 #8CAA7D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 125 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.33 |
| HSL | 100º | 0.21% | 0.58% | - |
| HSV(B) | 100º | 0.26% | 0.67% | - |
| XYZ | 28.89 | 35.81 | 24.79 | - |
| YUV | 155.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 125 | 0.18 | 0 | 0.26 | 0.33 | 100 | 0.21 | 0.58 |
| Hex | 8C | AA | 7D | 12 | 0 | 1A | 21 | 64 | 15 | 3A |
| Octal | 214 | 252 | 175 | 22 | 0 | 32 | 41 | 144 | 25 | 72 |
| Binary | 10001100 | 10101010 | 1111101 | 10010 | 0 | 11010 | 100001 | 1100100 | 10101 | 111010 |
Color Harmonies of #8CAA7D
Complementary color
Monochromatic Colors of #8CAA7D
Black with #8CAA7D
Text Example
Text Example
White with #8CAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA7D; }
p { color: rgb(140,170,125); }
H1.HeaderClassName
{
color: #8CAA7D;
}
.AnyTagClassName
{
color: #8CAA7D;
}
</style>
background-color css
<style>
a { background-color: #8CAA7D; }
a { background-color: rgb(140,170,125); }
div.DivClassName
{
background-color: #8CAA7D;
}
.BgClassName
{
background-color: #8CAA7D;
}
</style>
border-color css
<style>
span { border-color: #8CAA7D; }
span { border-color: rgb(140,170,125); }
td.TdClassName
{
border-color: #8CAA7D;
}
.TagClassName
{
border-color: #8CAA7D;
}
</style>