Shades of Amulet #6E9E68
Tints of Amulet #6E9E68
RGB
CMYK
RGB Variations
Color information
#6E9E68 (or 0x6E9E68) is known color: Amulet. HEX triplet: 6E, 9E and 68. RGB value is (110,158,104). Sum of RGB (Red+Green+Blue) = 110+158+104=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9E68 is #916197. Grayscale: #898989. Windows color (decimal): -9527704 or 6856302. OLE color: 6856302.
HSL color Cylindrical-coordinate representation of color #6E9E68: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E9E68 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 104 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.38 |
| HSL | 113.33º | 0.22% | 0.51% | - |
| HSV(B) | 113.33º | 0.34% | 0.62% | - |
| XYZ | 21.16 | 28.77 | 17.53 | - |
| YUV | 137.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 104 | 0.30 | 0 | 0.34 | 0.38 | 113.33 | 0.22 | 0.51 |
| Hex | 6E | 9E | 68 | 1E | 0 | 22 | 26 | 71 | 16 | 33 |
| Octal | 156 | 236 | 150 | 36 | 0 | 42 | 46 | 161 | 26 | 63 |
| Binary | 1101110 | 10011110 | 1101000 | 11110 | 0 | 100010 | 100110 | 1110001 | 10110 | 110011 |
Color Harmonies of #6E9E68
Complementary color
Monochromatic Colors of #6E9E68
Black with #6E9E68
Text Example
Text Example
White with #6E9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E68; }
p { color: rgb(110,158,104); }
H1.HeaderClassName
{
color: #6E9E68;
}
.AnyTagClassName
{
color: #6E9E68;
}
</style>
background-color css
<style>
a { background-color: #6E9E68; }
a { background-color: rgb(110,158,104); }
div.DivClassName
{
background-color: #6E9E68;
}
.BgClassName
{
background-color: #6E9E68;
}
</style>
border-color css
<style>
span { border-color: #6E9E68; }
span { border-color: rgb(110,158,104); }
td.TdClassName
{
border-color: #6E9E68;
}
.TagClassName
{
border-color: #6E9E68;
}
</style>