Shades of Amulet #6EA16A
Tints of Amulet #6EA16A
RGB
CMYK
RGB Variations
Color information
#6EA16A (or 0x6EA16A) is known color: Amulet. HEX triplet: 6E, A1 and 6A. RGB value is (110,161,106). Sum of RGB (Red+Green+Blue) = 110+161+106=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA16A is #915E95. Grayscale: #8B8B8B. Windows color (decimal): -9526934 or 6988142. OLE color: 6988142.
HSL color Cylindrical-coordinate representation of color #6EA16A: hue angle of 115.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA16A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 106 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.37 |
| HSL | 115.64º | 0.23% | 0.52% | - |
| HSV(B) | 115.64º | 0.34% | 0.63% | - |
| XYZ | 21.78 | 29.85 | 18.25 | - |
| YUV | 139.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 106 | 0.32 | 0 | 0.34 | 0.37 | 115.64 | 0.23 | 0.52 |
| Hex | 6E | A1 | 6A | 20 | 0 | 22 | 25 | 74 | 17 | 34 |
| Octal | 156 | 241 | 152 | 40 | 0 | 42 | 45 | 164 | 27 | 64 |
| Binary | 1101110 | 10100001 | 1101010 | 100000 | 0 | 100010 | 100101 | 1110100 | 10111 | 110100 |
Color Harmonies of #6EA16A
Complementary color
Monochromatic Colors of #6EA16A
Black with #6EA16A
Text Example
Text Example
White with #6EA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA16A; }
p { color: rgb(110,161,106); }
H1.HeaderClassName
{
color: #6EA16A;
}
.AnyTagClassName
{
color: #6EA16A;
}
</style>
background-color css
<style>
a { background-color: #6EA16A; }
a { background-color: rgb(110,161,106); }
div.DivClassName
{
background-color: #6EA16A;
}
.BgClassName
{
background-color: #6EA16A;
}
</style>
border-color css
<style>
span { border-color: #6EA16A; }
span { border-color: rgb(110,161,106); }
td.TdClassName
{
border-color: #6EA16A;
}
.TagClassName
{
border-color: #6EA16A;
}
</style>