Shades of Amulet #6E9867
Tints of Amulet #6E9867
RGB
CMYK
RGB Variations
Color information
#6E9867 (or 0x6E9867) is known color: Amulet. HEX triplet: 6E, 98 and 67. RGB value is (110,152,103). Sum of RGB (Red+Green+Blue) = 110+152+103=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9867 is #916798. Grayscale: #868686. Windows color (decimal): -9529241 or 6789230. OLE color: 6789230.
HSL color Cylindrical-coordinate representation of color #6E9867: hue angle of 111.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9867 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 103 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.40 |
| HSL | 111.43º | 0.19% | 0.5% | - |
| HSV(B) | 111.43º | 0.32% | 0.6% | - |
| XYZ | 20.11 | 26.75 | 16.94 | - |
| YUV | 133.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 103 | 0.28 | 0 | 0.32 | 0.40 | 111.43 | 0.19 | 0.5 |
| Hex | 6E | 98 | 67 | 1C | 0 | 20 | 28 | 6F | 13 | 32 |
| Octal | 156 | 230 | 147 | 34 | 0 | 40 | 50 | 157 | 23 | 62 |
| Binary | 1101110 | 10011000 | 1100111 | 11100 | 0 | 100000 | 101000 | 1101111 | 10011 | 110010 |
Color Harmonies of #6E9867
Complementary color
Monochromatic Colors of #6E9867
Black with #6E9867
Text Example
Text Example
White with #6E9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9867; }
p { color: rgb(110,152,103); }
H1.HeaderClassName
{
color: #6E9867;
}
.AnyTagClassName
{
color: #6E9867;
}
</style>
background-color css
<style>
a { background-color: #6E9867; }
a { background-color: rgb(110,152,103); }
div.DivClassName
{
background-color: #6E9867;
}
.BgClassName
{
background-color: #6E9867;
}
</style>
border-color css
<style>
span { border-color: #6E9867; }
span { border-color: rgb(110,152,103); }
td.TdClassName
{
border-color: #6E9867;
}
.TagClassName
{
border-color: #6E9867;
}
</style>