Shades of Amulet #73A865
Tints of Amulet #73A865
RGB
CMYK
RGB Variations
Color information
#73A865 (or 0x73A865) is known color: Amulet. HEX triplet: 73, A8 and 65. RGB value is (115,168,101). Sum of RGB (Red+Green+Blue) = 115+168+101=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #73A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A865 is #8C579A. Grayscale: #909090. Windows color (decimal): -9197467 or 6662259. OLE color: 6662259.
HSL color Cylindrical-coordinate representation of color #73A865: hue angle of 107.46º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A865 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 101 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.34 |
| HSL | 107.46º | 0.28% | 0.53% | - |
| HSV(B) | 107.46º | 0.4% | 0.66% | - |
| XYZ | 23.42 | 32.59 | 17.37 | - |
| YUV | 144.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 101 | 0.32 | 0 | 0.40 | 0.34 | 107.46 | 0.28 | 0.53 |
| Hex | 73 | A8 | 65 | 20 | 0 | 28 | 22 | 6B | 1C | 35 |
| Octal | 163 | 250 | 145 | 40 | 0 | 50 | 42 | 153 | 34 | 65 |
| Binary | 1110011 | 10101000 | 1100101 | 100000 | 0 | 101000 | 100010 | 1101011 | 11100 | 110101 |
Color Harmonies of #73A865
Complementary color
Monochromatic Colors of #73A865
Black with #73A865
Text Example
Text Example
White with #73A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A865; }
p { color: rgb(115,168,101); }
H1.HeaderClassName
{
color: #73A865;
}
.AnyTagClassName
{
color: #73A865;
}
</style>
background-color css
<style>
a { background-color: #73A865; }
a { background-color: rgb(115,168,101); }
div.DivClassName
{
background-color: #73A865;
}
.BgClassName
{
background-color: #73A865;
}
</style>
border-color css
<style>
span { border-color: #73A865; }
span { border-color: rgb(115,168,101); }
td.TdClassName
{
border-color: #73A865;
}
.TagClassName
{
border-color: #73A865;
}
</style>