Shades of Amulet #7E947A
Tints of Amulet #7E947A
RGB
CMYK
RGB Variations
Color information
#7E947A (or 0x7E947A) is known color: Amulet. HEX triplet: 7E, 94 and 7A. RGB value is (126,148,122). Sum of RGB (Red+Green+Blue) = 126+148+122=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947A is #816B85. Grayscale: #8A8A8A. Windows color (decimal): -8481670 or 8033406. OLE color: 8033406.
HSL color Cylindrical-coordinate representation of color #7E947A: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E947A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 122 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.42 |
| HSL | 110.77º | 0.11% | 0.53% | - |
| HSV(B) | 110.77º | 0.18% | 0.58% | - |
| XYZ | 22.71 | 27.02 | 22.43 | - |
| YUV | 138.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 122 | 0.15 | 0 | 0.18 | 0.42 | 110.77 | 0.11 | 0.53 |
| Hex | 7E | 94 | 7A | F | 0 | 12 | 2A | 6F | B | 35 |
| Octal | 176 | 224 | 172 | 17 | 0 | 22 | 52 | 157 | 13 | 65 |
| Binary | 1111110 | 10010100 | 1111010 | 1111 | 0 | 10010 | 101010 | 1101111 | 1011 | 110101 |
Color Harmonies of #7E947A
Complementary color
Monochromatic Colors of #7E947A
Black with #7E947A
Text Example
Text Example
White with #7E947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E947A; }
p { color: rgb(126,148,122); }
H1.HeaderClassName
{
color: #7E947A;
}
.AnyTagClassName
{
color: #7E947A;
}
</style>
background-color css
<style>
a { background-color: #7E947A; }
a { background-color: rgb(126,148,122); }
div.DivClassName
{
background-color: #7E947A;
}
.BgClassName
{
background-color: #7E947A;
}
</style>
border-color css
<style>
span { border-color: #7E947A; }
span { border-color: rgb(126,148,122); }
td.TdClassName
{
border-color: #7E947A;
}
.TagClassName
{
border-color: #7E947A;
}
</style>