Shades of Amulet #6EA362
Tints of Amulet #6EA362
RGB
CMYK
RGB Variations
Color information
#6EA362 (or 0x6EA362) is known color: Amulet. HEX triplet: 6E, A3 and 62. RGB value is (110,163,98). Sum of RGB (Red+Green+Blue) = 110+163+98=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA362 is #915C9D. Grayscale: #8B8B8B. Windows color (decimal): -9526430 or 6464366. OLE color: 6464366.
HSL color Cylindrical-coordinate representation of color #6EA362: hue angle of 108.92º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA362 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 98 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.36 |
| HSL | 108.92º | 0.26% | 0.51% | - |
| HSV(B) | 108.92º | 0.4% | 0.64% | - |
| XYZ | 21.73 | 30.39 | 16.28 | - |
| YUV | 139.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 98 | 0.33 | 0 | 0.40 | 0.36 | 108.92 | 0.26 | 0.51 |
| Hex | 6E | A3 | 62 | 21 | 0 | 28 | 24 | 6D | 1A | 33 |
| Octal | 156 | 243 | 142 | 41 | 0 | 50 | 44 | 155 | 32 | 63 |
| Binary | 1101110 | 10100011 | 1100010 | 100001 | 0 | 101000 | 100100 | 1101101 | 11010 | 110011 |
Color Harmonies of #6EA362
Complementary color
Monochromatic Colors of #6EA362
Black with #6EA362
Text Example
Text Example
White with #6EA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA362; }
p { color: rgb(110,163,98); }
H1.HeaderClassName
{
color: #6EA362;
}
.AnyTagClassName
{
color: #6EA362;
}
</style>
background-color css
<style>
a { background-color: #6EA362; }
a { background-color: rgb(110,163,98); }
div.DivClassName
{
background-color: #6EA362;
}
.BgClassName
{
background-color: #6EA362;
}
</style>
border-color css
<style>
span { border-color: #6EA362; }
span { border-color: rgb(110,163,98); }
td.TdClassName
{
border-color: #6EA362;
}
.TagClassName
{
border-color: #6EA362;
}
</style>