Shades of Amulet #6EA866
Tints of Amulet #6EA866
RGB
CMYK
RGB Variations
Color information
#6EA866 (or 0x6EA866) is known color: Amulet. HEX triplet: 6E, A8 and 66. RGB value is (110,168,102). Sum of RGB (Red+Green+Blue) = 110+168+102=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA866 is #915799. Grayscale: #8F8F8F. Windows color (decimal): -9525146 or 6727790. OLE color: 6727790.
HSL color Cylindrical-coordinate representation of color #6EA866: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EA866 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 168 | 102 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.34 |
| HSL | 112.73º | 0.28% | 0.53% | - |
| HSV(B) | 112.73º | 0.39% | 0.66% | - |
| XYZ | 22.83 | 32.28 | 17.6 | - |
| YUV | 143.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 102 | 0.35 | 0 | 0.39 | 0.34 | 112.73 | 0.28 | 0.53 |
| Hex | 6E | A8 | 66 | 23 | 0 | 27 | 22 | 71 | 1C | 35 |
| Octal | 156 | 250 | 146 | 43 | 0 | 47 | 42 | 161 | 34 | 65 |
| Binary | 1101110 | 10101000 | 1100110 | 100011 | 0 | 100111 | 100010 | 1110001 | 11100 | 110101 |
Color Harmonies of #6EA866
Complementary color
Monochromatic Colors of #6EA866
Black with #6EA866
Text Example
Text Example
White with #6EA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA866; }
p { color: rgb(110,168,102); }
H1.HeaderClassName
{
color: #6EA866;
}
.AnyTagClassName
{
color: #6EA866;
}
</style>
background-color css
<style>
a { background-color: #6EA866; }
a { background-color: rgb(110,168,102); }
div.DivClassName
{
background-color: #6EA866;
}
.BgClassName
{
background-color: #6EA866;
}
</style>
border-color css
<style>
span { border-color: #6EA866; }
span { border-color: rgb(110,168,102); }
td.TdClassName
{
border-color: #6EA866;
}
.TagClassName
{
border-color: #6EA866;
}
</style>