Shades of Amulet #73A970
Tints of Amulet #73A970
RGB
CMYK
RGB Variations
Color information
#73A970 (or 0x73A970) is known color: Amulet. HEX triplet: 73, A9 and 70. RGB value is (115,169,112). Sum of RGB (Red+Green+Blue) = 115+169+112=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #73A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A970 is #8C568F. Grayscale: #929292. Windows color (decimal): -9197200 or 7383411. OLE color: 7383411.
HSL color Cylindrical-coordinate representation of color #73A970: hue angle of 116.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A970 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 112 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.34 |
| HSL | 116.84º | 0.25% | 0.55% | - |
| HSV(B) | 116.84º | 0.34% | 0.66% | - |
| XYZ | 24.18 | 33.19 | 20.46 | - |
| YUV | 146.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 112 | 0.32 | 0 | 0.34 | 0.34 | 116.84 | 0.25 | 0.55 |
| Hex | 73 | A9 | 70 | 20 | 0 | 22 | 22 | 75 | 19 | 37 |
| Octal | 163 | 251 | 160 | 40 | 0 | 42 | 42 | 165 | 31 | 67 |
| Binary | 1110011 | 10101001 | 1110000 | 100000 | 0 | 100010 | 100010 | 1110101 | 11001 | 110111 |
Color Harmonies of #73A970
Complementary color
Monochromatic Colors of #73A970
Black with #73A970
Text Example
Text Example
White with #73A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A970; }
p { color: rgb(115,169,112); }
H1.HeaderClassName
{
color: #73A970;
}
.AnyTagClassName
{
color: #73A970;
}
</style>
background-color css
<style>
a { background-color: #73A970; }
a { background-color: rgb(115,169,112); }
div.DivClassName
{
background-color: #73A970;
}
.BgClassName
{
background-color: #73A970;
}
</style>
border-color css
<style>
span { border-color: #73A970; }
span { border-color: rgb(115,169,112); }
td.TdClassName
{
border-color: #73A970;
}
.TagClassName
{
border-color: #73A970;
}
</style>