Shades of Amulet #76A16D
Tints of Amulet #76A16D
RGB
CMYK
RGB Variations
Color information
#76A16D (or 0x76A16D) is known color: Amulet. HEX triplet: 76, A1 and 6D. RGB value is (118,161,109). Sum of RGB (Red+Green+Blue) = 118+161+109=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #76A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A16D is #895E92. Grayscale: #8E8E8E. Windows color (decimal): -9002643 or 7184758. OLE color: 7184758.
HSL color Cylindrical-coordinate representation of color #76A16D: hue angle of 109.62º degrees, saturation: 0.22, 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 #76A16D is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 109 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.37 |
| HSL | 109.62º | 0.22% | 0.53% | - |
| HSV(B) | 109.62º | 0.32% | 0.63% | - |
| XYZ | 22.98 | 30.45 | 19.13 | - |
| YUV | 142.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 109 | 0.27 | 0 | 0.32 | 0.37 | 109.62 | 0.22 | 0.53 |
| Hex | 76 | A1 | 6D | 1B | 0 | 20 | 25 | 6E | 16 | 35 |
| Octal | 166 | 241 | 155 | 33 | 0 | 40 | 45 | 156 | 26 | 65 |
| Binary | 1110110 | 10100001 | 1101101 | 11011 | 0 | 100000 | 100101 | 1101110 | 10110 | 110101 |
Color Harmonies of #76A16D
Complementary color
Monochromatic Colors of #76A16D
Black with #76A16D
Text Example
Text Example
White with #76A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A16D; }
p { color: rgb(118,161,109); }
H1.HeaderClassName
{
color: #76A16D;
}
.AnyTagClassName
{
color: #76A16D;
}
</style>
background-color css
<style>
a { background-color: #76A16D; }
a { background-color: rgb(118,161,109); }
div.DivClassName
{
background-color: #76A16D;
}
.BgClassName
{
background-color: #76A16D;
}
</style>
border-color css
<style>
span { border-color: #76A16D; }
span { border-color: rgb(118,161,109); }
td.TdClassName
{
border-color: #76A16D;
}
.TagClassName
{
border-color: #76A16D;
}
</style>