Shades of Amulet #799573
Tints of Amulet #799573
RGB
CMYK
RGB Variations
Color information
#799573 (or 0x799573) is known color: Amulet. HEX triplet: 79, 95 and 73. RGB value is (121,149,115). Sum of RGB (Red+Green+Blue) = 121+149+115=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #799573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799573 is #866A8C. Grayscale: #888888. Windows color (decimal): -8809101 or 7574905. OLE color: 7574905.
HSL color Cylindrical-coordinate representation of color #799573: hue angle of 109.41º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799573 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 149 | 115 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.42 |
| HSL | 109.41º | 0.14% | 0.52% | - |
| HSV(B) | 109.41º | 0.23% | 0.58% | - |
| XYZ | 21.73 | 26.8 | 20.25 | - |
| YUV | 136.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 115 | 0.19 | 0 | 0.23 | 0.42 | 109.41 | 0.14 | 0.52 |
| Hex | 79 | 95 | 73 | 13 | 0 | 17 | 2A | 6D | E | 34 |
| Octal | 171 | 225 | 163 | 23 | 0 | 27 | 52 | 155 | 16 | 64 |
| Binary | 1111001 | 10010101 | 1110011 | 10011 | 0 | 10111 | 101010 | 1101101 | 1110 | 110100 |
Color Harmonies of #799573
Complementary color
Monochromatic Colors of #799573
Black with #799573
Text Example
Text Example
White with #799573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799573; }
p { color: rgb(121,149,115); }
H1.HeaderClassName
{
color: #799573;
}
.AnyTagClassName
{
color: #799573;
}
</style>
background-color css
<style>
a { background-color: #799573; }
a { background-color: rgb(121,149,115); }
div.DivClassName
{
background-color: #799573;
}
.BgClassName
{
background-color: #799573;
}
</style>
border-color css
<style>
span { border-color: #799573; }
span { border-color: rgb(121,149,115); }
td.TdClassName
{
border-color: #799573;
}
.TagClassName
{
border-color: #799573;
}
</style>