Shades of Amulet #73A570
Tints of Amulet #73A570
RGB
CMYK
RGB Variations
Color information
#73A570 (or 0x73A570) is known color: Amulet. HEX triplet: 73, A5 and 70. RGB value is (115,165,112). Sum of RGB (Red+Green+Blue) = 115+165+112=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #73A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A570 is #8C5A8F. Grayscale: #909090. Windows color (decimal): -9198224 or 7382387. OLE color: 7382387.
HSL color Cylindrical-coordinate representation of color #73A570: hue angle of 116.6º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A570 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 165 | 112 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.35 |
| HSL | 116.6º | 0.23% | 0.54% | - |
| HSV(B) | 116.6º | 0.32% | 0.65% | - |
| XYZ | 23.45 | 31.72 | 20.22 | - |
| YUV | 144.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 112 | 0.30 | 0 | 0.32 | 0.35 | 116.6 | 0.23 | 0.54 |
| Hex | 73 | A5 | 70 | 1E | 0 | 20 | 23 | 75 | 17 | 36 |
| Octal | 163 | 245 | 160 | 36 | 0 | 40 | 43 | 165 | 27 | 66 |
| Binary | 1110011 | 10100101 | 1110000 | 11110 | 0 | 100000 | 100011 | 1110101 | 10111 | 110110 |
Color Harmonies of #73A570
Complementary color
Monochromatic Colors of #73A570
Black with #73A570
Text Example
Text Example
White with #73A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A570; }
p { color: rgb(115,165,112); }
H1.HeaderClassName
{
color: #73A570;
}
.AnyTagClassName
{
color: #73A570;
}
</style>
background-color css
<style>
a { background-color: #73A570; }
a { background-color: rgb(115,165,112); }
div.DivClassName
{
background-color: #73A570;
}
.BgClassName
{
background-color: #73A570;
}
</style>
border-color css
<style>
span { border-color: #73A570; }
span { border-color: rgb(115,165,112); }
td.TdClassName
{
border-color: #73A570;
}
.TagClassName
{
border-color: #73A570;
}
</style>