Shades of Amulet #73A070
Tints of Amulet #73A070
RGB
CMYK
RGB Variations
Color information
#73A070 (or 0x73A070) is known color: Amulet. HEX triplet: 73, A0 and 70. RGB value is (115,160,112). Sum of RGB (Red+Green+Blue) = 115+160+112=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #73A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A070 is #8C5F8F. Grayscale: #8D8D8D. Windows color (decimal): -9199504 or 7381107. OLE color: 7381107.
HSL color Cylindrical-coordinate representation of color #73A070: hue angle of 116.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A070 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 112 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.37 |
| HSL | 116.25º | 0.2% | 0.53% | - |
| HSV(B) | 116.25º | 0.3% | 0.63% | - |
| XYZ | 22.57 | 29.96 | 19.92 | - |
| YUV | 141.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 112 | 0.28 | 0 | 0.30 | 0.37 | 116.25 | 0.2 | 0.53 |
| Hex | 73 | A0 | 70 | 1C | 0 | 1E | 25 | 74 | 14 | 35 |
| Octal | 163 | 240 | 160 | 34 | 0 | 36 | 45 | 164 | 24 | 65 |
| Binary | 1110011 | 10100000 | 1110000 | 11100 | 0 | 11110 | 100101 | 1110100 | 10100 | 110101 |
Color Harmonies of #73A070
Complementary color
Monochromatic Colors of #73A070
Black with #73A070
Text Example
Text Example
White with #73A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A070; }
p { color: rgb(115,160,112); }
H1.HeaderClassName
{
color: #73A070;
}
.AnyTagClassName
{
color: #73A070;
}
</style>
background-color css
<style>
a { background-color: #73A070; }
a { background-color: rgb(115,160,112); }
div.DivClassName
{
background-color: #73A070;
}
.BgClassName
{
background-color: #73A070;
}
</style>
border-color css
<style>
span { border-color: #73A070; }
span { border-color: rgb(115,160,112); }
td.TdClassName
{
border-color: #73A070;
}
.TagClassName
{
border-color: #73A070;
}
</style>