Shades of Amulet #6D9E67
Tints of Amulet #6D9E67
RGB
CMYK
RGB Variations
Color information
#6D9E67 (or 0x6D9E67) is known color: Amulet. HEX triplet: 6D, 9E and 67. RGB value is (109,158,103). Sum of RGB (Red+Green+Blue) = 109+158+103=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E67 is #926198. Grayscale: #898989. Windows color (decimal): -9593241 or 6790765. OLE color: 6790765.
HSL color Cylindrical-coordinate representation of color #6D9E67: hue angle of 113.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D9E67 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 103 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.38 |
| HSL | 113.45º | 0.22% | 0.51% | - |
| HSV(B) | 113.45º | 0.35% | 0.62% | - |
| XYZ | 20.98 | 28.68 | 17.26 | - |
| YUV | 137.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 103 | 0.31 | 0 | 0.35 | 0.38 | 113.45 | 0.22 | 0.51 |
| Hex | 6D | 9E | 67 | 1F | 0 | 23 | 26 | 71 | 16 | 33 |
| Octal | 155 | 236 | 147 | 37 | 0 | 43 | 46 | 161 | 26 | 63 |
| Binary | 1101101 | 10011110 | 1100111 | 11111 | 0 | 100011 | 100110 | 1110001 | 10110 | 110011 |
Color Harmonies of #6D9E67
Complementary color
Monochromatic Colors of #6D9E67
Black with #6D9E67
Text Example
Text Example
White with #6D9E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E67; }
p { color: rgb(109,158,103); }
H1.HeaderClassName
{
color: #6D9E67;
}
.AnyTagClassName
{
color: #6D9E67;
}
</style>
background-color css
<style>
a { background-color: #6D9E67; }
a { background-color: rgb(109,158,103); }
div.DivClassName
{
background-color: #6D9E67;
}
.BgClassName
{
background-color: #6D9E67;
}
</style>
border-color css
<style>
span { border-color: #6D9E67; }
span { border-color: rgb(109,158,103); }
td.TdClassName
{
border-color: #6D9E67;
}
.TagClassName
{
border-color: #6D9E67;
}
</style>