Shades of Amulet #7E9A71
Tints of Amulet #7E9A71
RGB
CMYK
RGB Variations
Color information
#7E9A71 (or 0x7E9A71) is known color: Amulet. HEX triplet: 7E, 9A and 71. RGB value is (126,154,113). Sum of RGB (Red+Green+Blue) = 126+154+113=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9A71 is #81658E. Grayscale: #8D8D8D. Windows color (decimal): -8480143 or 7445118. OLE color: 7445118.
HSL color Cylindrical-coordinate representation of color #7E9A71: hue angle of 100.98º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E9A71 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 154 | 113 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.40 |
| HSL | 100.98º | 0.17% | 0.52% | - |
| HSV(B) | 100.98º | 0.27% | 0.6% | - |
| XYZ | 23.14 | 28.74 | 19.95 | - |
| YUV | 140.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 113 | 0.18 | 0 | 0.27 | 0.40 | 100.98 | 0.17 | 0.52 |
| Hex | 7E | 9A | 71 | 12 | 0 | 1B | 28 | 65 | 11 | 34 |
| Octal | 176 | 232 | 161 | 22 | 0 | 33 | 50 | 145 | 21 | 64 |
| Binary | 1111110 | 10011010 | 1110001 | 10010 | 0 | 11011 | 101000 | 1100101 | 10001 | 110100 |
Color Harmonies of #7E9A71
Complementary color
Monochromatic Colors of #7E9A71
Black with #7E9A71
Text Example
Text Example
White with #7E9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9A71; }
p { color: rgb(126,154,113); }
H1.HeaderClassName
{
color: #7E9A71;
}
.AnyTagClassName
{
color: #7E9A71;
}
</style>
background-color css
<style>
a { background-color: #7E9A71; }
a { background-color: rgb(126,154,113); }
div.DivClassName
{
background-color: #7E9A71;
}
.BgClassName
{
background-color: #7E9A71;
}
</style>
border-color css
<style>
span { border-color: #7E9A71; }
span { border-color: rgb(126,154,113); }
td.TdClassName
{
border-color: #7E9A71;
}
.TagClassName
{
border-color: #7E9A71;
}
</style>