Shades of Amulet #7C9F71
Tints of Amulet #7C9F71
RGB
CMYK
RGB Variations
Color information
#7C9F71 (or 0x7C9F71) is known color: Amulet. HEX triplet: 7C, 9F and 71. RGB value is (124,159,113). Sum of RGB (Red+Green+Blue) = 124+159+113=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9F71 is #83608E. Grayscale: #8F8F8F. Windows color (decimal): -8609935 or 7446396. OLE color: 7446396.
HSL color Cylindrical-coordinate representation of color #7C9F71: hue angle of 105.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C9F71 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 159 | 113 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.38 |
| HSL | 105.65º | 0.19% | 0.53% | - |
| HSV(B) | 105.65º | 0.29% | 0.62% | - |
| XYZ | 23.69 | 30.27 | 20.22 | - |
| YUV | 143.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 113 | 0.22 | 0 | 0.29 | 0.38 | 105.65 | 0.19 | 0.53 |
| Hex | 7C | 9F | 71 | 16 | 0 | 1D | 26 | 6A | 13 | 35 |
| Octal | 174 | 237 | 161 | 26 | 0 | 35 | 46 | 152 | 23 | 65 |
| Binary | 1111100 | 10011111 | 1110001 | 10110 | 0 | 11101 | 100110 | 1101010 | 10011 | 110101 |
Color Harmonies of #7C9F71
Complementary color
Monochromatic Colors of #7C9F71
Black with #7C9F71
Text Example
Text Example
White with #7C9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9F71; }
p { color: rgb(124,159,113); }
H1.HeaderClassName
{
color: #7C9F71;
}
.AnyTagClassName
{
color: #7C9F71;
}
</style>
background-color css
<style>
a { background-color: #7C9F71; }
a { background-color: rgb(124,159,113); }
div.DivClassName
{
background-color: #7C9F71;
}
.BgClassName
{
background-color: #7C9F71;
}
</style>
border-color css
<style>
span { border-color: #7C9F71; }
span { border-color: rgb(124,159,113); }
td.TdClassName
{
border-color: #7C9F71;
}
.TagClassName
{
border-color: #7C9F71;
}
</style>