Shades of Amulet #73A663
Tints of Amulet #73A663
RGB
CMYK
RGB Variations
Color information
#73A663 (or 0x73A663) is known color: Amulet. HEX triplet: 73, A6 and 63. RGB value is (115,166,99). Sum of RGB (Red+Green+Blue) = 115+166+99=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #73A663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A663 is #8C599C. Grayscale: #8F8F8F. Windows color (decimal): -9197981 or 6530675. OLE color: 6530675.
HSL color Cylindrical-coordinate representation of color #73A663: hue angle of 105.67º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A663 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 99 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.35 |
| HSL | 105.67º | 0.27% | 0.52% | - |
| HSV(B) | 105.67º | 0.4% | 0.65% | - |
| XYZ | 22.96 | 31.82 | 16.74 | - |
| YUV | 143.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 99 | 0.31 | 0 | 0.40 | 0.35 | 105.67 | 0.27 | 0.52 |
| Hex | 73 | A6 | 63 | 1F | 0 | 28 | 23 | 6A | 1B | 34 |
| Octal | 163 | 246 | 143 | 37 | 0 | 50 | 43 | 152 | 33 | 64 |
| Binary | 1110011 | 10100110 | 1100011 | 11111 | 0 | 101000 | 100011 | 1101010 | 11011 | 110100 |
Color Harmonies of #73A663
Complementary color
Monochromatic Colors of #73A663
Black with #73A663
Text Example
Text Example
White with #73A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A663; }
p { color: rgb(115,166,99); }
H1.HeaderClassName
{
color: #73A663;
}
.AnyTagClassName
{
color: #73A663;
}
</style>
background-color css
<style>
a { background-color: #73A663; }
a { background-color: rgb(115,166,99); }
div.DivClassName
{
background-color: #73A663;
}
.BgClassName
{
background-color: #73A663;
}
</style>
border-color css
<style>
span { border-color: #73A663; }
span { border-color: rgb(115,166,99); }
td.TdClassName
{
border-color: #73A663;
}
.TagClassName
{
border-color: #73A663;
}
</style>