Shades of Amulet #73A463
Tints of Amulet #73A463
RGB
CMYK
RGB Variations
Color information
#73A463 (or 0x73A463) is known color: Amulet. HEX triplet: 73, A4 and 63. RGB value is (115,164,99). Sum of RGB (Red+Green+Blue) = 115+164+99=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #73A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A463 is #8C5B9C. Grayscale: #8E8E8E. Windows color (decimal): -9198493 or 6530163. OLE color: 6530163.
HSL color Cylindrical-coordinate representation of color #73A463: hue angle of 105.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A463 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 99 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.36 |
| HSL | 105.23º | 0.26% | 0.52% | - |
| HSV(B) | 105.23º | 0.4% | 0.64% | - |
| XYZ | 22.6 | 31.1 | 16.62 | - |
| YUV | 141.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 99 | 0.30 | 0 | 0.40 | 0.36 | 105.23 | 0.26 | 0.52 |
| Hex | 73 | A4 | 63 | 1E | 0 | 28 | 24 | 69 | 1A | 34 |
| Octal | 163 | 244 | 143 | 36 | 0 | 50 | 44 | 151 | 32 | 64 |
| Binary | 1110011 | 10100100 | 1100011 | 11110 | 0 | 101000 | 100100 | 1101001 | 11010 | 110100 |
Color Harmonies of #73A463
Complementary color
Monochromatic Colors of #73A463
Black with #73A463
Text Example
Text Example
White with #73A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A463; }
p { color: rgb(115,164,99); }
H1.HeaderClassName
{
color: #73A463;
}
.AnyTagClassName
{
color: #73A463;
}
</style>
background-color css
<style>
a { background-color: #73A463; }
a { background-color: rgb(115,164,99); }
div.DivClassName
{
background-color: #73A463;
}
.BgClassName
{
background-color: #73A463;
}
</style>
border-color css
<style>
span { border-color: #73A463; }
span { border-color: rgb(115,164,99); }
td.TdClassName
{
border-color: #73A463;
}
.TagClassName
{
border-color: #73A463;
}
</style>