Shades of Amulet #6DA166
Tints of Amulet #6DA166
RGB
CMYK
RGB Variations
Color information
#6DA166 (or 0x6DA166) is known color: Amulet. HEX triplet: 6D, A1 and 66. RGB value is (109,161,102). Sum of RGB (Red+Green+Blue) = 109+161+102=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA166 is #925E99. Grayscale: #8A8A8A. Windows color (decimal): -9592474 or 6725997. OLE color: 6725997.
HSL color Cylindrical-coordinate representation of color #6DA166: hue angle of 112.88º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DA166 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 161 | 102 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.37 |
| HSL | 112.88º | 0.24% | 0.52% | - |
| HSV(B) | 112.88º | 0.37% | 0.63% | - |
| XYZ | 21.45 | 29.7 | 17.17 | - |
| YUV | 138.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 102 | 0.32 | 0 | 0.37 | 0.37 | 112.88 | 0.24 | 0.52 |
| Hex | 6D | A1 | 66 | 20 | 0 | 25 | 25 | 71 | 18 | 34 |
| Octal | 155 | 241 | 146 | 40 | 0 | 45 | 45 | 161 | 30 | 64 |
| Binary | 1101101 | 10100001 | 1100110 | 100000 | 0 | 100101 | 100101 | 1110001 | 11000 | 110100 |
Color Harmonies of #6DA166
Complementary color
Monochromatic Colors of #6DA166
Black with #6DA166
Text Example
Text Example
White with #6DA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA166; }
p { color: rgb(109,161,102); }
H1.HeaderClassName
{
color: #6DA166;
}
.AnyTagClassName
{
color: #6DA166;
}
</style>
background-color css
<style>
a { background-color: #6DA166; }
a { background-color: rgb(109,161,102); }
div.DivClassName
{
background-color: #6DA166;
}
.BgClassName
{
background-color: #6DA166;
}
</style>
border-color css
<style>
span { border-color: #6DA166; }
span { border-color: rgb(109,161,102); }
td.TdClassName
{
border-color: #6DA166;
}
.TagClassName
{
border-color: #6DA166;
}
</style>