Shades of Amulet #73A86E
Tints of Amulet #73A86E
RGB
CMYK
RGB Variations
Color information
#73A86E (or 0x73A86E) is known color: Amulet. HEX triplet: 73, A8 and 6E. RGB value is (115,168,110). Sum of RGB (Red+Green+Blue) = 115+168+110=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #73A86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A86E is #8C5791. Grayscale: #919191. Windows color (decimal): -9197458 or 7252083. OLE color: 7252083.
HSL color Cylindrical-coordinate representation of color #73A86E: hue angle of 114.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73A86E is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 110 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.34 |
| HSL | 114.83º | 0.25% | 0.55% | - |
| HSV(B) | 114.83º | 0.35% | 0.66% | - |
| XYZ | 23.89 | 32.78 | 19.82 | - |
| YUV | 145.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 110 | 0.32 | 0 | 0.35 | 0.34 | 114.83 | 0.25 | 0.55 |
| Hex | 73 | A8 | 6E | 20 | 0 | 23 | 22 | 73 | 19 | 37 |
| Octal | 163 | 250 | 156 | 40 | 0 | 43 | 42 | 163 | 31 | 67 |
| Binary | 1110011 | 10101000 | 1101110 | 100000 | 0 | 100011 | 100010 | 1110011 | 11001 | 110111 |
Color Harmonies of #73A86E
Complementary color
Monochromatic Colors of #73A86E
Black with #73A86E
Text Example
Text Example
White with #73A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A86E; }
p { color: rgb(115,168,110); }
H1.HeaderClassName
{
color: #73A86E;
}
.AnyTagClassName
{
color: #73A86E;
}
</style>
background-color css
<style>
a { background-color: #73A86E; }
a { background-color: rgb(115,168,110); }
div.DivClassName
{
background-color: #73A86E;
}
.BgClassName
{
background-color: #73A86E;
}
</style>
border-color css
<style>
span { border-color: #73A86E; }
span { border-color: rgb(115,168,110); }
td.TdClassName
{
border-color: #73A86E;
}
.TagClassName
{
border-color: #73A86E;
}
</style>