Shades of Amulet #7AA16C
Tints of Amulet #7AA16C
RGB
CMYK
RGB Variations
Color information
#7AA16C (or 0x7AA16C) is known color: Amulet. HEX triplet: 7A, A1 and 6C. RGB value is (122,161,108). Sum of RGB (Red+Green+Blue) = 122+161+108=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA16C is #855E93. Grayscale: #8F8F8F. Windows color (decimal): -8740500 or 7119226. OLE color: 7119226.
HSL color Cylindrical-coordinate representation of color #7AA16C: hue angle of 104.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AA16C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 108 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.37 |
| HSL | 104.15º | 0.22% | 0.53% | - |
| HSV(B) | 104.15º | 0.33% | 0.63% | - |
| XYZ | 23.48 | 30.71 | 18.88 | - |
| YUV | 143.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 108 | 0.24 | 0 | 0.33 | 0.37 | 104.15 | 0.22 | 0.53 |
| Hex | 7A | A1 | 6C | 18 | 0 | 21 | 25 | 68 | 16 | 35 |
| Octal | 172 | 241 | 154 | 30 | 0 | 41 | 45 | 150 | 26 | 65 |
| Binary | 1111010 | 10100001 | 1101100 | 11000 | 0 | 100001 | 100101 | 1101000 | 10110 | 110101 |
Color Harmonies of #7AA16C
Complementary color
Monochromatic Colors of #7AA16C
Black with #7AA16C
Text Example
Text Example
White with #7AA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA16C; }
p { color: rgb(122,161,108); }
H1.HeaderClassName
{
color: #7AA16C;
}
.AnyTagClassName
{
color: #7AA16C;
}
</style>
background-color css
<style>
a { background-color: #7AA16C; }
a { background-color: rgb(122,161,108); }
div.DivClassName
{
background-color: #7AA16C;
}
.BgClassName
{
background-color: #7AA16C;
}
</style>
border-color css
<style>
span { border-color: #7AA16C; }
span { border-color: rgb(122,161,108); }
td.TdClassName
{
border-color: #7AA16C;
}
.TagClassName
{
border-color: #7AA16C;
}
</style>