Shades of Amulet #7A9B6C
Tints of Amulet #7A9B6C
RGB
CMYK
RGB Variations
Color information
#7A9B6C (or 0x7A9B6C) is known color: Amulet. HEX triplet: 7A, 9B and 6C. RGB value is (122,155,108). Sum of RGB (Red+Green+Blue) = 122+155+108=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B6C is #856493. Grayscale: #8B8B8B. Windows color (decimal): -8742036 or 7117690. OLE color: 7117690.
HSL color Cylindrical-coordinate representation of color #7A9B6C: hue angle of 102.13º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A9B6C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 108 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.39 |
| HSL | 102.13º | 0.19% | 0.52% | - |
| HSV(B) | 102.13º | 0.3% | 0.61% | - |
| XYZ | 22.45 | 28.66 | 18.54 | - |
| YUV | 139.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 108 | 0.21 | 0 | 0.30 | 0.39 | 102.13 | 0.19 | 0.52 |
| Hex | 7A | 9B | 6C | 15 | 0 | 1E | 27 | 66 | 13 | 34 |
| Octal | 172 | 233 | 154 | 25 | 0 | 36 | 47 | 146 | 23 | 64 |
| Binary | 1111010 | 10011011 | 1101100 | 10101 | 0 | 11110 | 100111 | 1100110 | 10011 | 110100 |
Color Harmonies of #7A9B6C
Complementary color
Monochromatic Colors of #7A9B6C
Black with #7A9B6C
Text Example
Text Example
White with #7A9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B6C; }
p { color: rgb(122,155,108); }
H1.HeaderClassName
{
color: #7A9B6C;
}
.AnyTagClassName
{
color: #7A9B6C;
}
</style>
background-color css
<style>
a { background-color: #7A9B6C; }
a { background-color: rgb(122,155,108); }
div.DivClassName
{
background-color: #7A9B6C;
}
.BgClassName
{
background-color: #7A9B6C;
}
</style>
border-color css
<style>
span { border-color: #7A9B6C; }
span { border-color: rgb(122,155,108); }
td.TdClassName
{
border-color: #7A9B6C;
}
.TagClassName
{
border-color: #7A9B6C;
}
</style>