Shades of Amulet #6EA568
Tints of Amulet #6EA568
RGB
CMYK
RGB Variations
Color information
#6EA568 (or 0x6EA568) is known color: Amulet. HEX triplet: 6E, A5 and 68. RGB value is (110,165,104). Sum of RGB (Red+Green+Blue) = 110+165+104=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA568 is #915A97. Grayscale: #8D8D8D. Windows color (decimal): -9525912 or 6858094. OLE color: 6858094.
HSL color Cylindrical-coordinate representation of color #6EA568: hue angle of 114.1º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA568 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 104 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.35 |
| HSL | 114.1º | 0.25% | 0.53% | - |
| HSV(B) | 114.1º | 0.37% | 0.65% | - |
| XYZ | 22.38 | 31.22 | 17.94 | - |
| YUV | 141.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 104 | 0.33 | 0 | 0.37 | 0.35 | 114.1 | 0.25 | 0.53 |
| Hex | 6E | A5 | 68 | 21 | 0 | 25 | 23 | 72 | 19 | 35 |
| Octal | 156 | 245 | 150 | 41 | 0 | 45 | 43 | 162 | 31 | 65 |
| Binary | 1101110 | 10100101 | 1101000 | 100001 | 0 | 100101 | 100011 | 1110010 | 11001 | 110101 |
Color Harmonies of #6EA568
Complementary color
Monochromatic Colors of #6EA568
Black with #6EA568
Text Example
Text Example
White with #6EA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA568; }
p { color: rgb(110,165,104); }
H1.HeaderClassName
{
color: #6EA568;
}
.AnyTagClassName
{
color: #6EA568;
}
</style>
background-color css
<style>
a { background-color: #6EA568; }
a { background-color: rgb(110,165,104); }
div.DivClassName
{
background-color: #6EA568;
}
.BgClassName
{
background-color: #6EA568;
}
</style>
border-color css
<style>
span { border-color: #6EA568; }
span { border-color: rgb(110,165,104); }
td.TdClassName
{
border-color: #6EA568;
}
.TagClassName
{
border-color: #6EA568;
}
</style>