Shades of Amulet #7EA269
Tints of Amulet #7EA269
RGB
CMYK
RGB Variations
Color information
#7EA269 (or 0x7EA269) is known color: Amulet. HEX triplet: 7E, A2 and 69. RGB value is (126,162,105). Sum of RGB (Red+Green+Blue) = 126+162+105=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA269 is #815D96. Grayscale: #909090. Windows color (decimal): -8478103 or 6922878. OLE color: 6922878.
HSL color Cylindrical-coordinate representation of color #7EA269: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EA269 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 105 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.36 |
| HSL | 97.89º | 0.23% | 0.52% | - |
| HSV(B) | 97.89º | 0.35% | 0.64% | - |
| XYZ | 24.07 | 31.3 | 18.14 | - |
| YUV | 144.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 105 | 0.22 | 0 | 0.35 | 0.36 | 97.89 | 0.23 | 0.52 |
| Hex | 7E | A2 | 69 | 16 | 0 | 23 | 24 | 62 | 17 | 34 |
| Octal | 176 | 242 | 151 | 26 | 0 | 43 | 44 | 142 | 27 | 64 |
| Binary | 1111110 | 10100010 | 1101001 | 10110 | 0 | 100011 | 100100 | 1100010 | 10111 | 110100 |
Color Harmonies of #7EA269
Complementary color
Monochromatic Colors of #7EA269
Black with #7EA269
Text Example
Text Example
White with #7EA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA269; }
p { color: rgb(126,162,105); }
H1.HeaderClassName
{
color: #7EA269;
}
.AnyTagClassName
{
color: #7EA269;
}
</style>
background-color css
<style>
a { background-color: #7EA269; }
a { background-color: rgb(126,162,105); }
div.DivClassName
{
background-color: #7EA269;
}
.BgClassName
{
background-color: #7EA269;
}
</style>
border-color css
<style>
span { border-color: #7EA269; }
span { border-color: rgb(126,162,105); }
td.TdClassName
{
border-color: #7EA269;
}
.TagClassName
{
border-color: #7EA269;
}
</style>