Shades of Amulet #7AA66C
Tints of Amulet #7AA66C
RGB
CMYK
RGB Variations
Color information
#7AA66C (or 0x7AA66C) is known color: Amulet. HEX triplet: 7A, A6 and 6C. RGB value is (122,166,108). Sum of RGB (Red+Green+Blue) = 122+166+108=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA66C is #855993. Grayscale: #929292. Windows color (decimal): -8739220 or 7120506. OLE color: 7120506.
HSL color Cylindrical-coordinate representation of color #7AA66C: hue angle of 105.52º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AA66C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 108 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.35 |
| HSL | 105.52º | 0.25% | 0.54% | - |
| HSV(B) | 105.52º | 0.35% | 0.65% | - |
| XYZ | 24.37 | 32.49 | 19.17 | - |
| YUV | 146.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 108 | 0.27 | 0 | 0.35 | 0.35 | 105.52 | 0.25 | 0.54 |
| Hex | 7A | A6 | 6C | 1B | 0 | 23 | 23 | 6A | 19 | 36 |
| Octal | 172 | 246 | 154 | 33 | 0 | 43 | 43 | 152 | 31 | 66 |
| Binary | 1111010 | 10100110 | 1101100 | 11011 | 0 | 100011 | 100011 | 1101010 | 11001 | 110110 |
Color Harmonies of #7AA66C
Complementary color
Monochromatic Colors of #7AA66C
Black with #7AA66C
Text Example
Text Example
White with #7AA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA66C; }
p { color: rgb(122,166,108); }
H1.HeaderClassName
{
color: #7AA66C;
}
.AnyTagClassName
{
color: #7AA66C;
}
</style>
background-color css
<style>
a { background-color: #7AA66C; }
a { background-color: rgb(122,166,108); }
div.DivClassName
{
background-color: #7AA66C;
}
.BgClassName
{
background-color: #7AA66C;
}
</style>
border-color css
<style>
span { border-color: #7AA66C; }
span { border-color: rgb(122,166,108); }
td.TdClassName
{
border-color: #7AA66C;
}
.TagClassName
{
border-color: #7AA66C;
}
</style>