Shades of Amulet #73A968
Tints of Amulet #73A968
RGB
CMYK
RGB Variations
Color information
#73A968 (or 0x73A968) is known color: Amulet. HEX triplet: 73, A9 and 68. RGB value is (115,169,104). Sum of RGB (Red+Green+Blue) = 115+169+104=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #73A968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A968 is #8C5697. Grayscale: #919191. Windows color (decimal): -9197208 or 6859123. OLE color: 6859123.
HSL color Cylindrical-coordinate representation of color #73A968: hue angle of 109.85º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A968 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 104 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.34 |
| HSL | 109.85º | 0.27% | 0.54% | - |
| HSV(B) | 109.85º | 0.38% | 0.66% | - |
| XYZ | 23.76 | 33.02 | 18.22 | - |
| YUV | 145.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 104 | 0.32 | 0 | 0.38 | 0.34 | 109.85 | 0.27 | 0.54 |
| Hex | 73 | A9 | 68 | 20 | 0 | 26 | 22 | 6E | 1B | 36 |
| Octal | 163 | 251 | 150 | 40 | 0 | 46 | 42 | 156 | 33 | 66 |
| Binary | 1110011 | 10101001 | 1101000 | 100000 | 0 | 100110 | 100010 | 1101110 | 11011 | 110110 |
Color Harmonies of #73A968
Complementary color
Monochromatic Colors of #73A968
Black with #73A968
Text Example
Text Example
White with #73A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A968; }
p { color: rgb(115,169,104); }
H1.HeaderClassName
{
color: #73A968;
}
.AnyTagClassName
{
color: #73A968;
}
</style>
background-color css
<style>
a { background-color: #73A968; }
a { background-color: rgb(115,169,104); }
div.DivClassName
{
background-color: #73A968;
}
.BgClassName
{
background-color: #73A968;
}
</style>
border-color css
<style>
span { border-color: #73A968; }
span { border-color: rgb(115,169,104); }
td.TdClassName
{
border-color: #73A968;
}
.TagClassName
{
border-color: #73A968;
}
</style>