Shades of Amulet #749E65
Tints of Amulet #749E65
RGB
CMYK
RGB Variations
Color information
#749E65 (or 0x749E65) is known color: Amulet. HEX triplet: 74, 9E and 65. RGB value is (116,158,101). Sum of RGB (Red+Green+Blue) = 116+158+101=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #749E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E65 is #8B619A. Grayscale: #8B8B8B. Windows color (decimal): -9134491 or 6659700. OLE color: 6659700.
HSL color Cylindrical-coordinate representation of color #749E65: hue angle of 104.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #749E65 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 101 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.38 |
| HSL | 104.21º | 0.23% | 0.51% | - |
| HSV(B) | 104.21º | 0.36% | 0.62% | - |
| XYZ | 21.78 | 29.11 | 16.78 | - |
| YUV | 138.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 101 | 0.27 | 0 | 0.36 | 0.38 | 104.21 | 0.23 | 0.51 |
| Hex | 74 | 9E | 65 | 1B | 0 | 24 | 26 | 68 | 17 | 33 |
| Octal | 164 | 236 | 145 | 33 | 0 | 44 | 46 | 150 | 27 | 63 |
| Binary | 1110100 | 10011110 | 1100101 | 11011 | 0 | 100100 | 100110 | 1101000 | 10111 | 110011 |
Color Harmonies of #749E65
Complementary color
Monochromatic Colors of #749E65
Black with #749E65
Text Example
Text Example
White with #749E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E65; }
p { color: rgb(116,158,101); }
H1.HeaderClassName
{
color: #749E65;
}
.AnyTagClassName
{
color: #749E65;
}
</style>
background-color css
<style>
a { background-color: #749E65; }
a { background-color: rgb(116,158,101); }
div.DivClassName
{
background-color: #749E65;
}
.BgClassName
{
background-color: #749E65;
}
</style>
border-color css
<style>
span { border-color: #749E65; }
span { border-color: rgb(116,158,101); }
td.TdClassName
{
border-color: #749E65;
}
.TagClassName
{
border-color: #749E65;
}
</style>