Shades of Amulet #7AAC6C
Tints of Amulet #7AAC6C
RGB
CMYK
RGB Variations
Color information
#7AAC6C (or 0x7AAC6C) is known color: Amulet. HEX triplet: 7A, AC and 6C. RGB value is (122,172,108). Sum of RGB (Red+Green+Blue) = 122+172+108=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC6C is #855393. Grayscale: #959595. Windows color (decimal): -8737684 or 7122042. OLE color: 7122042.
HSL color Cylindrical-coordinate representation of color #7AAC6C: hue angle of 106.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AAC6C is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 108 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.33 |
| HSL | 106.88º | 0.28% | 0.55% | - |
| HSV(B) | 106.88º | 0.37% | 0.67% | - |
| XYZ | 25.49 | 34.73 | 19.55 | - |
| YUV | 149.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 108 | 0.29 | 0 | 0.37 | 0.33 | 106.88 | 0.28 | 0.55 |
| Hex | 7A | AC | 6C | 1D | 0 | 25 | 21 | 6B | 1C | 37 |
| Octal | 172 | 254 | 154 | 35 | 0 | 45 | 41 | 153 | 34 | 67 |
| Binary | 1111010 | 10101100 | 1101100 | 11101 | 0 | 100101 | 100001 | 1101011 | 11100 | 110111 |
Color Harmonies of #7AAC6C
Complementary color
Monochromatic Colors of #7AAC6C
Black with #7AAC6C
Text Example
Text Example
White with #7AAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC6C; }
p { color: rgb(122,172,108); }
H1.HeaderClassName
{
color: #7AAC6C;
}
.AnyTagClassName
{
color: #7AAC6C;
}
</style>
background-color css
<style>
a { background-color: #7AAC6C; }
a { background-color: rgb(122,172,108); }
div.DivClassName
{
background-color: #7AAC6C;
}
.BgClassName
{
background-color: #7AAC6C;
}
</style>
border-color css
<style>
span { border-color: #7AAC6C; }
span { border-color: rgb(122,172,108); }
td.TdClassName
{
border-color: #7AAC6C;
}
.TagClassName
{
border-color: #7AAC6C;
}
</style>