Shades of Amulet #73A863
Tints of Amulet #73A863
RGB
CMYK
RGB Variations
Color information
#73A863 (or 0x73A863) is known color: Amulet. HEX triplet: 73, A8 and 63. RGB value is (115,168,99). Sum of RGB (Red+Green+Blue) = 115+168+99=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #73A863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A863 is #8C579C. Grayscale: #909090. Windows color (decimal): -9197469 or 6531187. OLE color: 6531187.
HSL color Cylindrical-coordinate representation of color #73A863: hue angle of 106.09º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73A863 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 99 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.34 |
| HSL | 106.09º | 0.28% | 0.52% | - |
| HSV(B) | 106.09º | 0.41% | 0.66% | - |
| XYZ | 23.33 | 32.55 | 16.86 | - |
| YUV | 144.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 99 | 0.32 | 0 | 0.41 | 0.34 | 106.09 | 0.28 | 0.52 |
| Hex | 73 | A8 | 63 | 20 | 0 | 29 | 22 | 6A | 1C | 34 |
| Octal | 163 | 250 | 143 | 40 | 0 | 51 | 42 | 152 | 34 | 64 |
| Binary | 1110011 | 10101000 | 1100011 | 100000 | 0 | 101001 | 100010 | 1101010 | 11100 | 110100 |
Color Harmonies of #73A863
Complementary color
Monochromatic Colors of #73A863
Black with #73A863
Text Example
Text Example
White with #73A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A863; }
p { color: rgb(115,168,99); }
H1.HeaderClassName
{
color: #73A863;
}
.AnyTagClassName
{
color: #73A863;
}
</style>
background-color css
<style>
a { background-color: #73A863; }
a { background-color: rgb(115,168,99); }
div.DivClassName
{
background-color: #73A863;
}
.BgClassName
{
background-color: #73A863;
}
</style>
border-color css
<style>
span { border-color: #73A863; }
span { border-color: rgb(115,168,99); }
td.TdClassName
{
border-color: #73A863;
}
.TagClassName
{
border-color: #73A863;
}
</style>