Shades of Amulet #76AB73
Tints of Amulet #76AB73
RGB
CMYK
RGB Variations
Color information
#76AB73 (or 0x76AB73) is known color: Amulet. HEX triplet: 76, AB and 73. RGB value is (118,171,115). Sum of RGB (Red+Green+Blue) = 118+171+115=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB73 is #89548C. Grayscale: #949494. Windows color (decimal): -9000077 or 7580534. OLE color: 7580534.
HSL color Cylindrical-coordinate representation of color #76AB73: hue angle of 116.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AB73 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 115 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.33 |
| HSL | 116.79º | 0.25% | 0.56% | - |
| HSV(B) | 116.79º | 0.33% | 0.67% | - |
| XYZ | 25.13 | 34.22 | 21.5 | - |
| YUV | 148.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 115 | 0.31 | 0 | 0.33 | 0.33 | 116.79 | 0.25 | 0.56 |
| Hex | 76 | AB | 73 | 1F | 0 | 21 | 21 | 75 | 19 | 38 |
| Octal | 166 | 253 | 163 | 37 | 0 | 41 | 41 | 165 | 31 | 70 |
| Binary | 1110110 | 10101011 | 1110011 | 11111 | 0 | 100001 | 100001 | 1110101 | 11001 | 111000 |
Color Harmonies of #76AB73
Complementary color
Monochromatic Colors of #76AB73
Black with #76AB73
Text Example
Text Example
White with #76AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB73; }
p { color: rgb(118,171,115); }
H1.HeaderClassName
{
color: #76AB73;
}
.AnyTagClassName
{
color: #76AB73;
}
</style>
background-color css
<style>
a { background-color: #76AB73; }
a { background-color: rgb(118,171,115); }
div.DivClassName
{
background-color: #76AB73;
}
.BgClassName
{
background-color: #76AB73;
}
</style>
border-color css
<style>
span { border-color: #76AB73; }
span { border-color: rgb(118,171,115); }
td.TdClassName
{
border-color: #76AB73;
}
.TagClassName
{
border-color: #76AB73;
}
</style>