Shades of Amulet #7A9B70
Tints of Amulet #7A9B70
RGB
CMYK
RGB Variations
Color information
#7A9B70 (or 0x7A9B70) is known color: Amulet. HEX triplet: 7A, 9B and 70. RGB value is (122,155,112). Sum of RGB (Red+Green+Blue) = 122+155+112=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B70 is #85648F. Grayscale: #8C8C8C. Windows color (decimal): -8742032 or 7379834. OLE color: 7379834.
HSL color Cylindrical-coordinate representation of color #7A9B70: hue angle of 106.05º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A9B70 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 112 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.39 |
| HSL | 106.05º | 0.18% | 0.52% | - |
| HSV(B) | 106.05º | 0.28% | 0.61% | - |
| XYZ | 22.67 | 28.75 | 19.68 | - |
| YUV | 140.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 112 | 0.21 | 0 | 0.28 | 0.39 | 106.05 | 0.18 | 0.52 |
| Hex | 7A | 9B | 70 | 15 | 0 | 1C | 27 | 6A | 12 | 34 |
| Octal | 172 | 233 | 160 | 25 | 0 | 34 | 47 | 152 | 22 | 64 |
| Binary | 1111010 | 10011011 | 1110000 | 10101 | 0 | 11100 | 100111 | 1101010 | 10010 | 110100 |
Color Harmonies of #7A9B70
Complementary color
Monochromatic Colors of #7A9B70
Black with #7A9B70
Text Example
Text Example
White with #7A9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B70; }
p { color: rgb(122,155,112); }
H1.HeaderClassName
{
color: #7A9B70;
}
.AnyTagClassName
{
color: #7A9B70;
}
</style>
background-color css
<style>
a { background-color: #7A9B70; }
a { background-color: rgb(122,155,112); }
div.DivClassName
{
background-color: #7A9B70;
}
.BgClassName
{
background-color: #7A9B70;
}
</style>
border-color css
<style>
span { border-color: #7A9B70; }
span { border-color: rgb(122,155,112); }
td.TdClassName
{
border-color: #7A9B70;
}
.TagClassName
{
border-color: #7A9B70;
}
</style>