Shades of Amulet #7E9F71
Tints of Amulet #7E9F71
RGB
CMYK
RGB Variations
Color information
#7E9F71 (or 0x7E9F71) is known color: Amulet. HEX triplet: 7E, 9F and 71. RGB value is (126,159,113). Sum of RGB (Red+Green+Blue) = 126+159+113=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9F71 is #81608E. Grayscale: #909090. Windows color (decimal): -8478863 or 7446398. OLE color: 7446398.
HSL color Cylindrical-coordinate representation of color #7E9F71: hue angle of 103.04º 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 #7E9F71 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 159 | 113 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.38 |
| HSL | 103.04º | 0.19% | 0.53% | - |
| HSV(B) | 103.04º | 0.29% | 0.62% | - |
| XYZ | 23.98 | 30.42 | 20.23 | - |
| YUV | 143.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 113 | 0.21 | 0 | 0.29 | 0.38 | 103.04 | 0.19 | 0.53 |
| Hex | 7E | 9F | 71 | 15 | 0 | 1D | 26 | 67 | 13 | 35 |
| Octal | 176 | 237 | 161 | 25 | 0 | 35 | 46 | 147 | 23 | 65 |
| Binary | 1111110 | 10011111 | 1110001 | 10101 | 0 | 11101 | 100110 | 1100111 | 10011 | 110101 |
Color Harmonies of #7E9F71
Complementary color
Monochromatic Colors of #7E9F71
Black with #7E9F71
Text Example
Text Example
White with #7E9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9F71; }
p { color: rgb(126,159,113); }
H1.HeaderClassName
{
color: #7E9F71;
}
.AnyTagClassName
{
color: #7E9F71;
}
</style>
background-color css
<style>
a { background-color: #7E9F71; }
a { background-color: rgb(126,159,113); }
div.DivClassName
{
background-color: #7E9F71;
}
.BgClassName
{
background-color: #7E9F71;
}
</style>
border-color css
<style>
span { border-color: #7E9F71; }
span { border-color: rgb(126,159,113); }
td.TdClassName
{
border-color: #7E9F71;
}
.TagClassName
{
border-color: #7E9F71;
}
</style>