Shades of Amulet #8CAA7C
Tints of Amulet #8CAA7C
RGB
CMYK
RGB Variations
Color information
#8CAA7C (or 0x8CAA7C) is known color: Amulet. HEX triplet: 8C, AA and 7C. RGB value is (140,170,124). Sum of RGB (Red+Green+Blue) = 140+170+124=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA7C is #735583. Grayscale: #9B9B9B. Windows color (decimal): -7558532 or 8170124. OLE color: 8170124.
HSL color Cylindrical-coordinate representation of color #8CAA7C: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CAA7C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 124 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.33 |
| HSL | 99.13º | 0.21% | 0.58% | - |
| HSV(B) | 99.13º | 0.27% | 0.67% | - |
| XYZ | 28.83 | 35.78 | 24.46 | - |
| YUV | 155.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 124 | 0.18 | 0 | 0.27 | 0.33 | 99.13 | 0.21 | 0.58 |
| Hex | 8C | AA | 7C | 12 | 0 | 1B | 21 | 63 | 15 | 3A |
| Octal | 214 | 252 | 174 | 22 | 0 | 33 | 41 | 143 | 25 | 72 |
| Binary | 10001100 | 10101010 | 1111100 | 10010 | 0 | 11011 | 100001 | 1100011 | 10101 | 111010 |
Color Harmonies of #8CAA7C
Complementary color
Monochromatic Colors of #8CAA7C
Black with #8CAA7C
Text Example
Text Example
White with #8CAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA7C; }
p { color: rgb(140,170,124); }
H1.HeaderClassName
{
color: #8CAA7C;
}
.AnyTagClassName
{
color: #8CAA7C;
}
</style>
background-color css
<style>
a { background-color: #8CAA7C; }
a { background-color: rgb(140,170,124); }
div.DivClassName
{
background-color: #8CAA7C;
}
.BgClassName
{
background-color: #8CAA7C;
}
</style>
border-color css
<style>
span { border-color: #8CAA7C; }
span { border-color: rgb(140,170,124); }
td.TdClassName
{
border-color: #8CAA7C;
}
.TagClassName
{
border-color: #8CAA7C;
}
</style>