Shades of Amulet #73A965
Tints of Amulet #73A965
RGB
CMYK
RGB Variations
Color information
#73A965 (or 0x73A965) is known color: Amulet. HEX triplet: 73, A9 and 65. RGB value is (115,169,101). Sum of RGB (Red+Green+Blue) = 115+169+101=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #73A965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A965 is #8C569A. Grayscale: #919191. Windows color (decimal): -9197211 or 6662515. OLE color: 6662515.
HSL color Cylindrical-coordinate representation of color #73A965: hue angle of 107.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A965 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 101 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.34 |
| HSL | 107.65º | 0.28% | 0.53% | - |
| HSV(B) | 107.65º | 0.4% | 0.66% | - |
| XYZ | 23.61 | 32.96 | 17.43 | - |
| YUV | 145.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 101 | 0.32 | 0 | 0.40 | 0.34 | 107.65 | 0.28 | 0.53 |
| Hex | 73 | A9 | 65 | 20 | 0 | 28 | 22 | 6C | 1C | 35 |
| Octal | 163 | 251 | 145 | 40 | 0 | 50 | 42 | 154 | 34 | 65 |
| Binary | 1110011 | 10101001 | 1100101 | 100000 | 0 | 101000 | 100010 | 1101100 | 11100 | 110101 |
Color Harmonies of #73A965
Complementary color
Monochromatic Colors of #73A965
Black with #73A965
Text Example
Text Example
White with #73A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A965; }
p { color: rgb(115,169,101); }
H1.HeaderClassName
{
color: #73A965;
}
.AnyTagClassName
{
color: #73A965;
}
</style>
background-color css
<style>
a { background-color: #73A965; }
a { background-color: rgb(115,169,101); }
div.DivClassName
{
background-color: #73A965;
}
.BgClassName
{
background-color: #73A965;
}
</style>
border-color css
<style>
span { border-color: #73A965; }
span { border-color: rgb(115,169,101); }
td.TdClassName
{
border-color: #73A965;
}
.TagClassName
{
border-color: #73A965;
}
</style>