Shades of Amulet #7A986A
Tints of Amulet #7A986A
RGB
CMYK
RGB Variations
Color information
#7A986A (or 0x7A986A) is known color: Amulet. HEX triplet: 7A, 98 and 6A. RGB value is (122,152,106). Sum of RGB (Red+Green+Blue) = 122+152+106=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #7A986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A986A is #856795. Grayscale: #898989. Windows color (decimal): -8742806 or 6985850. OLE color: 6985850.
HSL color Cylindrical-coordinate representation of color #7A986A: hue angle of 99.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A986A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 106 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.40 |
| HSL | 99.13º | 0.18% | 0.51% | - |
| HSV(B) | 99.13º | 0.3% | 0.6% | - |
| XYZ | 21.86 | 27.63 | 17.82 | - |
| YUV | 137.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 106 | 0.20 | 0 | 0.30 | 0.40 | 99.13 | 0.18 | 0.51 |
| Hex | 7A | 98 | 6A | 14 | 0 | 1E | 28 | 63 | 12 | 33 |
| Octal | 172 | 230 | 152 | 24 | 0 | 36 | 50 | 143 | 22 | 63 |
| Binary | 1111010 | 10011000 | 1101010 | 10100 | 0 | 11110 | 101000 | 1100011 | 10010 | 110011 |
Color Harmonies of #7A986A
Complementary color
Monochromatic Colors of #7A986A
Black with #7A986A
Text Example
Text Example
White with #7A986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A986A; }
p { color: rgb(122,152,106); }
H1.HeaderClassName
{
color: #7A986A;
}
.AnyTagClassName
{
color: #7A986A;
}
</style>
background-color css
<style>
a { background-color: #7A986A; }
a { background-color: rgb(122,152,106); }
div.DivClassName
{
background-color: #7A986A;
}
.BgClassName
{
background-color: #7A986A;
}
</style>
border-color css
<style>
span { border-color: #7A986A; }
span { border-color: rgb(122,152,106); }
td.TdClassName
{
border-color: #7A986A;
}
.TagClassName
{
border-color: #7A986A;
}
</style>