Shades of Amulet #73A76F
Tints of Amulet #73A76F
RGB
CMYK
RGB Variations
Color information
#73A76F (or 0x73A76F) is known color: Amulet. HEX triplet: 73, A7 and 6F. RGB value is (115,167,111). Sum of RGB (Red+Green+Blue) = 115+167+111=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #73A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A76F is #8C5890. Grayscale: #919191. Windows color (decimal): -9197713 or 7317363. OLE color: 7317363.
HSL color Cylindrical-coordinate representation of color #73A76F: hue angle of 115.71º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A76F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 111 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.35 |
| HSL | 115.71º | 0.24% | 0.55% | - |
| HSV(B) | 115.71º | 0.34% | 0.65% | - |
| XYZ | 23.76 | 32.43 | 20.05 | - |
| YUV | 145.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 111 | 0.31 | 0 | 0.34 | 0.35 | 115.71 | 0.24 | 0.55 |
| Hex | 73 | A7 | 6F | 1F | 0 | 22 | 23 | 74 | 18 | 37 |
| Octal | 163 | 247 | 157 | 37 | 0 | 42 | 43 | 164 | 30 | 67 |
| Binary | 1110011 | 10100111 | 1101111 | 11111 | 0 | 100010 | 100011 | 1110100 | 11000 | 110111 |
Color Harmonies of #73A76F
Complementary color
Monochromatic Colors of #73A76F
Black with #73A76F
Text Example
Text Example
White with #73A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A76F; }
p { color: rgb(115,167,111); }
H1.HeaderClassName
{
color: #73A76F;
}
.AnyTagClassName
{
color: #73A76F;
}
</style>
background-color css
<style>
a { background-color: #73A76F; }
a { background-color: rgb(115,167,111); }
div.DivClassName
{
background-color: #73A76F;
}
.BgClassName
{
background-color: #73A76F;
}
</style>
border-color css
<style>
span { border-color: #73A76F; }
span { border-color: rgb(115,167,111); }
td.TdClassName
{
border-color: #73A76F;
}
.TagClassName
{
border-color: #73A76F;
}
</style>