Shades of Amulet #7AA668
Tints of Amulet #7AA668
RGB
CMYK
RGB Variations
Color information
#7AA668 (or 0x7AA668) is known color: Amulet. HEX triplet: 7A, A6 and 68. RGB value is (122,166,104). Sum of RGB (Red+Green+Blue) = 122+166+104=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA668 is #855997. Grayscale: #919191. Windows color (decimal): -8739224 or 6858362. OLE color: 6858362.
HSL color Cylindrical-coordinate representation of color #7AA668: hue angle of 102.58º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AA668 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 104 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.35 |
| HSL | 102.58º | 0.26% | 0.53% | - |
| HSV(B) | 102.58º | 0.37% | 0.65% | - |
| XYZ | 24.16 | 32.41 | 18.08 | - |
| YUV | 145.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 104 | 0.27 | 0 | 0.37 | 0.35 | 102.58 | 0.26 | 0.53 |
| Hex | 7A | A6 | 68 | 1B | 0 | 25 | 23 | 67 | 1A | 35 |
| Octal | 172 | 246 | 150 | 33 | 0 | 45 | 43 | 147 | 32 | 65 |
| Binary | 1111010 | 10100110 | 1101000 | 11011 | 0 | 100101 | 100011 | 1100111 | 11010 | 110101 |
Color Harmonies of #7AA668
Complementary color
Monochromatic Colors of #7AA668
Black with #7AA668
Text Example
Text Example
White with #7AA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA668; }
p { color: rgb(122,166,104); }
H1.HeaderClassName
{
color: #7AA668;
}
.AnyTagClassName
{
color: #7AA668;
}
</style>
background-color css
<style>
a { background-color: #7AA668; }
a { background-color: rgb(122,166,104); }
div.DivClassName
{
background-color: #7AA668;
}
.BgClassName
{
background-color: #7AA668;
}
</style>
border-color css
<style>
span { border-color: #7AA668; }
span { border-color: rgb(122,166,104); }
td.TdClassName
{
border-color: #7AA668;
}
.TagClassName
{
border-color: #7AA668;
}
</style>