Shades of Amulet #6E9E61
Tints of Amulet #6E9E61
RGB
CMYK
RGB Variations
Color information
#6E9E61 (or 0x6E9E61) is known color: Amulet. HEX triplet: 6E, 9E and 61. RGB value is (110,158,97). Sum of RGB (Red+Green+Blue) = 110+158+97=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9E61 is #91619E. Grayscale: #888888. Windows color (decimal): -9527711 or 6397550. OLE color: 6397550.
HSL color Cylindrical-coordinate representation of color #6E9E61: hue angle of 107.21º 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 #6E9E61 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 97 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.38 |
| HSL | 107.21º | 0.24% | 0.5% | - |
| HSV(B) | 107.21º | 0.39% | 0.62% | - |
| XYZ | 20.81 | 28.63 | 15.74 | - |
| YUV | 136.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 97 | 0.30 | 0 | 0.39 | 0.38 | 107.21 | 0.24 | 0.5 |
| Hex | 6E | 9E | 61 | 1E | 0 | 27 | 26 | 6B | 18 | 32 |
| Octal | 156 | 236 | 141 | 36 | 0 | 47 | 46 | 153 | 30 | 62 |
| Binary | 1101110 | 10011110 | 1100001 | 11110 | 0 | 100111 | 100110 | 1101011 | 11000 | 110010 |
Color Harmonies of #6E9E61
Complementary color
Monochromatic Colors of #6E9E61
Black with #6E9E61
Text Example
Text Example
White with #6E9E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E61; }
p { color: rgb(110,158,97); }
H1.HeaderClassName
{
color: #6E9E61;
}
.AnyTagClassName
{
color: #6E9E61;
}
</style>
background-color css
<style>
a { background-color: #6E9E61; }
a { background-color: rgb(110,158,97); }
div.DivClassName
{
background-color: #6E9E61;
}
.BgClassName
{
background-color: #6E9E61;
}
</style>
border-color css
<style>
span { border-color: #6E9E61; }
span { border-color: rgb(110,158,97); }
td.TdClassName
{
border-color: #6E9E61;
}
.TagClassName
{
border-color: #6E9E61;
}
</style>