Shades of Amulet #749F71
Tints of Amulet #749F71
RGB
CMYK
RGB Variations
Color information
#749F71 (or 0x749F71) is known color: Amulet. HEX triplet: 74, 9F and 71. RGB value is (116,159,113). Sum of RGB (Red+Green+Blue) = 116+159+113=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #749F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F71 is #8B608E. Grayscale: #8D8D8D. Windows color (decimal): -9134223 or 7446388. OLE color: 7446388.
HSL color Cylindrical-coordinate representation of color #749F71: hue angle of 116.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749F71 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 113 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.38 |
| HSL | 116.09º | 0.19% | 0.53% | - |
| HSV(B) | 116.09º | 0.29% | 0.62% | - |
| XYZ | 22.58 | 29.7 | 20.17 | - |
| YUV | 140.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 113 | 0.27 | 0 | 0.29 | 0.38 | 116.09 | 0.19 | 0.53 |
| Hex | 74 | 9F | 71 | 1B | 0 | 1D | 26 | 74 | 13 | 35 |
| Octal | 164 | 237 | 161 | 33 | 0 | 35 | 46 | 164 | 23 | 65 |
| Binary | 1110100 | 10011111 | 1110001 | 11011 | 0 | 11101 | 100110 | 1110100 | 10011 | 110101 |
Color Harmonies of #749F71
Complementary color
Monochromatic Colors of #749F71
Black with #749F71
Text Example
Text Example
White with #749F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F71; }
p { color: rgb(116,159,113); }
H1.HeaderClassName
{
color: #749F71;
}
.AnyTagClassName
{
color: #749F71;
}
</style>
background-color css
<style>
a { background-color: #749F71; }
a { background-color: rgb(116,159,113); }
div.DivClassName
{
background-color: #749F71;
}
.BgClassName
{
background-color: #749F71;
}
</style>
border-color css
<style>
span { border-color: #749F71; }
span { border-color: rgb(116,159,113); }
td.TdClassName
{
border-color: #749F71;
}
.TagClassName
{
border-color: #749F71;
}
</style>