Shades of Amulet #7A986E
Tints of Amulet #7A986E
RGB
CMYK
RGB Variations
Color information
#7A986E (or 0x7A986E) is known color: Amulet. HEX triplet: 7A, 98 and 6E. RGB value is (122,152,110). Sum of RGB (Red+Green+Blue) = 122+152+110=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #7A986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A986E is #856791. Grayscale: #8A8A8A. Windows color (decimal): -8742802 or 7247994. OLE color: 7247994.
HSL color Cylindrical-coordinate representation of color #7A986E: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A986E is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 110 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.40 |
| HSL | 102.86º | 0.17% | 0.51% | - |
| HSV(B) | 102.86º | 0.28% | 0.6% | - |
| XYZ | 22.07 | 27.72 | 18.94 | - |
| YUV | 138.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 110 | 0.20 | 0 | 0.28 | 0.40 | 102.86 | 0.17 | 0.51 |
| Hex | 7A | 98 | 6E | 14 | 0 | 1C | 28 | 67 | 11 | 33 |
| Octal | 172 | 230 | 156 | 24 | 0 | 34 | 50 | 147 | 21 | 63 |
| Binary | 1111010 | 10011000 | 1101110 | 10100 | 0 | 11100 | 101000 | 1100111 | 10001 | 110011 |
Color Harmonies of #7A986E
Complementary color
Monochromatic Colors of #7A986E
Black with #7A986E
Text Example
Text Example
White with #7A986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A986E; }
p { color: rgb(122,152,110); }
H1.HeaderClassName
{
color: #7A986E;
}
.AnyTagClassName
{
color: #7A986E;
}
</style>
background-color css
<style>
a { background-color: #7A986E; }
a { background-color: rgb(122,152,110); }
div.DivClassName
{
background-color: #7A986E;
}
.BgClassName
{
background-color: #7A986E;
}
</style>
border-color css
<style>
span { border-color: #7A986E; }
span { border-color: rgb(122,152,110); }
td.TdClassName
{
border-color: #7A986E;
}
.TagClassName
{
border-color: #7A986E;
}
</style>