Shades of Amulet #73A966
Tints of Amulet #73A966
RGB
CMYK
RGB Variations
Color information
#73A966 (or 0x73A966) is known color: Amulet. HEX triplet: 73, A9 and 66. RGB value is (115,169,102). Sum of RGB (Red+Green+Blue) = 115+169+102=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #73A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A966 is #8C5699. Grayscale: #919191. Windows color (decimal): -9197210 or 6728051. OLE color: 6728051.
HSL color Cylindrical-coordinate representation of color #73A966: hue angle of 108.36º 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 #73A966 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 102 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.34 |
| HSL | 108.36º | 0.28% | 0.53% | - |
| HSV(B) | 108.36º | 0.4% | 0.66% | - |
| XYZ | 23.66 | 32.98 | 17.69 | - |
| YUV | 145.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 102 | 0.32 | 0 | 0.40 | 0.34 | 108.36 | 0.28 | 0.53 |
| Hex | 73 | A9 | 66 | 20 | 0 | 28 | 22 | 6C | 1C | 35 |
| Octal | 163 | 251 | 146 | 40 | 0 | 50 | 42 | 154 | 34 | 65 |
| Binary | 1110011 | 10101001 | 1100110 | 100000 | 0 | 101000 | 100010 | 1101100 | 11100 | 110101 |
Color Harmonies of #73A966
Complementary color
Monochromatic Colors of #73A966
Black with #73A966
Text Example
Text Example
White with #73A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A966; }
p { color: rgb(115,169,102); }
H1.HeaderClassName
{
color: #73A966;
}
.AnyTagClassName
{
color: #73A966;
}
</style>
background-color css
<style>
a { background-color: #73A966; }
a { background-color: rgb(115,169,102); }
div.DivClassName
{
background-color: #73A966;
}
.BgClassName
{
background-color: #73A966;
}
</style>
border-color css
<style>
span { border-color: #73A966; }
span { border-color: rgb(115,169,102); }
td.TdClassName
{
border-color: #73A966;
}
.TagClassName
{
border-color: #73A966;
}
</style>