Shades of Amulet #8C9F80
Tints of Amulet #8C9F80
RGB
CMYK
RGB Variations
Color information
#8C9F80 (or 0x8C9F80) is known color: Amulet. HEX triplet: 8C, 9F and 80. RGB value is (140,159,128). Sum of RGB (Red+Green+Blue) = 140+159+128=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F80 is #73607F. Grayscale: #959595. Windows color (decimal): -7561344 or 8429452. OLE color: 8429452.
HSL color Cylindrical-coordinate representation of color #8C9F80: hue angle of 96.77º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C9F80 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 128 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.38 |
| HSL | 96.77º | 0.14% | 0.56% | - |
| HSV(B) | 96.77º | 0.19% | 0.62% | - |
| XYZ | 27.11 | 31.93 | 25.16 | - |
| YUV | 149.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 128 | 0.12 | 0 | 0.19 | 0.38 | 96.77 | 0.14 | 0.56 |
| Hex | 8C | 9F | 80 | C | 0 | 13 | 26 | 61 | E | 38 |
| Octal | 214 | 237 | 200 | 14 | 0 | 23 | 46 | 141 | 16 | 70 |
| Binary | 10001100 | 10011111 | 10000000 | 1100 | 0 | 10011 | 100110 | 1100001 | 1110 | 111000 |
Color Harmonies of #8C9F80
Complementary color
Monochromatic Colors of #8C9F80
Black with #8C9F80
Text Example
Text Example
White with #8C9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F80; }
p { color: rgb(140,159,128); }
H1.HeaderClassName
{
color: #8C9F80;
}
.AnyTagClassName
{
color: #8C9F80;
}
</style>
background-color css
<style>
a { background-color: #8C9F80; }
a { background-color: rgb(140,159,128); }
div.DivClassName
{
background-color: #8C9F80;
}
.BgClassName
{
background-color: #8C9F80;
}
</style>
border-color css
<style>
span { border-color: #8C9F80; }
span { border-color: rgb(140,159,128); }
td.TdClassName
{
border-color: #8C9F80;
}
.TagClassName
{
border-color: #8C9F80;
}
</style>