Shades of Amulet #7AAC69
Tints of Amulet #7AAC69
RGB
CMYK
RGB Variations
Color information
#7AAC69 (or 0x7AAC69) is known color: Amulet. HEX triplet: 7A, AC and 69. RGB value is (122,172,105). Sum of RGB (Red+Green+Blue) = 122+172+105=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC69 is #855396. Grayscale: #959595. Windows color (decimal): -8737687 or 6925434. OLE color: 6925434.
HSL color Cylindrical-coordinate representation of color #7AAC69: hue angle of 104.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AAC69 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 105 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.33 |
| HSL | 104.78º | 0.29% | 0.54% | - |
| HSV(B) | 104.78º | 0.39% | 0.67% | - |
| XYZ | 25.33 | 34.66 | 18.72 | - |
| YUV | 149.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 105 | 0.29 | 0 | 0.39 | 0.33 | 104.78 | 0.29 | 0.54 |
| Hex | 7A | AC | 69 | 1D | 0 | 27 | 21 | 69 | 1D | 36 |
| Octal | 172 | 254 | 151 | 35 | 0 | 47 | 41 | 151 | 35 | 66 |
| Binary | 1111010 | 10101100 | 1101001 | 11101 | 0 | 100111 | 100001 | 1101001 | 11101 | 110110 |
Color Harmonies of #7AAC69
Complementary color
Monochromatic Colors of #7AAC69
Black with #7AAC69
Text Example
Text Example
White with #7AAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC69; }
p { color: rgb(122,172,105); }
H1.HeaderClassName
{
color: #7AAC69;
}
.AnyTagClassName
{
color: #7AAC69;
}
</style>
background-color css
<style>
a { background-color: #7AAC69; }
a { background-color: rgb(122,172,105); }
div.DivClassName
{
background-color: #7AAC69;
}
.BgClassName
{
background-color: #7AAC69;
}
</style>
border-color css
<style>
span { border-color: #7AAC69; }
span { border-color: rgb(122,172,105); }
td.TdClassName
{
border-color: #7AAC69;
}
.TagClassName
{
border-color: #7AAC69;
}
</style>