Shades of Amulet #7A976A
Tints of Amulet #7A976A
RGB
CMYK
RGB Variations
Color information
#7A976A (or 0x7A976A) is known color: Amulet. HEX triplet: 7A, 97 and 6A. RGB value is (122,151,106). Sum of RGB (Red+Green+Blue) = 122+151+106=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #7A976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A976A is #856895. Grayscale: #898989. Windows color (decimal): -8743062 or 6985594. OLE color: 6985594.
HSL color Cylindrical-coordinate representation of color #7A976A: hue angle of 98.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A976A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 106 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.41 |
| HSL | 98.67º | 0.18% | 0.5% | - |
| HSV(B) | 98.67º | 0.3% | 0.59% | - |
| XYZ | 21.69 | 27.31 | 17.76 | - |
| YUV | 137.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 106 | 0.19 | 0 | 0.30 | 0.41 | 98.67 | 0.18 | 0.5 |
| Hex | 7A | 97 | 6A | 13 | 0 | 1E | 29 | 63 | 12 | 32 |
| Octal | 172 | 227 | 152 | 23 | 0 | 36 | 51 | 143 | 22 | 62 |
| Binary | 1111010 | 10010111 | 1101010 | 10011 | 0 | 11110 | 101001 | 1100011 | 10010 | 110010 |
Color Harmonies of #7A976A
Complementary color
Monochromatic Colors of #7A976A
Black with #7A976A
Text Example
Text Example
White with #7A976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A976A; }
p { color: rgb(122,151,106); }
H1.HeaderClassName
{
color: #7A976A;
}
.AnyTagClassName
{
color: #7A976A;
}
</style>
background-color css
<style>
a { background-color: #7A976A; }
a { background-color: rgb(122,151,106); }
div.DivClassName
{
background-color: #7A976A;
}
.BgClassName
{
background-color: #7A976A;
}
</style>
border-color css
<style>
span { border-color: #7A976A; }
span { border-color: rgb(122,151,106); }
td.TdClassName
{
border-color: #7A976A;
}
.TagClassName
{
border-color: #7A976A;
}
</style>