Shades of Amulet #76A16A
Tints of Amulet #76A16A
RGB
CMYK
RGB Variations
Color information
#76A16A (or 0x76A16A) is known color: Amulet. HEX triplet: 76, A1 and 6A. RGB value is (118,161,106). Sum of RGB (Red+Green+Blue) = 118+161+106=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #76A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A16A is #895E95. Grayscale: #8E8E8E. Windows color (decimal): -9002646 or 6988150. OLE color: 6988150.
HSL color Cylindrical-coordinate representation of color #76A16A: hue angle of 106.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A16A is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 106 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.37 |
| HSL | 106.91º | 0.23% | 0.52% | - |
| HSV(B) | 106.91º | 0.34% | 0.63% | - |
| XYZ | 22.82 | 30.38 | 18.3 | - |
| YUV | 141.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 106 | 0.27 | 0 | 0.34 | 0.37 | 106.91 | 0.23 | 0.52 |
| Hex | 76 | A1 | 6A | 1B | 0 | 22 | 25 | 6B | 17 | 34 |
| Octal | 166 | 241 | 152 | 33 | 0 | 42 | 45 | 153 | 27 | 64 |
| Binary | 1110110 | 10100001 | 1101010 | 11011 | 0 | 100010 | 100101 | 1101011 | 10111 | 110100 |
Color Harmonies of #76A16A
Complementary color
Monochromatic Colors of #76A16A
Black with #76A16A
Text Example
Text Example
White with #76A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A16A; }
p { color: rgb(118,161,106); }
H1.HeaderClassName
{
color: #76A16A;
}
.AnyTagClassName
{
color: #76A16A;
}
</style>
background-color css
<style>
a { background-color: #76A16A; }
a { background-color: rgb(118,161,106); }
div.DivClassName
{
background-color: #76A16A;
}
.BgClassName
{
background-color: #76A16A;
}
</style>
border-color css
<style>
span { border-color: #76A16A; }
span { border-color: rgb(118,161,106); }
td.TdClassName
{
border-color: #76A16A;
}
.TagClassName
{
border-color: #76A16A;
}
</style>