Shades of Amulet #73A162
Tints of Amulet #73A162
RGB
CMYK
RGB Variations
Color information
#73A162 (or 0x73A162) is known color: Amulet. HEX triplet: 73, A1 and 62. RGB value is (115,161,98). Sum of RGB (Red+Green+Blue) = 115+161+98=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #73A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A162 is #8C5E9D. Grayscale: #8C8C8C. Windows color (decimal): -9199262 or 6463859. OLE color: 6463859.
HSL color Cylindrical-coordinate representation of color #73A162: hue angle of 103.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A162 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 98 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.37 |
| HSL | 103.81º | 0.25% | 0.51% | - |
| HSV(B) | 103.81º | 0.39% | 0.63% | - |
| XYZ | 22.02 | 30.02 | 16.19 | - |
| YUV | 140.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 98 | 0.29 | 0 | 0.39 | 0.37 | 103.81 | 0.25 | 0.51 |
| Hex | 73 | A1 | 62 | 1D | 0 | 27 | 25 | 68 | 19 | 33 |
| Octal | 163 | 241 | 142 | 35 | 0 | 47 | 45 | 150 | 31 | 63 |
| Binary | 1110011 | 10100001 | 1100010 | 11101 | 0 | 100111 | 100101 | 1101000 | 11001 | 110011 |
Color Harmonies of #73A162
Complementary color
Monochromatic Colors of #73A162
Black with #73A162
Text Example
Text Example
White with #73A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A162; }
p { color: rgb(115,161,98); }
H1.HeaderClassName
{
color: #73A162;
}
.AnyTagClassName
{
color: #73A162;
}
</style>
background-color css
<style>
a { background-color: #73A162; }
a { background-color: rgb(115,161,98); }
div.DivClassName
{
background-color: #73A162;
}
.BgClassName
{
background-color: #73A162;
}
</style>
border-color css
<style>
span { border-color: #73A162; }
span { border-color: rgb(115,161,98); }
td.TdClassName
{
border-color: #73A162;
}
.TagClassName
{
border-color: #73A162;
}
</style>