Shades of Amulet #7C986D
Tints of Amulet #7C986D
RGB
CMYK
RGB Variations
Color information
#7C986D (or 0x7C986D) is known color: Amulet. HEX triplet: 7C, 98 and 6D. RGB value is (124,152,109). Sum of RGB (Red+Green+Blue) = 124+152+109=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #7C986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C986D is #836792. Grayscale: #8A8A8A. Windows color (decimal): -8611731 or 7182460. OLE color: 7182460.
HSL color Cylindrical-coordinate representation of color #7C986D: hue angle of 99.07º 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 #7C986D is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 109 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.40 |
| HSL | 99.07º | 0.17% | 0.51% | - |
| HSV(B) | 99.07º | 0.28% | 0.6% | - |
| XYZ | 22.3 | 27.85 | 18.67 | - |
| YUV | 138.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 109 | 0.18 | 0 | 0.28 | 0.40 | 99.07 | 0.17 | 0.51 |
| Hex | 7C | 98 | 6D | 12 | 0 | 1C | 28 | 63 | 11 | 33 |
| Octal | 174 | 230 | 155 | 22 | 0 | 34 | 50 | 143 | 21 | 63 |
| Binary | 1111100 | 10011000 | 1101101 | 10010 | 0 | 11100 | 101000 | 1100011 | 10001 | 110011 |
Color Harmonies of #7C986D
Complementary color
Monochromatic Colors of #7C986D
Black with #7C986D
Text Example
Text Example
White with #7C986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C986D; }
p { color: rgb(124,152,109); }
H1.HeaderClassName
{
color: #7C986D;
}
.AnyTagClassName
{
color: #7C986D;
}
</style>
background-color css
<style>
a { background-color: #7C986D; }
a { background-color: rgb(124,152,109); }
div.DivClassName
{
background-color: #7C986D;
}
.BgClassName
{
background-color: #7C986D;
}
</style>
border-color css
<style>
span { border-color: #7C986D; }
span { border-color: rgb(124,152,109); }
td.TdClassName
{
border-color: #7C986D;
}
.TagClassName
{
border-color: #7C986D;
}
</style>