Shades of Amulet #6DA068
Tints of Amulet #6DA068
RGB
CMYK
RGB Variations
Color information
#6DA068 (or 0x6DA068) is known color: Amulet. HEX triplet: 6D, A0 and 68. RGB value is (109,160,104). Sum of RGB (Red+Green+Blue) = 109+160+104=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA068 is #925F97. Grayscale: #8A8A8A. Windows color (decimal): -9592728 or 6856813. OLE color: 6856813.
HSL color Cylindrical-coordinate representation of color #6DA068: hue angle of 114.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA068 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 104 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.37 |
| HSL | 114.64º | 0.23% | 0.52% | - |
| HSV(B) | 114.64º | 0.35% | 0.63% | - |
| XYZ | 21.38 | 29.39 | 17.64 | - |
| YUV | 138.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 104 | 0.32 | 0 | 0.35 | 0.37 | 114.64 | 0.23 | 0.52 |
| Hex | 6D | A0 | 68 | 20 | 0 | 23 | 25 | 73 | 17 | 34 |
| Octal | 155 | 240 | 150 | 40 | 0 | 43 | 45 | 163 | 27 | 64 |
| Binary | 1101101 | 10100000 | 1101000 | 100000 | 0 | 100011 | 100101 | 1110011 | 10111 | 110100 |
Color Harmonies of #6DA068
Complementary color
Monochromatic Colors of #6DA068
Black with #6DA068
Text Example
Text Example
White with #6DA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA068; }
p { color: rgb(109,160,104); }
H1.HeaderClassName
{
color: #6DA068;
}
.AnyTagClassName
{
color: #6DA068;
}
</style>
background-color css
<style>
a { background-color: #6DA068; }
a { background-color: rgb(109,160,104); }
div.DivClassName
{
background-color: #6DA068;
}
.BgClassName
{
background-color: #6DA068;
}
</style>
border-color css
<style>
span { border-color: #6DA068; }
span { border-color: rgb(109,160,104); }
td.TdClassName
{
border-color: #6DA068;
}
.TagClassName
{
border-color: #6DA068;
}
</style>