Shades of Amulet #8CA47A
Tints of Amulet #8CA47A
RGB
CMYK
RGB Variations
Color information
#8CA47A (or 0x8CA47A) is known color: Amulet. HEX triplet: 8C, A4 and 7A. RGB value is (140,164,122). Sum of RGB (Red+Green+Blue) = 140+164+122=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA47A is #735B85. Grayscale: #989898. Windows color (decimal): -7560070 or 8037516. OLE color: 8037516.
HSL color Cylindrical-coordinate representation of color #8CA47A: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA47A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 122 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.36 |
| HSL | 94.29º | 0.19% | 0.56% | - |
| HSV(B) | 94.29º | 0.26% | 0.64% | - |
| XYZ | 27.6 | 33.53 | 23.43 | - |
| YUV | 152.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 122 | 0.15 | 0 | 0.26 | 0.36 | 94.29 | 0.19 | 0.56 |
| Hex | 8C | A4 | 7A | F | 0 | 1A | 24 | 5E | 13 | 38 |
| Octal | 214 | 244 | 172 | 17 | 0 | 32 | 44 | 136 | 23 | 70 |
| Binary | 10001100 | 10100100 | 1111010 | 1111 | 0 | 11010 | 100100 | 1011110 | 10011 | 111000 |
Color Harmonies of #8CA47A
Complementary color
Monochromatic Colors of #8CA47A
Black with #8CA47A
Text Example
Text Example
White with #8CA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA47A; }
p { color: rgb(140,164,122); }
H1.HeaderClassName
{
color: #8CA47A;
}
.AnyTagClassName
{
color: #8CA47A;
}
</style>
background-color css
<style>
a { background-color: #8CA47A; }
a { background-color: rgb(140,164,122); }
div.DivClassName
{
background-color: #8CA47A;
}
.BgClassName
{
background-color: #8CA47A;
}
</style>
border-color css
<style>
span { border-color: #8CA47A; }
span { border-color: rgb(140,164,122); }
td.TdClassName
{
border-color: #8CA47A;
}
.TagClassName
{
border-color: #8CA47A;
}
</style>