Shades of Amulet #76A76D
Tints of Amulet #76A76D
RGB
CMYK
RGB Variations
Color information
#76A76D (or 0x76A76D) is known color: Amulet. HEX triplet: 76, A7 and 6D. RGB value is (118,167,109). Sum of RGB (Red+Green+Blue) = 118+167+109=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #76A76D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A76D is #895892. Grayscale: #919191. Windows color (decimal): -9001107 or 7186294. OLE color: 7186294.
HSL color Cylindrical-coordinate representation of color #76A76D: hue angle of 110.69º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76A76D is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 109 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.35 |
| HSL | 110.69º | 0.25% | 0.54% | - |
| HSV(B) | 110.69º | 0.35% | 0.65% | - |
| XYZ | 24.05 | 32.59 | 19.49 | - |
| YUV | 145.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 109 | 0.29 | 0 | 0.35 | 0.35 | 110.69 | 0.25 | 0.54 |
| Hex | 76 | A7 | 6D | 1D | 0 | 23 | 23 | 6F | 19 | 36 |
| Octal | 166 | 247 | 155 | 35 | 0 | 43 | 43 | 157 | 31 | 66 |
| Binary | 1110110 | 10100111 | 1101101 | 11101 | 0 | 100011 | 100011 | 1101111 | 11001 | 110110 |
Color Harmonies of #76A76D
Complementary color
Monochromatic Colors of #76A76D
Black with #76A76D
Text Example
Text Example
White with #76A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A76D; }
p { color: rgb(118,167,109); }
H1.HeaderClassName
{
color: #76A76D;
}
.AnyTagClassName
{
color: #76A76D;
}
</style>
background-color css
<style>
a { background-color: #76A76D; }
a { background-color: rgb(118,167,109); }
div.DivClassName
{
background-color: #76A76D;
}
.BgClassName
{
background-color: #76A76D;
}
</style>
border-color css
<style>
span { border-color: #76A76D; }
span { border-color: rgb(118,167,109); }
td.TdClassName
{
border-color: #76A76D;
}
.TagClassName
{
border-color: #76A76D;
}
</style>