Shades of Amulet #6DA060
Tints of Amulet #6DA060
RGB
CMYK
RGB Variations
Color information
#6DA060 (or 0x6DA060) is known color: Amulet. HEX triplet: 6D, A0 and 60. RGB value is (109,160,96). Sum of RGB (Red+Green+Blue) = 109+160+96=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA060 is #925F9F. Grayscale: #898989. Windows color (decimal): -9592736 or 6332525. OLE color: 6332525.
HSL color Cylindrical-coordinate representation of color #6DA060: hue angle of 107.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DA060 is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 96 | - |
| CMYK | 0.32 | 0 | 0.4 | 0.37 |
| HSL | 107.81º | 0.25% | 0.5% | - |
| HSV(B) | 107.81º | 0.4% | 0.63% | - |
| XYZ | 20.99 | 29.24 | 15.6 | - |
| YUV | 137.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 96 | 0.32 | 0 | 0.4 | 0.37 | 107.81 | 0.25 | 0.5 |
| Hex | 6D | A0 | 60 | 20 | 0 | 28 | 25 | 6C | 19 | 32 |
| Octal | 155 | 240 | 140 | 40 | 0 | 50 | 45 | 154 | 31 | 62 |
| Binary | 1101101 | 10100000 | 1100000 | 100000 | 0 | 101000 | 100101 | 1101100 | 11001 | 110010 |
Color Harmonies of #6DA060
Complementary color
Monochromatic Colors of #6DA060
Black with #6DA060
Text Example
Text Example
White with #6DA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA060; }
p { color: rgb(109,160,96); }
H1.HeaderClassName
{
color: #6DA060;
}
.AnyTagClassName
{
color: #6DA060;
}
</style>
background-color css
<style>
a { background-color: #6DA060; }
a { background-color: rgb(109,160,96); }
div.DivClassName
{
background-color: #6DA060;
}
.BgClassName
{
background-color: #6DA060;
}
</style>
border-color css
<style>
span { border-color: #6DA060; }
span { border-color: rgb(109,160,96); }
td.TdClassName
{
border-color: #6DA060;
}
.TagClassName
{
border-color: #6DA060;
}
</style>