Shades of Amulet #73A671
Tints of Amulet #73A671
RGB
CMYK
RGB Variations
Color information
#73A671 (or 0x73A671) is known color: Amulet. HEX triplet: 73, A6 and 71. RGB value is (115,166,113). Sum of RGB (Red+Green+Blue) = 115+166+113=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #73A671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A671 is #8C598E. Grayscale: #909090. Windows color (decimal): -9197967 or 7448179. OLE color: 7448179.
HSL color Cylindrical-coordinate representation of color #73A671: hue angle of 117.74º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A671 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 113 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.35 |
| HSL | 117.74º | 0.23% | 0.55% | - |
| HSV(B) | 117.74º | 0.32% | 0.65% | - |
| XYZ | 23.69 | 32.11 | 20.57 | - |
| YUV | 144.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 113 | 0.31 | 0 | 0.32 | 0.35 | 117.74 | 0.23 | 0.55 |
| Hex | 73 | A6 | 71 | 1F | 0 | 20 | 23 | 76 | 17 | 37 |
| Octal | 163 | 246 | 161 | 37 | 0 | 40 | 43 | 166 | 27 | 67 |
| Binary | 1110011 | 10100110 | 1110001 | 11111 | 0 | 100000 | 100011 | 1110110 | 10111 | 110111 |
Color Harmonies of #73A671
Complementary color
Monochromatic Colors of #73A671
Black with #73A671
Text Example
Text Example
White with #73A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A671; }
p { color: rgb(115,166,113); }
H1.HeaderClassName
{
color: #73A671;
}
.AnyTagClassName
{
color: #73A671;
}
</style>
background-color css
<style>
a { background-color: #73A671; }
a { background-color: rgb(115,166,113); }
div.DivClassName
{
background-color: #73A671;
}
.BgClassName
{
background-color: #73A671;
}
</style>
border-color css
<style>
span { border-color: #73A671; }
span { border-color: rgb(115,166,113); }
td.TdClassName
{
border-color: #73A671;
}
.TagClassName
{
border-color: #73A671;
}
</style>