Shades of Amulet #76B56C
Tints of Amulet #76B56C
RGB
CMYK
RGB Variations
Color information
#76B56C (or 0x76B56C) is known color: Amulet. HEX triplet: 76, B5 and 6C. RGB value is (118,181,108). Sum of RGB (Red+Green+Blue) = 118+181+108=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #76B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B56C is #894A93. Grayscale: #9A9A9A. Windows color (decimal): -8997524 or 7124342. OLE color: 7124342.
HSL color Cylindrical-coordinate representation of color #76B56C: hue angle of 111.78º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76B56C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 108 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.29 |
| HSL | 111.78º | 0.33% | 0.57% | - |
| HSV(B) | 111.78º | 0.4% | 0.71% | - |
| XYZ | 26.7 | 37.98 | 20.11 | - |
| YUV | 153.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 108 | 0.35 | 0 | 0.40 | 0.29 | 111.78 | 0.33 | 0.57 |
| Hex | 76 | B5 | 6C | 23 | 0 | 28 | 1D | 70 | 21 | 39 |
| Octal | 166 | 265 | 154 | 43 | 0 | 50 | 35 | 160 | 41 | 71 |
| Binary | 1110110 | 10110101 | 1101100 | 100011 | 0 | 101000 | 11101 | 1110000 | 100001 | 111001 |
Color Harmonies of #76B56C
Complementary color
Monochromatic Colors of #76B56C
Black with #76B56C
Text Example
Text Example
White with #76B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B56C; }
p { color: rgb(118,181,108); }
H1.HeaderClassName
{
color: #76B56C;
}
.AnyTagClassName
{
color: #76B56C;
}
</style>
background-color css
<style>
a { background-color: #76B56C; }
a { background-color: rgb(118,181,108); }
div.DivClassName
{
background-color: #76B56C;
}
.BgClassName
{
background-color: #76B56C;
}
</style>
border-color css
<style>
span { border-color: #76B56C; }
span { border-color: rgb(118,181,108); }
td.TdClassName
{
border-color: #76B56C;
}
.TagClassName
{
border-color: #76B56C;
}
</style>