Shades of Amulet #73A465
Tints of Amulet #73A465
RGB
CMYK
RGB Variations
Color information
#73A465 (or 0x73A465) is known color: Amulet. HEX triplet: 73, A4 and 65. RGB value is (115,164,101). Sum of RGB (Red+Green+Blue) = 115+164+101=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #73A465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A465 is #8C5B9A. Grayscale: #8E8E8E. Windows color (decimal): -9198491 or 6661235. OLE color: 6661235.
HSL color Cylindrical-coordinate representation of color #73A465: hue angle of 106.67º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A465 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 101 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.36 |
| HSL | 106.67º | 0.26% | 0.52% | - |
| HSV(B) | 106.67º | 0.38% | 0.64% | - |
| XYZ | 22.69 | 31.14 | 17.13 | - |
| YUV | 142.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 101 | 0.30 | 0 | 0.38 | 0.36 | 106.67 | 0.26 | 0.52 |
| Hex | 73 | A4 | 65 | 1E | 0 | 26 | 24 | 6B | 1A | 34 |
| Octal | 163 | 244 | 145 | 36 | 0 | 46 | 44 | 153 | 32 | 64 |
| Binary | 1110011 | 10100100 | 1100101 | 11110 | 0 | 100110 | 100100 | 1101011 | 11010 | 110100 |
Color Harmonies of #73A465
Complementary color
Monochromatic Colors of #73A465
Black with #73A465
Text Example
Text Example
White with #73A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A465; }
p { color: rgb(115,164,101); }
H1.HeaderClassName
{
color: #73A465;
}
.AnyTagClassName
{
color: #73A465;
}
</style>
background-color css
<style>
a { background-color: #73A465; }
a { background-color: rgb(115,164,101); }
div.DivClassName
{
background-color: #73A465;
}
.BgClassName
{
background-color: #73A465;
}
</style>
border-color css
<style>
span { border-color: #73A465; }
span { border-color: rgb(115,164,101); }
td.TdClassName
{
border-color: #73A465;
}
.TagClassName
{
border-color: #73A465;
}
</style>