Shades of Amulet #8C9F81
Tints of Amulet #8C9F81
RGB
CMYK
RGB Variations
Color information
#8C9F81 (or 0x8C9F81) is known color: Amulet. HEX triplet: 8C, 9F and 81. RGB value is (140,159,129). Sum of RGB (Red+Green+Blue) = 140+159+129=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F81 is #73607E. Grayscale: #969696. Windows color (decimal): -7561343 or 8494988. OLE color: 8494988.
HSL color Cylindrical-coordinate representation of color #8C9F81: hue angle of 98º 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 #8C9F81 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 129 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.38 |
| HSL | 98º | 0.14% | 0.56% | - |
| HSV(B) | 98º | 0.19% | 0.62% | - |
| XYZ | 27.18 | 31.96 | 25.5 | - |
| YUV | 149.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 129 | 0.12 | 0 | 0.19 | 0.38 | 98 | 0.14 | 0.56 |
| Hex | 8C | 9F | 81 | C | 0 | 13 | 26 | 62 | E | 38 |
| Octal | 214 | 237 | 201 | 14 | 0 | 23 | 46 | 142 | 16 | 70 |
| Binary | 10001100 | 10011111 | 10000001 | 1100 | 0 | 10011 | 100110 | 1100010 | 1110 | 111000 |
Color Harmonies of #8C9F81
Complementary color
Monochromatic Colors of #8C9F81
Black with #8C9F81
Text Example
Text Example
White with #8C9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F81; }
p { color: rgb(140,159,129); }
H1.HeaderClassName
{
color: #8C9F81;
}
.AnyTagClassName
{
color: #8C9F81;
}
</style>
background-color css
<style>
a { background-color: #8C9F81; }
a { background-color: rgb(140,159,129); }
div.DivClassName
{
background-color: #8C9F81;
}
.BgClassName
{
background-color: #8C9F81;
}
</style>
border-color css
<style>
span { border-color: #8C9F81; }
span { border-color: rgb(140,159,129); }
td.TdClassName
{
border-color: #8C9F81;
}
.TagClassName
{
border-color: #8C9F81;
}
</style>