Shades of Amulet #6DA05F
Tints of Amulet #6DA05F
RGB
CMYK
RGB Variations
Color information
#6DA05F (or 0x6DA05F) is known color: Amulet. HEX triplet: 6D, A0 and 5F. RGB value is (109,160,95). Sum of RGB (Red+Green+Blue) = 109+160+95=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA05F is #925FA0. Grayscale: #898989. Windows color (decimal): -9592737 or 6266989. OLE color: 6266989.
HSL color Cylindrical-coordinate representation of color #6DA05F: hue angle of 107.08º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DA05F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 95 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.37 |
| HSL | 107.08º | 0.25% | 0.5% | - |
| HSV(B) | 107.08º | 0.41% | 0.63% | - |
| XYZ | 20.94 | 29.22 | 15.36 | - |
| YUV | 137.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 95 | 0.32 | 0 | 0.41 | 0.37 | 107.08 | 0.25 | 0.5 |
| Hex | 6D | A0 | 5F | 20 | 0 | 29 | 25 | 6B | 19 | 32 |
| Octal | 155 | 240 | 137 | 40 | 0 | 51 | 45 | 153 | 31 | 62 |
| Binary | 1101101 | 10100000 | 1011111 | 100000 | 0 | 101001 | 100101 | 1101011 | 11001 | 110010 |
Color Harmonies of #6DA05F
Complementary color
Monochromatic Colors of #6DA05F
Black with #6DA05F
Text Example
Text Example
White with #6DA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA05F; }
p { color: rgb(109,160,95); }
H1.HeaderClassName
{
color: #6DA05F;
}
.AnyTagClassName
{
color: #6DA05F;
}
</style>
background-color css
<style>
a { background-color: #6DA05F; }
a { background-color: rgb(109,160,95); }
div.DivClassName
{
background-color: #6DA05F;
}
.BgClassName
{
background-color: #6DA05F;
}
</style>
border-color css
<style>
span { border-color: #6DA05F; }
span { border-color: rgb(109,160,95); }
td.TdClassName
{
border-color: #6DA05F;
}
.TagClassName
{
border-color: #6DA05F;
}
</style>