Shades of Amulet #6E9A67
Tints of Amulet #6E9A67
RGB
CMYK
RGB Variations
Color information
#6E9A67 (or 0x6E9A67) is known color: Amulet. HEX triplet: 6E, 9A and 67. RGB value is (110,154,103). Sum of RGB (Red+Green+Blue) = 110+154+103=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9A67 is #916598. Grayscale: #878787. Windows color (decimal): -9528729 or 6789742. OLE color: 6789742.
HSL color Cylindrical-coordinate representation of color #6E9A67: hue angle of 111.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E9A67 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 154 | 103 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.40 |
| HSL | 111.76º | 0.2% | 0.5% | - |
| HSV(B) | 111.76º | 0.33% | 0.6% | - |
| XYZ | 20.43 | 27.41 | 17.04 | - |
| YUV | 135.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 103 | 0.29 | 0 | 0.33 | 0.40 | 111.76 | 0.2 | 0.5 |
| Hex | 6E | 9A | 67 | 1D | 0 | 21 | 28 | 70 | 14 | 32 |
| Octal | 156 | 232 | 147 | 35 | 0 | 41 | 50 | 160 | 24 | 62 |
| Binary | 1101110 | 10011010 | 1100111 | 11101 | 0 | 100001 | 101000 | 1110000 | 10100 | 110010 |
Color Harmonies of #6E9A67
Complementary color
Monochromatic Colors of #6E9A67
Black with #6E9A67
Text Example
Text Example
White with #6E9A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9A67; }
p { color: rgb(110,154,103); }
H1.HeaderClassName
{
color: #6E9A67;
}
.AnyTagClassName
{
color: #6E9A67;
}
</style>
background-color css
<style>
a { background-color: #6E9A67; }
a { background-color: rgb(110,154,103); }
div.DivClassName
{
background-color: #6E9A67;
}
.BgClassName
{
background-color: #6E9A67;
}
</style>
border-color css
<style>
span { border-color: #6E9A67; }
span { border-color: rgb(110,154,103); }
td.TdClassName
{
border-color: #6E9A67;
}
.TagClassName
{
border-color: #6E9A67;
}
</style>