Shades of Amulet #6DA265
Tints of Amulet #6DA265
RGB
CMYK
RGB Variations
Color information
#6DA265 (or 0x6DA265) is known color: Amulet. HEX triplet: 6D, A2 and 65. RGB value is (109,162,101). Sum of RGB (Red+Green+Blue) = 109+162+101=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA265 is #925D9A. Grayscale: #8B8B8B. Windows color (decimal): -9592219 or 6660717. OLE color: 6660717.
HSL color Cylindrical-coordinate representation of color #6DA265: hue angle of 112.13º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DA265 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 101 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.36 |
| HSL | 112.13º | 0.25% | 0.52% | - |
| HSV(B) | 112.13º | 0.38% | 0.64% | - |
| XYZ | 21.58 | 30.03 | 16.97 | - |
| YUV | 139.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 101 | 0.33 | 0 | 0.38 | 0.36 | 112.13 | 0.25 | 0.52 |
| Hex | 6D | A2 | 65 | 21 | 0 | 26 | 24 | 70 | 19 | 34 |
| Octal | 155 | 242 | 145 | 41 | 0 | 46 | 44 | 160 | 31 | 64 |
| Binary | 1101101 | 10100010 | 1100101 | 100001 | 0 | 100110 | 100100 | 1110000 | 11001 | 110100 |
Color Harmonies of #6DA265
Complementary color
Monochromatic Colors of #6DA265
Black with #6DA265
Text Example
Text Example
White with #6DA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA265; }
p { color: rgb(109,162,101); }
H1.HeaderClassName
{
color: #6DA265;
}
.AnyTagClassName
{
color: #6DA265;
}
</style>
background-color css
<style>
a { background-color: #6DA265; }
a { background-color: rgb(109,162,101); }
div.DivClassName
{
background-color: #6DA265;
}
.BgClassName
{
background-color: #6DA265;
}
</style>
border-color css
<style>
span { border-color: #6DA265; }
span { border-color: rgb(109,162,101); }
td.TdClassName
{
border-color: #6DA265;
}
.TagClassName
{
border-color: #6DA265;
}
</style>