Shades of Amulet #76A06D
Tints of Amulet #76A06D
RGB
CMYK
RGB Variations
Color information
#76A06D (or 0x76A06D) is known color: Amulet. HEX triplet: 76, A0 and 6D. RGB value is (118,160,109). Sum of RGB (Red+Green+Blue) = 118+160+109=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #76A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A06D is #895F92. Grayscale: #8D8D8D. Windows color (decimal): -9002899 or 7184502. OLE color: 7184502.
HSL color Cylindrical-coordinate representation of color #76A06D: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A06D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 109 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.37 |
| HSL | 109.41º | 0.21% | 0.53% | - |
| HSV(B) | 109.41º | 0.32% | 0.63% | - |
| XYZ | 22.8 | 30.1 | 19.08 | - |
| YUV | 141.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 109 | 0.26 | 0 | 0.32 | 0.37 | 109.41 | 0.21 | 0.53 |
| Hex | 76 | A0 | 6D | 1A | 0 | 20 | 25 | 6D | 15 | 35 |
| Octal | 166 | 240 | 155 | 32 | 0 | 40 | 45 | 155 | 25 | 65 |
| Binary | 1110110 | 10100000 | 1101101 | 11010 | 0 | 100000 | 100101 | 1101101 | 10101 | 110101 |
Color Harmonies of #76A06D
Complementary color
Monochromatic Colors of #76A06D
Black with #76A06D
Text Example
Text Example
White with #76A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A06D; }
p { color: rgb(118,160,109); }
H1.HeaderClassName
{
color: #76A06D;
}
.AnyTagClassName
{
color: #76A06D;
}
</style>
background-color css
<style>
a { background-color: #76A06D; }
a { background-color: rgb(118,160,109); }
div.DivClassName
{
background-color: #76A06D;
}
.BgClassName
{
background-color: #76A06D;
}
</style>
border-color css
<style>
span { border-color: #76A06D; }
span { border-color: rgb(118,160,109); }
td.TdClassName
{
border-color: #76A06D;
}
.TagClassName
{
border-color: #76A06D;
}
</style>