Shades of Amulet #73A172
Tints of Amulet #73A172
RGB
CMYK
RGB Variations
Color information
#73A172 (or 0x73A172) is known color: Amulet. HEX triplet: 73, A1 and 72. RGB value is (115,161,114). Sum of RGB (Red+Green+Blue) = 115+161+114=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #73A172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A172 is #8C5E8D. Grayscale: #8E8E8E. Windows color (decimal): -9199246 or 7512435. OLE color: 7512435.
HSL color Cylindrical-coordinate representation of color #73A172: hue angle of 118.72º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A172 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 114 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.37 |
| HSL | 118.72º | 0.2% | 0.54% | - |
| HSV(B) | 118.72º | 0.29% | 0.63% | - |
| XYZ | 22.85 | 30.35 | 20.57 | - |
| YUV | 141.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 114 | 0.29 | 0 | 0.29 | 0.37 | 118.72 | 0.2 | 0.54 |
| Hex | 73 | A1 | 72 | 1D | 0 | 1D | 25 | 77 | 14 | 36 |
| Octal | 163 | 241 | 162 | 35 | 0 | 35 | 45 | 167 | 24 | 66 |
| Binary | 1110011 | 10100001 | 1110010 | 11101 | 0 | 11101 | 100101 | 1110111 | 10100 | 110110 |
Color Harmonies of #73A172
Complementary color
Monochromatic Colors of #73A172
Black with #73A172
Text Example
Text Example
White with #73A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A172; }
p { color: rgb(115,161,114); }
H1.HeaderClassName
{
color: #73A172;
}
.AnyTagClassName
{
color: #73A172;
}
</style>
background-color css
<style>
a { background-color: #73A172; }
a { background-color: rgb(115,161,114); }
div.DivClassName
{
background-color: #73A172;
}
.BgClassName
{
background-color: #73A172;
}
</style>
border-color css
<style>
span { border-color: #73A172; }
span { border-color: rgb(115,161,114); }
td.TdClassName
{
border-color: #73A172;
}
.TagClassName
{
border-color: #73A172;
}
</style>