Shades of Amulet #8D9F7C
Tints of Amulet #8D9F7C
RGB
CMYK
RGB Variations
Color information
#8D9F7C (or 0x8D9F7C) is known color: Amulet. HEX triplet: 8D, 9F and 7C. RGB value is (141,159,124). Sum of RGB (Red+Green+Blue) = 141+159+124=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9F7C is #726083. Grayscale: #959595. Windows color (decimal): -7495812 or 8167309. OLE color: 8167309.
HSL color Cylindrical-coordinate representation of color #8D9F7C: hue angle of 90.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D9F7C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 124 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.38 |
| HSL | 90.86º | 0.15% | 0.55% | - |
| HSV(B) | 90.86º | 0.22% | 0.62% | - |
| XYZ | 27.02 | 31.91 | 23.8 | - |
| YUV | 149.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 124 | 0.11 | 0 | 0.22 | 0.38 | 90.86 | 0.15 | 0.55 |
| Hex | 8D | 9F | 7C | B | 0 | 16 | 26 | 5B | F | 37 |
| Octal | 215 | 237 | 174 | 13 | 0 | 26 | 46 | 133 | 17 | 67 |
| Binary | 10001101 | 10011111 | 1111100 | 1011 | 0 | 10110 | 100110 | 1011011 | 1111 | 110111 |
Color Harmonies of #8D9F7C
Complementary color
Monochromatic Colors of #8D9F7C
Black with #8D9F7C
Text Example
Text Example
White with #8D9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F7C; }
p { color: rgb(141,159,124); }
H1.HeaderClassName
{
color: #8D9F7C;
}
.AnyTagClassName
{
color: #8D9F7C;
}
</style>
background-color css
<style>
a { background-color: #8D9F7C; }
a { background-color: rgb(141,159,124); }
div.DivClassName
{
background-color: #8D9F7C;
}
.BgClassName
{
background-color: #8D9F7C;
}
</style>
border-color css
<style>
span { border-color: #8D9F7C; }
span { border-color: rgb(141,159,124); }
td.TdClassName
{
border-color: #8D9F7C;
}
.TagClassName
{
border-color: #8D9F7C;
}
</style>