Shades of Amulet #799E73
Tints of Amulet #799E73
RGB
CMYK
RGB Variations
Color information
#799E73 (or 0x799E73) is known color: Amulet. HEX triplet: 79, 9E and 73. RGB value is (121,158,115). Sum of RGB (Red+Green+Blue) = 121+158+115=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #799E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799E73 is #86618C. Grayscale: #8E8E8E. Windows color (decimal): -8806797 or 7577209. OLE color: 7577209.
HSL color Cylindrical-coordinate representation of color #799E73: hue angle of 111.63º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #799E73 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 115 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.38 |
| HSL | 111.63º | 0.18% | 0.54% | - |
| HSV(B) | 111.63º | 0.27% | 0.62% | - |
| XYZ | 23.21 | 29.76 | 20.74 | - |
| YUV | 142.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 115 | 0.23 | 0 | 0.27 | 0.38 | 111.63 | 0.18 | 0.54 |
| Hex | 79 | 9E | 73 | 17 | 0 | 1B | 26 | 70 | 12 | 36 |
| Octal | 171 | 236 | 163 | 27 | 0 | 33 | 46 | 160 | 22 | 66 |
| Binary | 1111001 | 10011110 | 1110011 | 10111 | 0 | 11011 | 100110 | 1110000 | 10010 | 110110 |
Color Harmonies of #799E73
Complementary color
Monochromatic Colors of #799E73
Black with #799E73
Text Example
Text Example
White with #799E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E73; }
p { color: rgb(121,158,115); }
H1.HeaderClassName
{
color: #799E73;
}
.AnyTagClassName
{
color: #799E73;
}
</style>
background-color css
<style>
a { background-color: #799E73; }
a { background-color: rgb(121,158,115); }
div.DivClassName
{
background-color: #799E73;
}
.BgClassName
{
background-color: #799E73;
}
</style>
border-color css
<style>
span { border-color: #799E73; }
span { border-color: rgb(121,158,115); }
td.TdClassName
{
border-color: #799E73;
}
.TagClassName
{
border-color: #799E73;
}
</style>