Shades of Amulet #6E9767
Tints of Amulet #6E9767
RGB
CMYK
RGB Variations
Color information
#6E9767 (or 0x6E9767) is known color: Amulet. HEX triplet: 6E, 97 and 67. RGB value is (110,151,103). Sum of RGB (Red+Green+Blue) = 110+151+103=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9767 is #916898. Grayscale: #858585. Windows color (decimal): -9529497 or 6788974. OLE color: 6788974.
HSL color Cylindrical-coordinate representation of color #6E9767: hue angle of 111.25º 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 #6E9767 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 151 | 103 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.41 |
| HSL | 111.25º | 0.19% | 0.5% | - |
| HSV(B) | 111.25º | 0.32% | 0.59% | - |
| XYZ | 19.95 | 26.43 | 16.88 | - |
| YUV | 133.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 103 | 0.27 | 0 | 0.32 | 0.41 | 111.25 | 0.19 | 0.5 |
| Hex | 6E | 97 | 67 | 1B | 0 | 20 | 29 | 6F | 13 | 32 |
| Octal | 156 | 227 | 147 | 33 | 0 | 40 | 51 | 157 | 23 | 62 |
| Binary | 1101110 | 10010111 | 1100111 | 11011 | 0 | 100000 | 101001 | 1101111 | 10011 | 110010 |
Color Harmonies of #6E9767
Complementary color
Monochromatic Colors of #6E9767
Black with #6E9767
Text Example
Text Example
White with #6E9767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9767; }
p { color: rgb(110,151,103); }
H1.HeaderClassName
{
color: #6E9767;
}
.AnyTagClassName
{
color: #6E9767;
}
</style>
background-color css
<style>
a { background-color: #6E9767; }
a { background-color: rgb(110,151,103); }
div.DivClassName
{
background-color: #6E9767;
}
.BgClassName
{
background-color: #6E9767;
}
</style>
border-color css
<style>
span { border-color: #6E9767; }
span { border-color: rgb(110,151,103); }
td.TdClassName
{
border-color: #6E9767;
}
.TagClassName
{
border-color: #6E9767;
}
</style>