Shades of Amulet #7C9D71
Tints of Amulet #7C9D71
RGB
CMYK
RGB Variations
Color information
#7C9D71 (or 0x7C9D71) is known color: Amulet. HEX triplet: 7C, 9D and 71. RGB value is (124,157,113). Sum of RGB (Red+Green+Blue) = 124+157+113=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D71 is #83628E. Grayscale: #8E8E8E. Windows color (decimal): -8610447 or 7445884. OLE color: 7445884.
HSL color Cylindrical-coordinate representation of color #7C9D71: hue angle of 105º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9D71 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 113 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.38 |
| HSL | 105º | 0.18% | 0.53% | - |
| HSV(B) | 105º | 0.28% | 0.62% | - |
| XYZ | 23.35 | 29.59 | 20.1 | - |
| YUV | 142.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 113 | 0.21 | 0 | 0.28 | 0.38 | 105 | 0.18 | 0.53 |
| Hex | 7C | 9D | 71 | 15 | 0 | 1C | 26 | 69 | 12 | 35 |
| Octal | 174 | 235 | 161 | 25 | 0 | 34 | 46 | 151 | 22 | 65 |
| Binary | 1111100 | 10011101 | 1110001 | 10101 | 0 | 11100 | 100110 | 1101001 | 10010 | 110101 |
Color Harmonies of #7C9D71
Complementary color
Monochromatic Colors of #7C9D71
Black with #7C9D71
Text Example
Text Example
White with #7C9D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D71; }
p { color: rgb(124,157,113); }
H1.HeaderClassName
{
color: #7C9D71;
}
.AnyTagClassName
{
color: #7C9D71;
}
</style>
background-color css
<style>
a { background-color: #7C9D71; }
a { background-color: rgb(124,157,113); }
div.DivClassName
{
background-color: #7C9D71;
}
.BgClassName
{
background-color: #7C9D71;
}
</style>
border-color css
<style>
span { border-color: #7C9D71; }
span { border-color: rgb(124,157,113); }
td.TdClassName
{
border-color: #7C9D71;
}
.TagClassName
{
border-color: #7C9D71;
}
</style>