Shades of Amulet #799F71
Tints of Amulet #799F71
RGB
CMYK
RGB Variations
Color information
#799F71 (or 0x799F71) is known color: Amulet. HEX triplet: 79, 9F and 71. RGB value is (121,159,113). Sum of RGB (Red+Green+Blue) = 121+159+113=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #799F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F71 is #86608E. Grayscale: #8E8E8E. Windows color (decimal): -8806543 or 7446393. OLE color: 7446393.
HSL color Cylindrical-coordinate representation of color #799F71: hue angle of 109.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799F71 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 113 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.38 |
| HSL | 109.57º | 0.19% | 0.53% | - |
| HSV(B) | 109.57º | 0.29% | 0.62% | - |
| XYZ | 23.26 | 30.05 | 20.2 | - |
| YUV | 142.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 113 | 0.24 | 0 | 0.29 | 0.38 | 109.57 | 0.19 | 0.53 |
| Hex | 79 | 9F | 71 | 18 | 0 | 1D | 26 | 6E | 13 | 35 |
| Octal | 171 | 237 | 161 | 30 | 0 | 35 | 46 | 156 | 23 | 65 |
| Binary | 1111001 | 10011111 | 1110001 | 11000 | 0 | 11101 | 100110 | 1101110 | 10011 | 110101 |
Color Harmonies of #799F71
Complementary color
Monochromatic Colors of #799F71
Black with #799F71
Text Example
Text Example
White with #799F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F71; }
p { color: rgb(121,159,113); }
H1.HeaderClassName
{
color: #799F71;
}
.AnyTagClassName
{
color: #799F71;
}
</style>
background-color css
<style>
a { background-color: #799F71; }
a { background-color: rgb(121,159,113); }
div.DivClassName
{
background-color: #799F71;
}
.BgClassName
{
background-color: #799F71;
}
</style>
border-color css
<style>
span { border-color: #799F71; }
span { border-color: rgb(121,159,113); }
td.TdClassName
{
border-color: #799F71;
}
.TagClassName
{
border-color: #799F71;
}
</style>