Shades of Amulet #73A16A
Tints of Amulet #73A16A
RGB
CMYK
RGB Variations
Color information
#73A16A (or 0x73A16A) is known color: Amulet. HEX triplet: 73, A1 and 6A. RGB value is (115,161,106). Sum of RGB (Red+Green+Blue) = 115+161+106=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #73A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A16A is #8C5E95. Grayscale: #8D8D8D. Windows color (decimal): -9199254 or 6988147. OLE color: 6988147.
HSL color Cylindrical-coordinate representation of color #73A16A: hue angle of 110.18º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A16A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 106 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.37 |
| HSL | 110.18º | 0.23% | 0.52% | - |
| HSV(B) | 110.18º | 0.34% | 0.63% | - |
| XYZ | 22.42 | 30.18 | 18.28 | - |
| YUV | 140.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 106 | 0.29 | 0 | 0.34 | 0.37 | 110.18 | 0.23 | 0.52 |
| Hex | 73 | A1 | 6A | 1D | 0 | 22 | 25 | 6E | 17 | 34 |
| Octal | 163 | 241 | 152 | 35 | 0 | 42 | 45 | 156 | 27 | 64 |
| Binary | 1110011 | 10100001 | 1101010 | 11101 | 0 | 100010 | 100101 | 1101110 | 10111 | 110100 |
Color Harmonies of #73A16A
Complementary color
Monochromatic Colors of #73A16A
Black with #73A16A
Text Example
Text Example
White with #73A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A16A; }
p { color: rgb(115,161,106); }
H1.HeaderClassName
{
color: #73A16A;
}
.AnyTagClassName
{
color: #73A16A;
}
</style>
background-color css
<style>
a { background-color: #73A16A; }
a { background-color: rgb(115,161,106); }
div.DivClassName
{
background-color: #73A16A;
}
.BgClassName
{
background-color: #73A16A;
}
</style>
border-color css
<style>
span { border-color: #73A16A; }
span { border-color: rgb(115,161,106); }
td.TdClassName
{
border-color: #73A16A;
}
.TagClassName
{
border-color: #73A16A;
}
</style>