Shades of Amulet #79996A
Tints of Amulet #79996A
RGB
CMYK
RGB Variations
Color information
#79996A (or 0x79996A) is known color: Amulet. HEX triplet: 79, 99 and 6A. RGB value is (121,153,106). Sum of RGB (Red+Green+Blue) = 121+153+106=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #79996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79996A is #866695. Grayscale: #8A8A8A. Windows color (decimal): -8808086 or 6986105. OLE color: 6986105.
HSL color Cylindrical-coordinate representation of color #79996A: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79996A is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 106 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.4 |
| HSL | 100.85º | 0.19% | 0.51% | - |
| HSV(B) | 100.85º | 0.31% | 0.6% | - |
| XYZ | 21.88 | 27.89 | 17.87 | - |
| YUV | 138.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 106 | 0.21 | 0 | 0.31 | 0.4 | 100.85 | 0.19 | 0.51 |
| Hex | 79 | 99 | 6A | 15 | 0 | 1F | 28 | 65 | 13 | 33 |
| Octal | 171 | 231 | 152 | 25 | 0 | 37 | 50 | 145 | 23 | 63 |
| Binary | 1111001 | 10011001 | 1101010 | 10101 | 0 | 11111 | 101000 | 1100101 | 10011 | 110011 |
Color Harmonies of #79996A
Complementary color
Monochromatic Colors of #79996A
Black with #79996A
Text Example
Text Example
White with #79996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79996A; }
p { color: rgb(121,153,106); }
H1.HeaderClassName
{
color: #79996A;
}
.AnyTagClassName
{
color: #79996A;
}
</style>
background-color css
<style>
a { background-color: #79996A; }
a { background-color: rgb(121,153,106); }
div.DivClassName
{
background-color: #79996A;
}
.BgClassName
{
background-color: #79996A;
}
</style>
border-color css
<style>
span { border-color: #79996A; }
span { border-color: rgb(121,153,106); }
td.TdClassName
{
border-color: #79996A;
}
.TagClassName
{
border-color: #79996A;
}
</style>