Shades of Amulet #8CAA7A
Tints of Amulet #8CAA7A
RGB
CMYK
RGB Variations
Color information
#8CAA7A (or 0x8CAA7A) is known color: Amulet. HEX triplet: 8C, AA and 7A. RGB value is (140,170,122). Sum of RGB (Red+Green+Blue) = 140+170+122=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA7A is #735585. Grayscale: #9B9B9B. Windows color (decimal): -7558534 or 8039052. OLE color: 8039052.
HSL color Cylindrical-coordinate representation of color #8CAA7A: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CAA7A is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 122 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.33 |
| HSL | 97.5º | 0.22% | 0.57% | - |
| HSV(B) | 97.5º | 0.28% | 0.67% | - |
| XYZ | 28.7 | 35.73 | 23.8 | - |
| YUV | 155.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 122 | 0.18 | 0 | 0.28 | 0.33 | 97.5 | 0.22 | 0.57 |
| Hex | 8C | AA | 7A | 12 | 0 | 1C | 21 | 62 | 16 | 39 |
| Octal | 214 | 252 | 172 | 22 | 0 | 34 | 41 | 142 | 26 | 71 |
| Binary | 10001100 | 10101010 | 1111010 | 10010 | 0 | 11100 | 100001 | 1100010 | 10110 | 111001 |
Color Harmonies of #8CAA7A
Complementary color
Monochromatic Colors of #8CAA7A
Black with #8CAA7A
Text Example
Text Example
White with #8CAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA7A; }
p { color: rgb(140,170,122); }
H1.HeaderClassName
{
color: #8CAA7A;
}
.AnyTagClassName
{
color: #8CAA7A;
}
</style>
background-color css
<style>
a { background-color: #8CAA7A; }
a { background-color: rgb(140,170,122); }
div.DivClassName
{
background-color: #8CAA7A;
}
.BgClassName
{
background-color: #8CAA7A;
}
</style>
border-color css
<style>
span { border-color: #8CAA7A; }
span { border-color: rgb(140,170,122); }
td.TdClassName
{
border-color: #8CAA7A;
}
.TagClassName
{
border-color: #8CAA7A;
}
</style>