Shades of Amulet #73A869
Tints of Amulet #73A869
RGB
CMYK
RGB Variations
Color information
#73A869 (or 0x73A869) is known color: Amulet. HEX triplet: 73, A8 and 69. RGB value is (115,168,105). Sum of RGB (Red+Green+Blue) = 115+168+105=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #73A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A869 is #8C5796. Grayscale: #919191. Windows color (decimal): -9197463 or 6924403. OLE color: 6924403.
HSL color Cylindrical-coordinate representation of color #73A869: hue angle of 110.48º 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 #73A869 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 105 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.34 |
| HSL | 110.48º | 0.27% | 0.54% | - |
| HSV(B) | 110.48º | 0.38% | 0.66% | - |
| XYZ | 23.62 | 32.67 | 18.43 | - |
| YUV | 144.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 105 | 0.32 | 0 | 0.38 | 0.34 | 110.48 | 0.27 | 0.54 |
| Hex | 73 | A8 | 69 | 20 | 0 | 26 | 22 | 6E | 1B | 36 |
| Octal | 163 | 250 | 151 | 40 | 0 | 46 | 42 | 156 | 33 | 66 |
| Binary | 1110011 | 10101000 | 1101001 | 100000 | 0 | 100110 | 100010 | 1101110 | 11011 | 110110 |
Color Harmonies of #73A869
Complementary color
Monochromatic Colors of #73A869
Black with #73A869
Text Example
Text Example
White with #73A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A869; }
p { color: rgb(115,168,105); }
H1.HeaderClassName
{
color: #73A869;
}
.AnyTagClassName
{
color: #73A869;
}
</style>
background-color css
<style>
a { background-color: #73A869; }
a { background-color: rgb(115,168,105); }
div.DivClassName
{
background-color: #73A869;
}
.BgClassName
{
background-color: #73A869;
}
</style>
border-color css
<style>
span { border-color: #73A869; }
span { border-color: rgb(115,168,105); }
td.TdClassName
{
border-color: #73A869;
}
.TagClassName
{
border-color: #73A869;
}
</style>