Shades of Amulet #749E66
Tints of Amulet #749E66
RGB
CMYK
RGB Variations
Color information
#749E66 (or 0x749E66) is known color: Amulet. HEX triplet: 74, 9E and 66. RGB value is (116,158,102). Sum of RGB (Red+Green+Blue) = 116+158+102=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #749E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E66 is #8B6199. Grayscale: #8B8B8B. Windows color (decimal): -9134490 or 6725236. OLE color: 6725236.
HSL color Cylindrical-coordinate representation of color #749E66: hue angle of 105º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749E66 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 102 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.38 |
| HSL | 105º | 0.22% | 0.51% | - |
| HSV(B) | 105º | 0.35% | 0.62% | - |
| XYZ | 21.83 | 29.13 | 17.04 | - |
| YUV | 139.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 102 | 0.27 | 0 | 0.35 | 0.38 | 105 | 0.22 | 0.51 |
| Hex | 74 | 9E | 66 | 1B | 0 | 23 | 26 | 69 | 16 | 33 |
| Octal | 164 | 236 | 146 | 33 | 0 | 43 | 46 | 151 | 26 | 63 |
| Binary | 1110100 | 10011110 | 1100110 | 11011 | 0 | 100011 | 100110 | 1101001 | 10110 | 110011 |
Color Harmonies of #749E66
Complementary color
Monochromatic Colors of #749E66
Black with #749E66
Text Example
Text Example
White with #749E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E66; }
p { color: rgb(116,158,102); }
H1.HeaderClassName
{
color: #749E66;
}
.AnyTagClassName
{
color: #749E66;
}
</style>
background-color css
<style>
a { background-color: #749E66; }
a { background-color: rgb(116,158,102); }
div.DivClassName
{
background-color: #749E66;
}
.BgClassName
{
background-color: #749E66;
}
</style>
border-color css
<style>
span { border-color: #749E66; }
span { border-color: rgb(116,158,102); }
td.TdClassName
{
border-color: #749E66;
}
.TagClassName
{
border-color: #749E66;
}
</style>