Shades of Amulet #73A870
Tints of Amulet #73A870
RGB
CMYK
RGB Variations
Color information
#73A870 (or 0x73A870) is known color: Amulet. HEX triplet: 73, A8 and 70. RGB value is (115,168,112). Sum of RGB (Red+Green+Blue) = 115+168+112=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #73A870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A870 is #8C578F. Grayscale: #919191. Windows color (decimal): -9197456 or 7383155. OLE color: 7383155.
HSL color Cylindrical-coordinate representation of color #73A870: hue angle of 116.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A870 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 112 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.34 |
| HSL | 116.79º | 0.24% | 0.55% | - |
| HSV(B) | 116.79º | 0.33% | 0.66% | - |
| XYZ | 24 | 32.82 | 20.4 | - |
| YUV | 145.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 112 | 0.32 | 0 | 0.33 | 0.34 | 116.79 | 0.24 | 0.55 |
| Hex | 73 | A8 | 70 | 20 | 0 | 21 | 22 | 75 | 18 | 37 |
| Octal | 163 | 250 | 160 | 40 | 0 | 41 | 42 | 165 | 30 | 67 |
| Binary | 1110011 | 10101000 | 1110000 | 100000 | 0 | 100001 | 100010 | 1110101 | 11000 | 110111 |
Color Harmonies of #73A870
Complementary color
Monochromatic Colors of #73A870
Black with #73A870
Text Example
Text Example
White with #73A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A870; }
p { color: rgb(115,168,112); }
H1.HeaderClassName
{
color: #73A870;
}
.AnyTagClassName
{
color: #73A870;
}
</style>
background-color css
<style>
a { background-color: #73A870; }
a { background-color: rgb(115,168,112); }
div.DivClassName
{
background-color: #73A870;
}
.BgClassName
{
background-color: #73A870;
}
</style>
border-color css
<style>
span { border-color: #73A870; }
span { border-color: rgb(115,168,112); }
td.TdClassName
{
border-color: #73A870;
}
.TagClassName
{
border-color: #73A870;
}
</style>