Shades of Amulet #73A665
Tints of Amulet #73A665
RGB
CMYK
RGB Variations
Color information
#73A665 (or 0x73A665) is known color: Amulet. HEX triplet: 73, A6 and 65. RGB value is (115,166,101). Sum of RGB (Red+Green+Blue) = 115+166+101=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #73A665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A665 is #8C599A. Grayscale: #8F8F8F. Windows color (decimal): -9197979 or 6661747. OLE color: 6661747.
HSL color Cylindrical-coordinate representation of color #73A665: hue angle of 107.08º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A665 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 101 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.35 |
| HSL | 107.08º | 0.27% | 0.52% | - |
| HSV(B) | 107.08º | 0.39% | 0.65% | - |
| XYZ | 23.06 | 31.86 | 17.25 | - |
| YUV | 143.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 101 | 0.31 | 0 | 0.39 | 0.35 | 107.08 | 0.27 | 0.52 |
| Hex | 73 | A6 | 65 | 1F | 0 | 27 | 23 | 6B | 1B | 34 |
| Octal | 163 | 246 | 145 | 37 | 0 | 47 | 43 | 153 | 33 | 64 |
| Binary | 1110011 | 10100110 | 1100101 | 11111 | 0 | 100111 | 100011 | 1101011 | 11011 | 110100 |
Color Harmonies of #73A665
Complementary color
Monochromatic Colors of #73A665
Black with #73A665
Text Example
Text Example
White with #73A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A665; }
p { color: rgb(115,166,101); }
H1.HeaderClassName
{
color: #73A665;
}
.AnyTagClassName
{
color: #73A665;
}
</style>
background-color css
<style>
a { background-color: #73A665; }
a { background-color: rgb(115,166,101); }
div.DivClassName
{
background-color: #73A665;
}
.BgClassName
{
background-color: #73A665;
}
</style>
border-color css
<style>
span { border-color: #73A665; }
span { border-color: rgb(115,166,101); }
td.TdClassName
{
border-color: #73A665;
}
.TagClassName
{
border-color: #73A665;
}
</style>