Shades of Amulet #8CA276
Tints of Amulet #8CA276
RGB
CMYK
RGB Variations
Color information
#8CA276 (or 0x8CA276) is known color: Amulet. HEX triplet: 8C, A2 and 76. RGB value is (140,162,118). Sum of RGB (Red+Green+Blue) = 140+162+118=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA276 is #735D89. Grayscale: #969696. Windows color (decimal): -7560586 or 7774860. OLE color: 7774860.
HSL color Cylindrical-coordinate representation of color #8CA276: hue angle of 90º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA276 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 118 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.36 |
| HSL | 90º | 0.19% | 0.55% | - |
| HSV(B) | 90º | 0.27% | 0.64% | - |
| XYZ | 27.01 | 32.72 | 22.03 | - |
| YUV | 150.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 118 | 0.14 | 0 | 0.27 | 0.36 | 90 | 0.19 | 0.55 |
| Hex | 8C | A2 | 76 | E | 0 | 1B | 24 | 5A | 13 | 37 |
| Octal | 214 | 242 | 166 | 16 | 0 | 33 | 44 | 132 | 23 | 67 |
| Binary | 10001100 | 10100010 | 1110110 | 1110 | 0 | 11011 | 100100 | 1011010 | 10011 | 110111 |
Color Harmonies of #8CA276
Complementary color
Monochromatic Colors of #8CA276
Black with #8CA276
Text Example
Text Example
White with #8CA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA276; }
p { color: rgb(140,162,118); }
H1.HeaderClassName
{
color: #8CA276;
}
.AnyTagClassName
{
color: #8CA276;
}
</style>
background-color css
<style>
a { background-color: #8CA276; }
a { background-color: rgb(140,162,118); }
div.DivClassName
{
background-color: #8CA276;
}
.BgClassName
{
background-color: #8CA276;
}
</style>
border-color css
<style>
span { border-color: #8CA276; }
span { border-color: rgb(140,162,118); }
td.TdClassName
{
border-color: #8CA276;
}
.TagClassName
{
border-color: #8CA276;
}
</style>