Shades of Amulet #6EA960
Tints of Amulet #6EA960
RGB
CMYK
RGB Variations
Color information
#6EA960 (or 0x6EA960) is known color: Amulet. HEX triplet: 6E, A9 and 60. RGB value is (110,169,96). Sum of RGB (Red+Green+Blue) = 110+169+96=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA960 is #91569F. Grayscale: #8F8F8F. Windows color (decimal): -9524896 or 6334830. OLE color: 6334830.
HSL color Cylindrical-coordinate representation of color #6EA960: hue angle of 108.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EA960 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 169 | 96 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.34 |
| HSL | 108.49º | 0.3% | 0.52% | - |
| HSV(B) | 108.49º | 0.43% | 0.66% | - |
| XYZ | 22.73 | 32.54 | 16.15 | - |
| YUV | 143.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 169 | 96 | 0.35 | 0 | 0.43 | 0.34 | 108.49 | 0.3 | 0.52 |
| Hex | 6E | A9 | 60 | 23 | 0 | 2B | 22 | 6C | 1E | 34 |
| Octal | 156 | 251 | 140 | 43 | 0 | 53 | 42 | 154 | 36 | 64 |
| Binary | 1101110 | 10101001 | 1100000 | 100011 | 0 | 101011 | 100010 | 1101100 | 11110 | 110100 |
Color Harmonies of #6EA960
Complementary color
Monochromatic Colors of #6EA960
Black with #6EA960
Text Example
Text Example
White with #6EA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA960; }
p { color: rgb(110,169,96); }
H1.HeaderClassName
{
color: #6EA960;
}
.AnyTagClassName
{
color: #6EA960;
}
</style>
background-color css
<style>
a { background-color: #6EA960; }
a { background-color: rgb(110,169,96); }
div.DivClassName
{
background-color: #6EA960;
}
.BgClassName
{
background-color: #6EA960;
}
</style>
border-color css
<style>
span { border-color: #6EA960; }
span { border-color: rgb(110,169,96); }
td.TdClassName
{
border-color: #6EA960;
}
.TagClassName
{
border-color: #6EA960;
}
</style>