Shades of Amulet #7C9F6D
Tints of Amulet #7C9F6D
RGB
CMYK
RGB Variations
Color information
#7C9F6D (or 0x7C9F6D) is known color: Amulet. HEX triplet: 7C, 9F and 6D. RGB value is (124,159,109). Sum of RGB (Red+Green+Blue) = 124+159+109=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9F6D is #836092. Grayscale: #8F8F8F. Windows color (decimal): -8609939 or 7184252. OLE color: 7184252.
HSL color Cylindrical-coordinate representation of color #7C9F6D: hue angle of 102º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9F6D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 159 | 109 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.38 |
| HSL | 102º | 0.21% | 0.53% | - |
| HSV(B) | 102º | 0.31% | 0.62% | - |
| XYZ | 23.47 | 30.19 | 19.06 | - |
| YUV | 142.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 109 | 0.22 | 0 | 0.31 | 0.38 | 102 | 0.21 | 0.53 |
| Hex | 7C | 9F | 6D | 16 | 0 | 1F | 26 | 66 | 15 | 35 |
| Octal | 174 | 237 | 155 | 26 | 0 | 37 | 46 | 146 | 25 | 65 |
| Binary | 1111100 | 10011111 | 1101101 | 10110 | 0 | 11111 | 100110 | 1100110 | 10101 | 110101 |
Color Harmonies of #7C9F6D
Complementary color
Monochromatic Colors of #7C9F6D
Black with #7C9F6D
Text Example
Text Example
White with #7C9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9F6D; }
p { color: rgb(124,159,109); }
H1.HeaderClassName
{
color: #7C9F6D;
}
.AnyTagClassName
{
color: #7C9F6D;
}
</style>
background-color css
<style>
a { background-color: #7C9F6D; }
a { background-color: rgb(124,159,109); }
div.DivClassName
{
background-color: #7C9F6D;
}
.BgClassName
{
background-color: #7C9F6D;
}
</style>
border-color css
<style>
span { border-color: #7C9F6D; }
span { border-color: rgb(124,159,109); }
td.TdClassName
{
border-color: #7C9F6D;
}
.TagClassName
{
border-color: #7C9F6D;
}
</style>