Shades of Amulet #73A963
Tints of Amulet #73A963
RGB
CMYK
RGB Variations
Color information
#73A963 (or 0x73A963) is known color: Amulet. HEX triplet: 73, A9 and 63. RGB value is (115,169,99). Sum of RGB (Red+Green+Blue) = 115+169+99=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #73A963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A963 is #8C569C. Grayscale: #919191. Windows color (decimal): -9197213 or 6531443. OLE color: 6531443.
HSL color Cylindrical-coordinate representation of color #73A963: hue angle of 106.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73A963 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 99 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.34 |
| HSL | 106.29º | 0.29% | 0.53% | - |
| HSV(B) | 106.29º | 0.41% | 0.66% | - |
| XYZ | 23.51 | 32.92 | 16.92 | - |
| YUV | 144.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 99 | 0.32 | 0 | 0.41 | 0.34 | 106.29 | 0.29 | 0.53 |
| Hex | 73 | A9 | 63 | 20 | 0 | 29 | 22 | 6A | 1D | 35 |
| Octal | 163 | 251 | 143 | 40 | 0 | 51 | 42 | 152 | 35 | 65 |
| Binary | 1110011 | 10101001 | 1100011 | 100000 | 0 | 101001 | 100010 | 1101010 | 11101 | 110101 |
Color Harmonies of #73A963
Complementary color
Monochromatic Colors of #73A963
Black with #73A963
Text Example
Text Example
White with #73A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A963; }
p { color: rgb(115,169,99); }
H1.HeaderClassName
{
color: #73A963;
}
.AnyTagClassName
{
color: #73A963;
}
</style>
background-color css
<style>
a { background-color: #73A963; }
a { background-color: rgb(115,169,99); }
div.DivClassName
{
background-color: #73A963;
}
.BgClassName
{
background-color: #73A963;
}
</style>
border-color css
<style>
span { border-color: #73A963; }
span { border-color: rgb(115,169,99); }
td.TdClassName
{
border-color: #73A963;
}
.TagClassName
{
border-color: #73A963;
}
</style>