Shades of Amulet #7A9C6B
Tints of Amulet #7A9C6B
RGB
CMYK
RGB Variations
Color information
#7A9C6B (or 0x7A9C6B) is known color: Amulet. HEX triplet: 7A, 9C and 6B. RGB value is (122,156,107). Sum of RGB (Red+Green+Blue) = 122+156+107=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9C6B is #856394. Grayscale: #8C8C8C. Windows color (decimal): -8741781 or 7052410. OLE color: 7052410.
HSL color Cylindrical-coordinate representation of color #7A9C6B: hue angle of 101.63º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A9C6B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 156 | 107 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.39 |
| HSL | 101.63º | 0.2% | 0.52% | - |
| HSV(B) | 101.63º | 0.31% | 0.61% | - |
| XYZ | 22.57 | 28.98 | 18.31 | - |
| YUV | 140.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 107 | 0.22 | 0 | 0.31 | 0.39 | 101.63 | 0.2 | 0.52 |
| Hex | 7A | 9C | 6B | 16 | 0 | 1F | 27 | 66 | 14 | 34 |
| Octal | 172 | 234 | 153 | 26 | 0 | 37 | 47 | 146 | 24 | 64 |
| Binary | 1111010 | 10011100 | 1101011 | 10110 | 0 | 11111 | 100111 | 1100110 | 10100 | 110100 |
Color Harmonies of #7A9C6B
Complementary color
Monochromatic Colors of #7A9C6B
Black with #7A9C6B
Text Example
Text Example
White with #7A9C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9C6B; }
p { color: rgb(122,156,107); }
H1.HeaderClassName
{
color: #7A9C6B;
}
.AnyTagClassName
{
color: #7A9C6B;
}
</style>
background-color css
<style>
a { background-color: #7A9C6B; }
a { background-color: rgb(122,156,107); }
div.DivClassName
{
background-color: #7A9C6B;
}
.BgClassName
{
background-color: #7A9C6B;
}
</style>
border-color css
<style>
span { border-color: #7A9C6B; }
span { border-color: rgb(122,156,107); }
td.TdClassName
{
border-color: #7A9C6B;
}
.TagClassName
{
border-color: #7A9C6B;
}
</style>