Shades of Amulet #6DA55F
Tints of Amulet #6DA55F
RGB
CMYK
RGB Variations
Color information
#6DA55F (or 0x6DA55F) is known color: Amulet. HEX triplet: 6D, A5 and 5F. RGB value is (109,165,95). Sum of RGB (Red+Green+Blue) = 109+165+95=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA55F is #925AA0. Grayscale: #8C8C8C. Windows color (decimal): -9591457 or 6268269. OLE color: 6268269.
HSL color Cylindrical-coordinate representation of color #6DA55F: hue angle of 108º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA55F is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 95 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.35 |
| HSL | 108º | 0.28% | 0.51% | - |
| HSV(B) | 108º | 0.42% | 0.65% | - |
| XYZ | 21.83 | 30.99 | 15.66 | - |
| YUV | 140.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 95 | 0.34 | 0 | 0.42 | 0.35 | 108 | 0.28 | 0.51 |
| Hex | 6D | A5 | 5F | 22 | 0 | 2A | 23 | 6C | 1C | 33 |
| Octal | 155 | 245 | 137 | 42 | 0 | 52 | 43 | 154 | 34 | 63 |
| Binary | 1101101 | 10100101 | 1011111 | 100010 | 0 | 101010 | 100011 | 1101100 | 11100 | 110011 |
Color Harmonies of #6DA55F
Complementary color
Monochromatic Colors of #6DA55F
Black with #6DA55F
Text Example
Text Example
White with #6DA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA55F; }
p { color: rgb(109,165,95); }
H1.HeaderClassName
{
color: #6DA55F;
}
.AnyTagClassName
{
color: #6DA55F;
}
</style>
background-color css
<style>
a { background-color: #6DA55F; }
a { background-color: rgb(109,165,95); }
div.DivClassName
{
background-color: #6DA55F;
}
.BgClassName
{
background-color: #6DA55F;
}
</style>
border-color css
<style>
span { border-color: #6DA55F; }
span { border-color: rgb(109,165,95); }
td.TdClassName
{
border-color: #6DA55F;
}
.TagClassName
{
border-color: #6DA55F;
}
</style>