Shades of Amulet #6EA565
Tints of Amulet #6EA565
RGB
CMYK
RGB Variations
Color information
#6EA565 (or 0x6EA565) is known color: Amulet. HEX triplet: 6E, A5 and 65. RGB value is (110,165,101). Sum of RGB (Red+Green+Blue) = 110+165+101=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA565 is #915A9A. Grayscale: #8D8D8D. Windows color (decimal): -9525915 or 6661486. OLE color: 6661486.
HSL color Cylindrical-coordinate representation of color #6EA565: hue angle of 111.56º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EA565 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 101 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.35 |
| HSL | 111.56º | 0.26% | 0.52% | - |
| HSV(B) | 111.56º | 0.39% | 0.65% | - |
| XYZ | 22.23 | 31.16 | 17.16 | - |
| YUV | 141.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 101 | 0.33 | 0 | 0.39 | 0.35 | 111.56 | 0.26 | 0.52 |
| Hex | 6E | A5 | 65 | 21 | 0 | 27 | 23 | 70 | 1A | 34 |
| Octal | 156 | 245 | 145 | 41 | 0 | 47 | 43 | 160 | 32 | 64 |
| Binary | 1101110 | 10100101 | 1100101 | 100001 | 0 | 100111 | 100011 | 1110000 | 11010 | 110100 |
Color Harmonies of #6EA565
Complementary color
Monochromatic Colors of #6EA565
Black with #6EA565
Text Example
Text Example
White with #6EA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA565; }
p { color: rgb(110,165,101); }
H1.HeaderClassName
{
color: #6EA565;
}
.AnyTagClassName
{
color: #6EA565;
}
</style>
background-color css
<style>
a { background-color: #6EA565; }
a { background-color: rgb(110,165,101); }
div.DivClassName
{
background-color: #6EA565;
}
.BgClassName
{
background-color: #6EA565;
}
</style>
border-color css
<style>
span { border-color: #6EA565; }
span { border-color: rgb(110,165,101); }
td.TdClassName
{
border-color: #6EA565;
}
.TagClassName
{
border-color: #6EA565;
}
</style>