Shades of Amulet #6E9865
Tints of Amulet #6E9865
RGB
CMYK
RGB Variations
Color information
#6E9865 (or 0x6E9865) is known color: Amulet. HEX triplet: 6E, 98 and 65. RGB value is (110,152,101). Sum of RGB (Red+Green+Blue) = 110+152+101=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9865 is #91679A. Grayscale: #858585. Windows color (decimal): -9529243 or 6658158. OLE color: 6658158.
HSL color Cylindrical-coordinate representation of color #6E9865: hue angle of 109.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E9865 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 101 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.40 |
| HSL | 109.41º | 0.2% | 0.5% | - |
| HSV(B) | 109.41º | 0.34% | 0.6% | - |
| XYZ | 20.01 | 26.71 | 16.41 | - |
| YUV | 133.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 101 | 0.28 | 0 | 0.34 | 0.40 | 109.41 | 0.2 | 0.5 |
| Hex | 6E | 98 | 65 | 1C | 0 | 22 | 28 | 6D | 14 | 32 |
| Octal | 156 | 230 | 145 | 34 | 0 | 42 | 50 | 155 | 24 | 62 |
| Binary | 1101110 | 10011000 | 1100101 | 11100 | 0 | 100010 | 101000 | 1101101 | 10100 | 110010 |
Color Harmonies of #6E9865
Complementary color
Monochromatic Colors of #6E9865
Black with #6E9865
Text Example
Text Example
White with #6E9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9865; }
p { color: rgb(110,152,101); }
H1.HeaderClassName
{
color: #6E9865;
}
.AnyTagClassName
{
color: #6E9865;
}
</style>
background-color css
<style>
a { background-color: #6E9865; }
a { background-color: rgb(110,152,101); }
div.DivClassName
{
background-color: #6E9865;
}
.BgClassName
{
background-color: #6E9865;
}
</style>
border-color css
<style>
span { border-color: #6E9865; }
span { border-color: rgb(110,152,101); }
td.TdClassName
{
border-color: #6E9865;
}
.TagClassName
{
border-color: #6E9865;
}
</style>