Shades of Amulet #749E71
Tints of Amulet #749E71
RGB
CMYK
RGB Variations
Color information
#749E71 (or 0x749E71) is known color: Amulet. HEX triplet: 74, 9E and 71. RGB value is (116,158,113). Sum of RGB (Red+Green+Blue) = 116+158+113=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #749E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E71 is #8B618E. Grayscale: #8C8C8C. Windows color (decimal): -9134479 or 7446132. OLE color: 7446132.
HSL color Cylindrical-coordinate representation of color #749E71: hue angle of 116º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749E71 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 113 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.38 |
| HSL | 116º | 0.19% | 0.53% | - |
| HSV(B) | 116º | 0.28% | 0.62% | - |
| XYZ | 22.41 | 29.36 | 20.11 | - |
| YUV | 140.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 113 | 0.27 | 0 | 0.28 | 0.38 | 116 | 0.19 | 0.53 |
| Hex | 74 | 9E | 71 | 1B | 0 | 1C | 26 | 74 | 13 | 35 |
| Octal | 164 | 236 | 161 | 33 | 0 | 34 | 46 | 164 | 23 | 65 |
| Binary | 1110100 | 10011110 | 1110001 | 11011 | 0 | 11100 | 100110 | 1110100 | 10011 | 110101 |
Color Harmonies of #749E71
Complementary color
Monochromatic Colors of #749E71
Black with #749E71
Text Example
Text Example
White with #749E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E71; }
p { color: rgb(116,158,113); }
H1.HeaderClassName
{
color: #749E71;
}
.AnyTagClassName
{
color: #749E71;
}
</style>
background-color css
<style>
a { background-color: #749E71; }
a { background-color: rgb(116,158,113); }
div.DivClassName
{
background-color: #749E71;
}
.BgClassName
{
background-color: #749E71;
}
</style>
border-color css
<style>
span { border-color: #749E71; }
span { border-color: rgb(116,158,113); }
td.TdClassName
{
border-color: #749E71;
}
.TagClassName
{
border-color: #749E71;
}
</style>