Shades of Amulet #8CA376
Tints of Amulet #8CA376
RGB
CMYK
RGB Variations
Color information
#8CA376 (or 0x8CA376) is known color: Amulet. HEX triplet: 8C, A3 and 76. RGB value is (140,163,118). Sum of RGB (Red+Green+Blue) = 140+163+118=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA376 is #735C89. Grayscale: #979797. Windows color (decimal): -7560330 or 7775116. OLE color: 7775116.
HSL color Cylindrical-coordinate representation of color #8CA376: hue angle of 90.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA376 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 118 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.36 |
| HSL | 90.67º | 0.2% | 0.55% | - |
| HSV(B) | 90.67º | 0.28% | 0.64% | - |
| XYZ | 27.18 | 33.08 | 22.09 | - |
| YUV | 150.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 118 | 0.14 | 0 | 0.28 | 0.36 | 90.67 | 0.2 | 0.55 |
| Hex | 8C | A3 | 76 | E | 0 | 1C | 24 | 5B | 14 | 37 |
| Octal | 214 | 243 | 166 | 16 | 0 | 34 | 44 | 133 | 24 | 67 |
| Binary | 10001100 | 10100011 | 1110110 | 1110 | 0 | 11100 | 100100 | 1011011 | 10100 | 110111 |
Color Harmonies of #8CA376
Complementary color
Monochromatic Colors of #8CA376
Black with #8CA376
Text Example
Text Example
White with #8CA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA376; }
p { color: rgb(140,163,118); }
H1.HeaderClassName
{
color: #8CA376;
}
.AnyTagClassName
{
color: #8CA376;
}
</style>
background-color css
<style>
a { background-color: #8CA376; }
a { background-color: rgb(140,163,118); }
div.DivClassName
{
background-color: #8CA376;
}
.BgClassName
{
background-color: #8CA376;
}
</style>
border-color css
<style>
span { border-color: #8CA376; }
span { border-color: rgb(140,163,118); }
td.TdClassName
{
border-color: #8CA376;
}
.TagClassName
{
border-color: #8CA376;
}
</style>