Shades of Amulet #76A46F
Tints of Amulet #76A46F
RGB
CMYK
RGB Variations
Color information
#76A46F (or 0x76A46F) is known color: Amulet. HEX triplet: 76, A4 and 6F. RGB value is (118,164,111). Sum of RGB (Red+Green+Blue) = 118+164+111=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #76A46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A46F is #895B90. Grayscale: #909090. Windows color (decimal): -9001873 or 7316598. OLE color: 7316598.
HSL color Cylindrical-coordinate representation of color #76A46F: hue angle of 112.08º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A46F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 111 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.36 |
| HSL | 112.08º | 0.23% | 0.54% | - |
| HSV(B) | 112.08º | 0.32% | 0.64% | - |
| XYZ | 23.62 | 31.55 | 19.88 | - |
| YUV | 144.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 111 | 0.28 | 0 | 0.32 | 0.36 | 112.08 | 0.23 | 0.54 |
| Hex | 76 | A4 | 6F | 1C | 0 | 20 | 24 | 70 | 17 | 36 |
| Octal | 166 | 244 | 157 | 34 | 0 | 40 | 44 | 160 | 27 | 66 |
| Binary | 1110110 | 10100100 | 1101111 | 11100 | 0 | 100000 | 100100 | 1110000 | 10111 | 110110 |
Color Harmonies of #76A46F
Complementary color
Monochromatic Colors of #76A46F
Black with #76A46F
Text Example
Text Example
White with #76A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A46F; }
p { color: rgb(118,164,111); }
H1.HeaderClassName
{
color: #76A46F;
}
.AnyTagClassName
{
color: #76A46F;
}
</style>
background-color css
<style>
a { background-color: #76A46F; }
a { background-color: rgb(118,164,111); }
div.DivClassName
{
background-color: #76A46F;
}
.BgClassName
{
background-color: #76A46F;
}
</style>
border-color css
<style>
span { border-color: #76A46F; }
span { border-color: rgb(118,164,111); }
td.TdClassName
{
border-color: #76A46F;
}
.TagClassName
{
border-color: #76A46F;
}
</style>