Shades of Amulet #6E9766
Tints of Amulet #6E9766
RGB
CMYK
RGB Variations
Color information
#6E9766 (or 0x6E9766) is known color: Amulet. HEX triplet: 6E, 97 and 66. RGB value is (110,151,102). Sum of RGB (Red+Green+Blue) = 110+151+102=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9766 is #916899. Grayscale: #858585. Windows color (decimal): -9529498 or 6723438. OLE color: 6723438.
HSL color Cylindrical-coordinate representation of color #6E9766: hue angle of 110.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9766 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 151 | 102 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.41 |
| HSL | 110.2º | 0.19% | 0.5% | - |
| HSV(B) | 110.2º | 0.32% | 0.59% | - |
| XYZ | 19.9 | 26.41 | 16.62 | - |
| YUV | 133.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 102 | 0.27 | 0 | 0.32 | 0.41 | 110.2 | 0.19 | 0.5 |
| Hex | 6E | 97 | 66 | 1B | 0 | 20 | 29 | 6E | 13 | 32 |
| Octal | 156 | 227 | 146 | 33 | 0 | 40 | 51 | 156 | 23 | 62 |
| Binary | 1101110 | 10010111 | 1100110 | 11011 | 0 | 100000 | 101001 | 1101110 | 10011 | 110010 |
Color Harmonies of #6E9766
Complementary color
Monochromatic Colors of #6E9766
Black with #6E9766
Text Example
Text Example
White with #6E9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9766; }
p { color: rgb(110,151,102); }
H1.HeaderClassName
{
color: #6E9766;
}
.AnyTagClassName
{
color: #6E9766;
}
</style>
background-color css
<style>
a { background-color: #6E9766; }
a { background-color: rgb(110,151,102); }
div.DivClassName
{
background-color: #6E9766;
}
.BgClassName
{
background-color: #6E9766;
}
</style>
border-color css
<style>
span { border-color: #6E9766; }
span { border-color: rgb(110,151,102); }
td.TdClassName
{
border-color: #6E9766;
}
.TagClassName
{
border-color: #6E9766;
}
</style>