Shades of Amulet #7AAA6C
Tints of Amulet #7AAA6C
RGB
CMYK
RGB Variations
Color information
#7AAA6C (or 0x7AAA6C) is known color: Amulet. HEX triplet: 7A, AA and 6C. RGB value is (122,170,108). Sum of RGB (Red+Green+Blue) = 122+170+108=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA6C is #855593. Grayscale: #949494. Windows color (decimal): -8738196 or 7121530. OLE color: 7121530.
HSL color Cylindrical-coordinate representation of color #7AAA6C: hue angle of 106.45º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AAA6C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 108 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.33 |
| HSL | 106.45º | 0.27% | 0.55% | - |
| HSV(B) | 106.45º | 0.36% | 0.67% | - |
| XYZ | 25.11 | 33.97 | 19.42 | - |
| YUV | 148.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 108 | 0.28 | 0 | 0.36 | 0.33 | 106.45 | 0.27 | 0.55 |
| Hex | 7A | AA | 6C | 1C | 0 | 24 | 21 | 6A | 1B | 37 |
| Octal | 172 | 252 | 154 | 34 | 0 | 44 | 41 | 152 | 33 | 67 |
| Binary | 1111010 | 10101010 | 1101100 | 11100 | 0 | 100100 | 100001 | 1101010 | 11011 | 110111 |
Color Harmonies of #7AAA6C
Complementary color
Monochromatic Colors of #7AAA6C
Black with #7AAA6C
Text Example
Text Example
White with #7AAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA6C; }
p { color: rgb(122,170,108); }
H1.HeaderClassName
{
color: #7AAA6C;
}
.AnyTagClassName
{
color: #7AAA6C;
}
</style>
background-color css
<style>
a { background-color: #7AAA6C; }
a { background-color: rgb(122,170,108); }
div.DivClassName
{
background-color: #7AAA6C;
}
.BgClassName
{
background-color: #7AAA6C;
}
</style>
border-color css
<style>
span { border-color: #7AAA6C; }
span { border-color: rgb(122,170,108); }
td.TdClassName
{
border-color: #7AAA6C;
}
.TagClassName
{
border-color: #7AAA6C;
}
</style>