Shades of Amulet #76A873
Tints of Amulet #76A873
RGB
CMYK
RGB Variations
Color information
#76A873 (or 0x76A873) is known color: Amulet. HEX triplet: 76, A8 and 73. RGB value is (118,168,115). Sum of RGB (Red+Green+Blue) = 118+168+115=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #76A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A873 is #89578C. Grayscale: #939393. Windows color (decimal): -9000845 or 7579766. OLE color: 7579766.
HSL color Cylindrical-coordinate representation of color #76A873: hue angle of 116.6º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A873 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 115 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.34 |
| HSL | 116.6º | 0.23% | 0.55% | - |
| HSV(B) | 116.6º | 0.32% | 0.66% | - |
| XYZ | 24.57 | 33.09 | 21.31 | - |
| YUV | 147.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 115 | 0.30 | 0 | 0.32 | 0.34 | 116.6 | 0.23 | 0.55 |
| Hex | 76 | A8 | 73 | 1E | 0 | 20 | 22 | 75 | 17 | 37 |
| Octal | 166 | 250 | 163 | 36 | 0 | 40 | 42 | 165 | 27 | 67 |
| Binary | 1110110 | 10101000 | 1110011 | 11110 | 0 | 100000 | 100010 | 1110101 | 10111 | 110111 |
Color Harmonies of #76A873
Complementary color
Monochromatic Colors of #76A873
Black with #76A873
Text Example
Text Example
White with #76A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A873; }
p { color: rgb(118,168,115); }
H1.HeaderClassName
{
color: #76A873;
}
.AnyTagClassName
{
color: #76A873;
}
</style>
background-color css
<style>
a { background-color: #76A873; }
a { background-color: rgb(118,168,115); }
div.DivClassName
{
background-color: #76A873;
}
.BgClassName
{
background-color: #76A873;
}
</style>
border-color css
<style>
span { border-color: #76A873; }
span { border-color: rgb(118,168,115); }
td.TdClassName
{
border-color: #76A873;
}
.TagClassName
{
border-color: #76A873;
}
</style>