Shades of Amulet #7C986E
Tints of Amulet #7C986E
RGB
CMYK
RGB Variations
Color information
#7C986E (or 0x7C986E) is known color: Amulet. HEX triplet: 7C, 98 and 6E. RGB value is (124,152,110). Sum of RGB (Red+Green+Blue) = 124+152+110=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #7C986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C986E is #836791. Grayscale: #8A8A8A. Windows color (decimal): -8611730 or 7247996. OLE color: 7247996.
HSL color Cylindrical-coordinate representation of color #7C986E: hue angle of 100º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C986E is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 110 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.40 |
| HSL | 100º | 0.17% | 0.51% | - |
| HSV(B) | 100º | 0.28% | 0.6% | - |
| XYZ | 22.35 | 27.87 | 18.95 | - |
| YUV | 138.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 110 | 0.18 | 0 | 0.28 | 0.40 | 100 | 0.17 | 0.51 |
| Hex | 7C | 98 | 6E | 12 | 0 | 1C | 28 | 64 | 11 | 33 |
| Octal | 174 | 230 | 156 | 22 | 0 | 34 | 50 | 144 | 21 | 63 |
| Binary | 1111100 | 10011000 | 1101110 | 10010 | 0 | 11100 | 101000 | 1100100 | 10001 | 110011 |
Color Harmonies of #7C986E
Complementary color
Monochromatic Colors of #7C986E
Black with #7C986E
Text Example
Text Example
White with #7C986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C986E; }
p { color: rgb(124,152,110); }
H1.HeaderClassName
{
color: #7C986E;
}
.AnyTagClassName
{
color: #7C986E;
}
</style>
background-color css
<style>
a { background-color: #7C986E; }
a { background-color: rgb(124,152,110); }
div.DivClassName
{
background-color: #7C986E;
}
.BgClassName
{
background-color: #7C986E;
}
</style>
border-color css
<style>
span { border-color: #7C986E; }
span { border-color: rgb(124,152,110); }
td.TdClassName
{
border-color: #7C986E;
}
.TagClassName
{
border-color: #7C986E;
}
</style>