Shades of Amulet #7A9E6D
Tints of Amulet #7A9E6D
RGB
CMYK
RGB Variations
Color information
#7A9E6D (or 0x7A9E6D) is known color: Amulet. HEX triplet: 7A, 9E and 6D. RGB value is (122,158,109). Sum of RGB (Red+Green+Blue) = 122+158+109=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E6D is #856192. Grayscale: #8D8D8D. Windows color (decimal): -8741267 or 7183994. OLE color: 7183994.
HSL color Cylindrical-coordinate representation of color #7A9E6D: hue angle of 104.08º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A9E6D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 109 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.38 |
| HSL | 104.08º | 0.2% | 0.52% | - |
| HSV(B) | 104.08º | 0.31% | 0.62% | - |
| XYZ | 23.01 | 29.7 | 18.99 | - |
| YUV | 141.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 109 | 0.23 | 0 | 0.31 | 0.38 | 104.08 | 0.2 | 0.52 |
| Hex | 7A | 9E | 6D | 17 | 0 | 1F | 26 | 68 | 14 | 34 |
| Octal | 172 | 236 | 155 | 27 | 0 | 37 | 46 | 150 | 24 | 64 |
| Binary | 1111010 | 10011110 | 1101101 | 10111 | 0 | 11111 | 100110 | 1101000 | 10100 | 110100 |
Color Harmonies of #7A9E6D
Complementary color
Monochromatic Colors of #7A9E6D
Black with #7A9E6D
Text Example
Text Example
White with #7A9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E6D; }
p { color: rgb(122,158,109); }
H1.HeaderClassName
{
color: #7A9E6D;
}
.AnyTagClassName
{
color: #7A9E6D;
}
</style>
background-color css
<style>
a { background-color: #7A9E6D; }
a { background-color: rgb(122,158,109); }
div.DivClassName
{
background-color: #7A9E6D;
}
.BgClassName
{
background-color: #7A9E6D;
}
</style>
border-color css
<style>
span { border-color: #7A9E6D; }
span { border-color: rgb(122,158,109); }
td.TdClassName
{
border-color: #7A9E6D;
}
.TagClassName
{
border-color: #7A9E6D;
}
</style>