Shades of Amulet #8CA680
Tints of Amulet #8CA680
RGB
CMYK
RGB Variations
Color information
#8CA680 (or 0x8CA680) is known color: Amulet. HEX triplet: 8C, A6 and 80. RGB value is (140,166,128). Sum of RGB (Red+Green+Blue) = 140+166+128=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA680 is #73597F. Grayscale: #9A9A9A. Windows color (decimal): -7559552 or 8431244. OLE color: 8431244.
HSL color Cylindrical-coordinate representation of color #8CA680: hue angle of 101.05º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA680 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 128 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.35 |
| HSL | 101.05º | 0.18% | 0.58% | - |
| HSV(B) | 101.05º | 0.23% | 0.65% | - |
| XYZ | 28.35 | 34.41 | 25.57 | - |
| YUV | 153.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 128 | 0.16 | 0 | 0.23 | 0.35 | 101.05 | 0.18 | 0.58 |
| Hex | 8C | A6 | 80 | 10 | 0 | 17 | 23 | 65 | 12 | 3A |
| Octal | 214 | 246 | 200 | 20 | 0 | 27 | 43 | 145 | 22 | 72 |
| Binary | 10001100 | 10100110 | 10000000 | 10000 | 0 | 10111 | 100011 | 1100101 | 10010 | 111010 |
Color Harmonies of #8CA680
Complementary color
Monochromatic Colors of #8CA680
Black with #8CA680
Text Example
Text Example
White with #8CA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA680; }
p { color: rgb(140,166,128); }
H1.HeaderClassName
{
color: #8CA680;
}
.AnyTagClassName
{
color: #8CA680;
}
</style>
background-color css
<style>
a { background-color: #8CA680; }
a { background-color: rgb(140,166,128); }
div.DivClassName
{
background-color: #8CA680;
}
.BgClassName
{
background-color: #8CA680;
}
</style>
border-color css
<style>
span { border-color: #8CA680; }
span { border-color: rgb(140,166,128); }
td.TdClassName
{
border-color: #8CA680;
}
.TagClassName
{
border-color: #8CA680;
}
</style>