Shades of Amulet #7AA36C
Tints of Amulet #7AA36C
RGB
CMYK
RGB Variations
Color information
#7AA36C (or 0x7AA36C) is known color: Amulet. HEX triplet: 7A, A3 and 6C. RGB value is (122,163,108). Sum of RGB (Red+Green+Blue) = 122+163+108=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA36C is #855C93. Grayscale: #909090. Windows color (decimal): -8739988 or 7119738. OLE color: 7119738.
HSL color Cylindrical-coordinate representation of color #7AA36C: hue angle of 104.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AA36C is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 108 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.36 |
| HSL | 104.73º | 0.23% | 0.53% | - |
| HSV(B) | 104.73º | 0.34% | 0.64% | - |
| XYZ | 23.83 | 31.41 | 19 | - |
| YUV | 144.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 108 | 0.25 | 0 | 0.34 | 0.36 | 104.73 | 0.23 | 0.53 |
| Hex | 7A | A3 | 6C | 19 | 0 | 22 | 24 | 69 | 17 | 35 |
| Octal | 172 | 243 | 154 | 31 | 0 | 42 | 44 | 151 | 27 | 65 |
| Binary | 1111010 | 10100011 | 1101100 | 11001 | 0 | 100010 | 100100 | 1101001 | 10111 | 110101 |
Color Harmonies of #7AA36C
Complementary color
Monochromatic Colors of #7AA36C
Black with #7AA36C
Text Example
Text Example
White with #7AA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA36C; }
p { color: rgb(122,163,108); }
H1.HeaderClassName
{
color: #7AA36C;
}
.AnyTagClassName
{
color: #7AA36C;
}
</style>
background-color css
<style>
a { background-color: #7AA36C; }
a { background-color: rgb(122,163,108); }
div.DivClassName
{
background-color: #7AA36C;
}
.BgClassName
{
background-color: #7AA36C;
}
</style>
border-color css
<style>
span { border-color: #7AA36C; }
span { border-color: rgb(122,163,108); }
td.TdClassName
{
border-color: #7AA36C;
}
.TagClassName
{
border-color: #7AA36C;
}
</style>