Shades of Amulet #7AAC7B
Tints of Amulet #7AAC7B
RGB
CMYK
RGB Variations
Color information
#7AAC7B (or 0x7AAC7B) is known color: Amulet. HEX triplet: 7A, AC and 7B. RGB value is (122,172,123). Sum of RGB (Red+Green+Blue) = 122+172+123=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC7B is #855384. Grayscale: #979797. Windows color (decimal): -8737669 or 8105082. OLE color: 8105082.
HSL color Cylindrical-coordinate representation of color #7AAC7B: hue angle of 121.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAC7B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 123 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.33 |
| HSL | 121.2º | 0.23% | 0.58% | - |
| HSV(B) | 121.2º | 0.29% | 0.67% | - |
| XYZ | 26.35 | 35.07 | 24.12 | - |
| YUV | 151.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 123 | 0.29 | 0 | 0.28 | 0.33 | 121.2 | 0.23 | 0.58 |
| Hex | 7A | AC | 7B | 1D | 0 | 1C | 21 | 79 | 17 | 3A |
| Octal | 172 | 254 | 173 | 35 | 0 | 34 | 41 | 171 | 27 | 72 |
| Binary | 1111010 | 10101100 | 1111011 | 11101 | 0 | 11100 | 100001 | 1111001 | 10111 | 111010 |
Color Harmonies of #7AAC7B
Complementary color
Monochromatic Colors of #7AAC7B
Black with #7AAC7B
Text Example
Text Example
White with #7AAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC7B; }
p { color: rgb(122,172,123); }
H1.HeaderClassName
{
color: #7AAC7B;
}
.AnyTagClassName
{
color: #7AAC7B;
}
</style>
background-color css
<style>
a { background-color: #7AAC7B; }
a { background-color: rgb(122,172,123); }
div.DivClassName
{
background-color: #7AAC7B;
}
.BgClassName
{
background-color: #7AAC7B;
}
</style>
border-color css
<style>
span { border-color: #7AAC7B; }
span { border-color: rgb(122,172,123); }
td.TdClassName
{
border-color: #7AAC7B;
}
.TagClassName
{
border-color: #7AAC7B;
}
</style>