Shades of Amulet #6EA368
Tints of Amulet #6EA368
RGB
CMYK
RGB Variations
Color information
#6EA368 (or 0x6EA368) is known color: Amulet. HEX triplet: 6E, A3 and 68. RGB value is (110,163,104). Sum of RGB (Red+Green+Blue) = 110+163+104=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA368 is #915C97. Grayscale: #8C8C8C. Windows color (decimal): -9526424 or 6857582. OLE color: 6857582.
HSL color Cylindrical-coordinate representation of color #6EA368: hue angle of 113.9º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EA368 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 104 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.36 |
| HSL | 113.9º | 0.24% | 0.52% | - |
| HSV(B) | 113.9º | 0.36% | 0.64% | - |
| XYZ | 22.03 | 30.51 | 17.82 | - |
| YUV | 140.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 104 | 0.33 | 0 | 0.36 | 0.36 | 113.9 | 0.24 | 0.52 |
| Hex | 6E | A3 | 68 | 21 | 0 | 24 | 24 | 72 | 18 | 34 |
| Octal | 156 | 243 | 150 | 41 | 0 | 44 | 44 | 162 | 30 | 64 |
| Binary | 1101110 | 10100011 | 1101000 | 100001 | 0 | 100100 | 100100 | 1110010 | 11000 | 110100 |
Color Harmonies of #6EA368
Complementary color
Monochromatic Colors of #6EA368
Black with #6EA368
Text Example
Text Example
White with #6EA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA368; }
p { color: rgb(110,163,104); }
H1.HeaderClassName
{
color: #6EA368;
}
.AnyTagClassName
{
color: #6EA368;
}
</style>
background-color css
<style>
a { background-color: #6EA368; }
a { background-color: rgb(110,163,104); }
div.DivClassName
{
background-color: #6EA368;
}
.BgClassName
{
background-color: #6EA368;
}
</style>
border-color css
<style>
span { border-color: #6EA368; }
span { border-color: rgb(110,163,104); }
td.TdClassName
{
border-color: #6EA368;
}
.TagClassName
{
border-color: #6EA368;
}
</style>