Shades of Amulet #6D9E61
Tints of Amulet #6D9E61
RGB
CMYK
RGB Variations
Color information
#6D9E61 (or 0x6D9E61) is known color: Amulet. HEX triplet: 6D, 9E and 61. RGB value is (109,158,97). Sum of RGB (Red+Green+Blue) = 109+158+97=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E61 is #92619E. Grayscale: #888888. Windows color (decimal): -9593247 or 6397549. OLE color: 6397549.
HSL color Cylindrical-coordinate representation of color #6D9E61: hue angle of 108.2º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D9E61 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 97 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.38 |
| HSL | 108.2º | 0.24% | 0.5% | - |
| HSV(B) | 108.2º | 0.39% | 0.62% | - |
| XYZ | 20.69 | 28.57 | 15.73 | - |
| YUV | 136.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 97 | 0.31 | 0 | 0.39 | 0.38 | 108.2 | 0.24 | 0.5 |
| Hex | 6D | 9E | 61 | 1F | 0 | 27 | 26 | 6C | 18 | 32 |
| Octal | 155 | 236 | 141 | 37 | 0 | 47 | 46 | 154 | 30 | 62 |
| Binary | 1101101 | 10011110 | 1100001 | 11111 | 0 | 100111 | 100110 | 1101100 | 11000 | 110010 |
Color Harmonies of #6D9E61
Complementary color
Monochromatic Colors of #6D9E61
Black with #6D9E61
Text Example
Text Example
White with #6D9E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E61; }
p { color: rgb(109,158,97); }
H1.HeaderClassName
{
color: #6D9E61;
}
.AnyTagClassName
{
color: #6D9E61;
}
</style>
background-color css
<style>
a { background-color: #6D9E61; }
a { background-color: rgb(109,158,97); }
div.DivClassName
{
background-color: #6D9E61;
}
.BgClassName
{
background-color: #6D9E61;
}
</style>
border-color css
<style>
span { border-color: #6D9E61; }
span { border-color: rgb(109,158,97); }
td.TdClassName
{
border-color: #6D9E61;
}
.TagClassName
{
border-color: #6D9E61;
}
</style>