Shades of Amulet #7AAC65
Tints of Amulet #7AAC65
RGB
CMYK
RGB Variations
Color information
#7AAC65 (or 0x7AAC65) is known color: Amulet. HEX triplet: 7A, AC and 65. RGB value is (122,172,101). Sum of RGB (Red+Green+Blue) = 122+172+101=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC65 is #85539A. Grayscale: #959595. Windows color (decimal): -8737691 or 6663290. OLE color: 6663290.
HSL color Cylindrical-coordinate representation of color #7AAC65: hue angle of 102.25º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAC65 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 101 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.33 |
| HSL | 102.25º | 0.3% | 0.54% | - |
| HSV(B) | 102.25º | 0.41% | 0.67% | - |
| XYZ | 25.13 | 34.58 | 17.66 | - |
| YUV | 148.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 101 | 0.29 | 0 | 0.41 | 0.33 | 102.25 | 0.3 | 0.54 |
| Hex | 7A | AC | 65 | 1D | 0 | 29 | 21 | 66 | 1E | 36 |
| Octal | 172 | 254 | 145 | 35 | 0 | 51 | 41 | 146 | 36 | 66 |
| Binary | 1111010 | 10101100 | 1100101 | 11101 | 0 | 101001 | 100001 | 1100110 | 11110 | 110110 |
Color Harmonies of #7AAC65
Complementary color
Monochromatic Colors of #7AAC65
Black with #7AAC65
Text Example
Text Example
White with #7AAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC65; }
p { color: rgb(122,172,101); }
H1.HeaderClassName
{
color: #7AAC65;
}
.AnyTagClassName
{
color: #7AAC65;
}
</style>
background-color css
<style>
a { background-color: #7AAC65; }
a { background-color: rgb(122,172,101); }
div.DivClassName
{
background-color: #7AAC65;
}
.BgClassName
{
background-color: #7AAC65;
}
</style>
border-color css
<style>
span { border-color: #7AAC65; }
span { border-color: rgb(122,172,101); }
td.TdClassName
{
border-color: #7AAC65;
}
.TagClassName
{
border-color: #7AAC65;
}
</style>