Shades of Amulet #8D9C7F
Tints of Amulet #8D9C7F
RGB
CMYK
RGB Variations
Color information
#8D9C7F (or 0x8D9C7F) is known color: Amulet. HEX triplet: 8D, 9C and 7F. RGB value is (141,156,127). Sum of RGB (Red+Green+Blue) = 141+156+127=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9C7F is #726380. Grayscale: #949494. Windows color (decimal): -7496577 or 8363149. OLE color: 8363149.
HSL color Cylindrical-coordinate representation of color #8D9C7F: hue angle of 91.03º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9C7F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 156 | 127 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.39 |
| HSL | 91.03º | 0.13% | 0.55% | - |
| HSV(B) | 91.03º | 0.19% | 0.61% | - |
| XYZ | 26.7 | 30.97 | 24.65 | - |
| YUV | 148.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 127 | 0.10 | 0 | 0.19 | 0.39 | 91.03 | 0.13 | 0.55 |
| Hex | 8D | 9C | 7F | A | 0 | 13 | 27 | 5B | D | 37 |
| Octal | 215 | 234 | 177 | 12 | 0 | 23 | 47 | 133 | 15 | 67 |
| Binary | 10001101 | 10011100 | 1111111 | 1010 | 0 | 10011 | 100111 | 1011011 | 1101 | 110111 |
Color Harmonies of #8D9C7F
Complementary color
Monochromatic Colors of #8D9C7F
Black with #8D9C7F
Text Example
Text Example
White with #8D9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9C7F; }
p { color: rgb(141,156,127); }
H1.HeaderClassName
{
color: #8D9C7F;
}
.AnyTagClassName
{
color: #8D9C7F;
}
</style>
background-color css
<style>
a { background-color: #8D9C7F; }
a { background-color: rgb(141,156,127); }
div.DivClassName
{
background-color: #8D9C7F;
}
.BgClassName
{
background-color: #8D9C7F;
}
</style>
border-color css
<style>
span { border-color: #8D9C7F; }
span { border-color: rgb(141,156,127); }
td.TdClassName
{
border-color: #8D9C7F;
}
.TagClassName
{
border-color: #8D9C7F;
}
</style>