Shades of Amulet #7A9C69
Tints of Amulet #7A9C69
RGB
CMYK
RGB Variations
Color information
#7A9C69 (or 0x7A9C69) is known color: Amulet. HEX triplet: 7A, 9C and 69. RGB value is (122,156,105). Sum of RGB (Red+Green+Blue) = 122+156+105=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9C69 is #856396. Grayscale: #8C8C8C. Windows color (decimal): -8741783 or 6921338. OLE color: 6921338.
HSL color Cylindrical-coordinate representation of color #7A9C69: hue angle of 100º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A9C69 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 156 | 105 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.39 |
| HSL | 100º | 0.2% | 0.51% | - |
| HSV(B) | 100º | 0.33% | 0.61% | - |
| XYZ | 22.46 | 28.93 | 17.77 | - |
| YUV | 140.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 105 | 0.22 | 0 | 0.33 | 0.39 | 100 | 0.2 | 0.51 |
| Hex | 7A | 9C | 69 | 16 | 0 | 21 | 27 | 64 | 14 | 33 |
| Octal | 172 | 234 | 151 | 26 | 0 | 41 | 47 | 144 | 24 | 63 |
| Binary | 1111010 | 10011100 | 1101001 | 10110 | 0 | 100001 | 100111 | 1100100 | 10100 | 110011 |
Color Harmonies of #7A9C69
Complementary color
Monochromatic Colors of #7A9C69
Black with #7A9C69
Text Example
Text Example
White with #7A9C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9C69; }
p { color: rgb(122,156,105); }
H1.HeaderClassName
{
color: #7A9C69;
}
.AnyTagClassName
{
color: #7A9C69;
}
</style>
background-color css
<style>
a { background-color: #7A9C69; }
a { background-color: rgb(122,156,105); }
div.DivClassName
{
background-color: #7A9C69;
}
.BgClassName
{
background-color: #7A9C69;
}
</style>
border-color css
<style>
span { border-color: #7A9C69; }
span { border-color: rgb(122,156,105); }
td.TdClassName
{
border-color: #7A9C69;
}
.TagClassName
{
border-color: #7A9C69;
}
</style>