Shades of Amulet #7A9970
Tints of Amulet #7A9970
RGB
CMYK
RGB Variations
Color information
#7A9970 (or 0x7A9970) is known color: Amulet. HEX triplet: 7A, 99 and 70. RGB value is (122,153,112). Sum of RGB (Red+Green+Blue) = 122+153+112=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9970 is #85668F. Grayscale: #8B8B8B. Windows color (decimal): -8742544 or 7379322. OLE color: 7379322.
HSL color Cylindrical-coordinate representation of color #7A9970: hue angle of 105.37º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A9970 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 112 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.4 |
| HSL | 105.37º | 0.17% | 0.52% | - |
| HSV(B) | 105.37º | 0.27% | 0.6% | - |
| XYZ | 22.34 | 28.09 | 19.57 | - |
| YUV | 139.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 112 | 0.20 | 0 | 0.27 | 0.4 | 105.37 | 0.17 | 0.52 |
| Hex | 7A | 99 | 70 | 14 | 0 | 1B | 28 | 69 | 11 | 34 |
| Octal | 172 | 231 | 160 | 24 | 0 | 33 | 50 | 151 | 21 | 64 |
| Binary | 1111010 | 10011001 | 1110000 | 10100 | 0 | 11011 | 101000 | 1101001 | 10001 | 110100 |
Color Harmonies of #7A9970
Complementary color
Monochromatic Colors of #7A9970
Black with #7A9970
Text Example
Text Example
White with #7A9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9970; }
p { color: rgb(122,153,112); }
H1.HeaderClassName
{
color: #7A9970;
}
.AnyTagClassName
{
color: #7A9970;
}
</style>
background-color css
<style>
a { background-color: #7A9970; }
a { background-color: rgb(122,153,112); }
div.DivClassName
{
background-color: #7A9970;
}
.BgClassName
{
background-color: #7A9970;
}
</style>
border-color css
<style>
span { border-color: #7A9970; }
span { border-color: rgb(122,153,112); }
td.TdClassName
{
border-color: #7A9970;
}
.TagClassName
{
border-color: #7A9970;
}
</style>