Shades of Amulet #7AAC6B
Tints of Amulet #7AAC6B
RGB
CMYK
RGB Variations
Color information
#7AAC6B (or 0x7AAC6B) is known color: Amulet. HEX triplet: 7A, AC and 6B. RGB value is (122,172,107). Sum of RGB (Red+Green+Blue) = 122+172+107=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC6B is #855394. Grayscale: #959595. Windows color (decimal): -8737685 or 7056506. OLE color: 7056506.
HSL color Cylindrical-coordinate representation of color #7AAC6B: hue angle of 106.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAC6B is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 107 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.33 |
| HSL | 106.15º | 0.28% | 0.55% | - |
| HSV(B) | 106.15º | 0.38% | 0.67% | - |
| XYZ | 25.43 | 34.7 | 19.27 | - |
| YUV | 149.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 107 | 0.29 | 0 | 0.38 | 0.33 | 106.15 | 0.28 | 0.55 |
| Hex | 7A | AC | 6B | 1D | 0 | 26 | 21 | 6A | 1C | 37 |
| Octal | 172 | 254 | 153 | 35 | 0 | 46 | 41 | 152 | 34 | 67 |
| Binary | 1111010 | 10101100 | 1101011 | 11101 | 0 | 100110 | 100001 | 1101010 | 11100 | 110111 |
Color Harmonies of #7AAC6B
Complementary color
Monochromatic Colors of #7AAC6B
Black with #7AAC6B
Text Example
Text Example
White with #7AAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC6B; }
p { color: rgb(122,172,107); }
H1.HeaderClassName
{
color: #7AAC6B;
}
.AnyTagClassName
{
color: #7AAC6B;
}
</style>
background-color css
<style>
a { background-color: #7AAC6B; }
a { background-color: rgb(122,172,107); }
div.DivClassName
{
background-color: #7AAC6B;
}
.BgClassName
{
background-color: #7AAC6B;
}
</style>
border-color css
<style>
span { border-color: #7AAC6B; }
span { border-color: rgb(122,172,107); }
td.TdClassName
{
border-color: #7AAC6B;
}
.TagClassName
{
border-color: #7AAC6B;
}
</style>