Shades of Amulet #7A9B71
Tints of Amulet #7A9B71
RGB
CMYK
RGB Variations
Color information
#7A9B71 (or 0x7A9B71) is known color: Amulet. HEX triplet: 7A, 9B and 71. RGB value is (122,155,113). Sum of RGB (Red+Green+Blue) = 122+155+113=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B71 is #85648E. Grayscale: #8C8C8C. Windows color (decimal): -8742031 or 7445370. OLE color: 7445370.
HSL color Cylindrical-coordinate representation of color #7A9B71: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A9B71 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 113 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.39 |
| HSL | 107.14º | 0.17% | 0.53% | - |
| HSV(B) | 107.14º | 0.27% | 0.61% | - |
| XYZ | 22.73 | 28.77 | 19.98 | - |
| YUV | 140.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 113 | 0.21 | 0 | 0.27 | 0.39 | 107.14 | 0.17 | 0.53 |
| Hex | 7A | 9B | 71 | 15 | 0 | 1B | 27 | 6B | 11 | 35 |
| Octal | 172 | 233 | 161 | 25 | 0 | 33 | 47 | 153 | 21 | 65 |
| Binary | 1111010 | 10011011 | 1110001 | 10101 | 0 | 11011 | 100111 | 1101011 | 10001 | 110101 |
Color Harmonies of #7A9B71
Complementary color
Monochromatic Colors of #7A9B71
Black with #7A9B71
Text Example
Text Example
White with #7A9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B71; }
p { color: rgb(122,155,113); }
H1.HeaderClassName
{
color: #7A9B71;
}
.AnyTagClassName
{
color: #7A9B71;
}
</style>
background-color css
<style>
a { background-color: #7A9B71; }
a { background-color: rgb(122,155,113); }
div.DivClassName
{
background-color: #7A9B71;
}
.BgClassName
{
background-color: #7A9B71;
}
</style>
border-color css
<style>
span { border-color: #7A9B71; }
span { border-color: rgb(122,155,113); }
td.TdClassName
{
border-color: #7A9B71;
}
.TagClassName
{
border-color: #7A9B71;
}
</style>