Shades of Amulet #6EA566
Tints of Amulet #6EA566
RGB
CMYK
RGB Variations
Color information
#6EA566 (or 0x6EA566) is known color: Amulet. HEX triplet: 6E, A5 and 66. RGB value is (110,165,102). Sum of RGB (Red+Green+Blue) = 110+165+102=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA566 is #915A99. Grayscale: #8D8D8D. Windows color (decimal): -9525914 or 6727022. OLE color: 6727022.
HSL color Cylindrical-coordinate representation of color #6EA566: hue angle of 112.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EA566 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 102 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.35 |
| HSL | 112.38º | 0.26% | 0.52% | - |
| HSV(B) | 112.38º | 0.38% | 0.65% | - |
| XYZ | 22.28 | 31.18 | 17.42 | - |
| YUV | 141.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 102 | 0.33 | 0 | 0.38 | 0.35 | 112.38 | 0.26 | 0.52 |
| Hex | 6E | A5 | 66 | 21 | 0 | 26 | 23 | 70 | 1A | 34 |
| Octal | 156 | 245 | 146 | 41 | 0 | 46 | 43 | 160 | 32 | 64 |
| Binary | 1101110 | 10100101 | 1100110 | 100001 | 0 | 100110 | 100011 | 1110000 | 11010 | 110100 |
Color Harmonies of #6EA566
Complementary color
Monochromatic Colors of #6EA566
Black with #6EA566
Text Example
Text Example
White with #6EA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA566; }
p { color: rgb(110,165,102); }
H1.HeaderClassName
{
color: #6EA566;
}
.AnyTagClassName
{
color: #6EA566;
}
</style>
background-color css
<style>
a { background-color: #6EA566; }
a { background-color: rgb(110,165,102); }
div.DivClassName
{
background-color: #6EA566;
}
.BgClassName
{
background-color: #6EA566;
}
</style>
border-color css
<style>
span { border-color: #6EA566; }
span { border-color: rgb(110,165,102); }
td.TdClassName
{
border-color: #6EA566;
}
.TagClassName
{
border-color: #6EA566;
}
</style>