Shades of Amulet #749D6D
Tints of Amulet #749D6D
RGB
CMYK
RGB Variations
Color information
#749D6D (or 0x749D6D) is known color: Amulet. HEX triplet: 74, 9D and 6D. RGB value is (116,157,109). Sum of RGB (Red+Green+Blue) = 116+157+109=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #749D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D6D is #8B6292. Grayscale: #8B8B8B. Windows color (decimal): -9134739 or 7183732. OLE color: 7183732.
HSL color Cylindrical-coordinate representation of color #749D6D: hue angle of 111.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749D6D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 109 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.38 |
| HSL | 111.25º | 0.2% | 0.52% | - |
| HSV(B) | 111.25º | 0.31% | 0.62% | - |
| XYZ | 22.02 | 28.93 | 18.89 | - |
| YUV | 139.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 109 | 0.26 | 0 | 0.31 | 0.38 | 111.25 | 0.2 | 0.52 |
| Hex | 74 | 9D | 6D | 1A | 0 | 1F | 26 | 6F | 14 | 34 |
| Octal | 164 | 235 | 155 | 32 | 0 | 37 | 46 | 157 | 24 | 64 |
| Binary | 1110100 | 10011101 | 1101101 | 11010 | 0 | 11111 | 100110 | 1101111 | 10100 | 110100 |
Color Harmonies of #749D6D
Complementary color
Monochromatic Colors of #749D6D
Black with #749D6D
Text Example
Text Example
White with #749D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D6D; }
p { color: rgb(116,157,109); }
H1.HeaderClassName
{
color: #749D6D;
}
.AnyTagClassName
{
color: #749D6D;
}
</style>
background-color css
<style>
a { background-color: #749D6D; }
a { background-color: rgb(116,157,109); }
div.DivClassName
{
background-color: #749D6D;
}
.BgClassName
{
background-color: #749D6D;
}
</style>
border-color css
<style>
span { border-color: #749D6D; }
span { border-color: rgb(116,157,109); }
td.TdClassName
{
border-color: #749D6D;
}
.TagClassName
{
border-color: #749D6D;
}
</style>