Shades of Amulet #7A9B6B
Tints of Amulet #7A9B6B
RGB
CMYK
RGB Variations
Color information
#7A9B6B (or 0x7A9B6B) is known color: Amulet. HEX triplet: 7A, 9B and 6B. RGB value is (122,155,107). Sum of RGB (Red+Green+Blue) = 122+155+107=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B6B is #856494. Grayscale: #8B8B8B. Windows color (decimal): -8742037 or 7052154. OLE color: 7052154.
HSL color Cylindrical-coordinate representation of color #7A9B6B: hue angle of 101.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A9B6B is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 107 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.39 |
| HSL | 101.25º | 0.19% | 0.51% | - |
| HSV(B) | 101.25º | 0.31% | 0.61% | - |
| XYZ | 22.4 | 28.64 | 18.26 | - |
| YUV | 139.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 107 | 0.21 | 0 | 0.31 | 0.39 | 101.25 | 0.19 | 0.51 |
| Hex | 7A | 9B | 6B | 15 | 0 | 1F | 27 | 65 | 13 | 33 |
| Octal | 172 | 233 | 153 | 25 | 0 | 37 | 47 | 145 | 23 | 63 |
| Binary | 1111010 | 10011011 | 1101011 | 10101 | 0 | 11111 | 100111 | 1100101 | 10011 | 110011 |
Color Harmonies of #7A9B6B
Complementary color
Monochromatic Colors of #7A9B6B
Black with #7A9B6B
Text Example
Text Example
White with #7A9B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B6B; }
p { color: rgb(122,155,107); }
H1.HeaderClassName
{
color: #7A9B6B;
}
.AnyTagClassName
{
color: #7A9B6B;
}
</style>
background-color css
<style>
a { background-color: #7A9B6B; }
a { background-color: rgb(122,155,107); }
div.DivClassName
{
background-color: #7A9B6B;
}
.BgClassName
{
background-color: #7A9B6B;
}
</style>
border-color css
<style>
span { border-color: #7A9B6B; }
span { border-color: rgb(122,155,107); }
td.TdClassName
{
border-color: #7A9B6B;
}
.TagClassName
{
border-color: #7A9B6B;
}
</style>