Shades of Amulet #6EA469
Tints of Amulet #6EA469
RGB
CMYK
RGB Variations
Color information
#6EA469 (or 0x6EA469) is known color: Amulet. HEX triplet: 6E, A4 and 69. RGB value is (110,164,105). Sum of RGB (Red+Green+Blue) = 110+164+105=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA469 is #915B96. Grayscale: #8D8D8D. Windows color (decimal): -9526167 or 6923374. OLE color: 6923374.
HSL color Cylindrical-coordinate representation of color #6EA469: hue angle of 114.92º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EA469 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 105 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.36 |
| HSL | 114.92º | 0.24% | 0.53% | - |
| HSV(B) | 114.92º | 0.36% | 0.64% | - |
| XYZ | 22.26 | 30.89 | 18.15 | - |
| YUV | 141.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 105 | 0.33 | 0 | 0.36 | 0.36 | 114.92 | 0.24 | 0.53 |
| Hex | 6E | A4 | 69 | 21 | 0 | 24 | 24 | 73 | 18 | 35 |
| Octal | 156 | 244 | 151 | 41 | 0 | 44 | 44 | 163 | 30 | 65 |
| Binary | 1101110 | 10100100 | 1101001 | 100001 | 0 | 100100 | 100100 | 1110011 | 11000 | 110101 |
Color Harmonies of #6EA469
Complementary color
Monochromatic Colors of #6EA469
Black with #6EA469
Text Example
Text Example
White with #6EA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA469; }
p { color: rgb(110,164,105); }
H1.HeaderClassName
{
color: #6EA469;
}
.AnyTagClassName
{
color: #6EA469;
}
</style>
background-color css
<style>
a { background-color: #6EA469; }
a { background-color: rgb(110,164,105); }
div.DivClassName
{
background-color: #6EA469;
}
.BgClassName
{
background-color: #6EA469;
}
</style>
border-color css
<style>
span { border-color: #6EA469; }
span { border-color: rgb(110,164,105); }
td.TdClassName
{
border-color: #6EA469;
}
.TagClassName
{
border-color: #6EA469;
}
</style>