Shades of Amulet #73A762
Tints of Amulet #73A762
RGB
CMYK
RGB Variations
Color information
#73A762 (or 0x73A762) is known color: Amulet. HEX triplet: 73, A7 and 62. RGB value is (115,167,98). Sum of RGB (Red+Green+Blue) = 115+167+98=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #73A762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A762 is #8C589D. Grayscale: #8F8F8F. Windows color (decimal): -9197726 or 6465395. OLE color: 6465395.
HSL color Cylindrical-coordinate representation of color #73A762: hue angle of 105.22º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73A762 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 98 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.35 |
| HSL | 105.22º | 0.28% | 0.52% | - |
| HSV(B) | 105.22º | 0.41% | 0.65% | - |
| XYZ | 23.09 | 32.16 | 16.55 | - |
| YUV | 143.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 98 | 0.31 | 0 | 0.41 | 0.35 | 105.22 | 0.28 | 0.52 |
| Hex | 73 | A7 | 62 | 1F | 0 | 29 | 23 | 69 | 1C | 34 |
| Octal | 163 | 247 | 142 | 37 | 0 | 51 | 43 | 151 | 34 | 64 |
| Binary | 1110011 | 10100111 | 1100010 | 11111 | 0 | 101001 | 100011 | 1101001 | 11100 | 110100 |
Color Harmonies of #73A762
Complementary color
Monochromatic Colors of #73A762
Black with #73A762
Text Example
Text Example
White with #73A762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A762; }
p { color: rgb(115,167,98); }
H1.HeaderClassName
{
color: #73A762;
}
.AnyTagClassName
{
color: #73A762;
}
</style>
background-color css
<style>
a { background-color: #73A762; }
a { background-color: rgb(115,167,98); }
div.DivClassName
{
background-color: #73A762;
}
.BgClassName
{
background-color: #73A762;
}
</style>
border-color css
<style>
span { border-color: #73A762; }
span { border-color: rgb(115,167,98); }
td.TdClassName
{
border-color: #73A762;
}
.TagClassName
{
border-color: #73A762;
}
</style>