Shades of Amulet #7A9D68
Tints of Amulet #7A9D68
RGB
CMYK
RGB Variations
Color information
#7A9D68 (or 0x7A9D68) is known color: Amulet. HEX triplet: 7A, 9D and 68. RGB value is (122,157,104). Sum of RGB (Red+Green+Blue) = 122+157+104=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9D68 is #856297. Grayscale: #8C8C8C. Windows color (decimal): -8741528 or 6856058. OLE color: 6856058.
HSL color Cylindrical-coordinate representation of color #7A9D68: hue angle of 99.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A9D68 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 157 | 104 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.38 |
| HSL | 99.62º | 0.21% | 0.51% | - |
| HSV(B) | 99.62º | 0.34% | 0.62% | - |
| XYZ | 22.58 | 29.25 | 17.55 | - |
| YUV | 140.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 104 | 0.22 | 0 | 0.34 | 0.38 | 99.62 | 0.21 | 0.51 |
| Hex | 7A | 9D | 68 | 16 | 0 | 22 | 26 | 64 | 15 | 33 |
| Octal | 172 | 235 | 150 | 26 | 0 | 42 | 46 | 144 | 25 | 63 |
| Binary | 1111010 | 10011101 | 1101000 | 10110 | 0 | 100010 | 100110 | 1100100 | 10101 | 110011 |
Color Harmonies of #7A9D68
Complementary color
Monochromatic Colors of #7A9D68
Black with #7A9D68
Text Example
Text Example
White with #7A9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9D68; }
p { color: rgb(122,157,104); }
H1.HeaderClassName
{
color: #7A9D68;
}
.AnyTagClassName
{
color: #7A9D68;
}
</style>
background-color css
<style>
a { background-color: #7A9D68; }
a { background-color: rgb(122,157,104); }
div.DivClassName
{
background-color: #7A9D68;
}
.BgClassName
{
background-color: #7A9D68;
}
</style>
border-color css
<style>
span { border-color: #7A9D68; }
span { border-color: rgb(122,157,104); }
td.TdClassName
{
border-color: #7A9D68;
}
.TagClassName
{
border-color: #7A9D68;
}
</style>