Shades of Amulet #7AAA65
Tints of Amulet #7AAA65
RGB
CMYK
RGB Variations
Color information
#7AAA65 (or 0x7AAA65) is known color: Amulet. HEX triplet: 7A, AA and 65. RGB value is (122,170,101). Sum of RGB (Red+Green+Blue) = 122+170+101=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA65 is #85559A. Grayscale: #949494. Windows color (decimal): -8738203 or 6662778. OLE color: 6662778.
HSL color Cylindrical-coordinate representation of color #7AAA65: hue angle of 101.74º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAA65 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 101 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.33 |
| HSL | 101.74º | 0.29% | 0.53% | - |
| HSV(B) | 101.74º | 0.41% | 0.67% | - |
| XYZ | 24.75 | 33.83 | 17.54 | - |
| YUV | 147.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 101 | 0.28 | 0 | 0.41 | 0.33 | 101.74 | 0.29 | 0.53 |
| Hex | 7A | AA | 65 | 1C | 0 | 29 | 21 | 66 | 1D | 35 |
| Octal | 172 | 252 | 145 | 34 | 0 | 51 | 41 | 146 | 35 | 65 |
| Binary | 1111010 | 10101010 | 1100101 | 11100 | 0 | 101001 | 100001 | 1100110 | 11101 | 110101 |
Color Harmonies of #7AAA65
Complementary color
Monochromatic Colors of #7AAA65
Black with #7AAA65
Text Example
Text Example
White with #7AAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA65; }
p { color: rgb(122,170,101); }
H1.HeaderClassName
{
color: #7AAA65;
}
.AnyTagClassName
{
color: #7AAA65;
}
</style>
background-color css
<style>
a { background-color: #7AAA65; }
a { background-color: rgb(122,170,101); }
div.DivClassName
{
background-color: #7AAA65;
}
.BgClassName
{
background-color: #7AAA65;
}
</style>
border-color css
<style>
span { border-color: #7AAA65; }
span { border-color: rgb(122,170,101); }
td.TdClassName
{
border-color: #7AAA65;
}
.TagClassName
{
border-color: #7AAA65;
}
</style>