Shades of Amulet #749E64
Tints of Amulet #749E64
RGB
CMYK
RGB Variations
Color information
#749E64 (or 0x749E64) is known color: Amulet. HEX triplet: 74, 9E and 64. RGB value is (116,158,100). Sum of RGB (Red+Green+Blue) = 116+158+100=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #749E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E64 is #8B619B. Grayscale: #8B8B8B. Windows color (decimal): -9134492 or 6594164. OLE color: 6594164.
HSL color Cylindrical-coordinate representation of color #749E64: hue angle of 103.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #749E64 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 100 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.38 |
| HSL | 103.45º | 0.23% | 0.51% | - |
| HSV(B) | 103.45º | 0.37% | 0.62% | - |
| XYZ | 21.73 | 29.09 | 16.53 | - |
| YUV | 138.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 100 | 0.27 | 0 | 0.37 | 0.38 | 103.45 | 0.23 | 0.51 |
| Hex | 74 | 9E | 64 | 1B | 0 | 25 | 26 | 67 | 17 | 33 |
| Octal | 164 | 236 | 144 | 33 | 0 | 45 | 46 | 147 | 27 | 63 |
| Binary | 1110100 | 10011110 | 1100100 | 11011 | 0 | 100101 | 100110 | 1100111 | 10111 | 110011 |
Color Harmonies of #749E64
Complementary color
Monochromatic Colors of #749E64
Black with #749E64
Text Example
Text Example
White with #749E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E64; }
p { color: rgb(116,158,100); }
H1.HeaderClassName
{
color: #749E64;
}
.AnyTagClassName
{
color: #749E64;
}
</style>
background-color css
<style>
a { background-color: #749E64; }
a { background-color: rgb(116,158,100); }
div.DivClassName
{
background-color: #749E64;
}
.BgClassName
{
background-color: #749E64;
}
</style>
border-color css
<style>
span { border-color: #749E64; }
span { border-color: rgb(116,158,100); }
td.TdClassName
{
border-color: #749E64;
}
.TagClassName
{
border-color: #749E64;
}
</style>