Shades of Amulet #7AA06B
Tints of Amulet #7AA06B
RGB
CMYK
RGB Variations
Color information
#7AA06B (or 0x7AA06B) is known color: Amulet. HEX triplet: 7A, A0 and 6B. RGB value is (122,160,107). Sum of RGB (Red+Green+Blue) = 122+160+107=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA06B is #855F94. Grayscale: #8E8E8E. Windows color (decimal): -8740757 or 7053434. OLE color: 7053434.
HSL color Cylindrical-coordinate representation of color #7AA06B: hue angle of 103.02º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AA06B is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 107 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.37 |
| HSL | 103.02º | 0.22% | 0.52% | - |
| HSV(B) | 103.02º | 0.33% | 0.63% | - |
| XYZ | 23.25 | 30.34 | 18.54 | - |
| YUV | 142.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 107 | 0.24 | 0 | 0.33 | 0.37 | 103.02 | 0.22 | 0.52 |
| Hex | 7A | A0 | 6B | 18 | 0 | 21 | 25 | 67 | 16 | 34 |
| Octal | 172 | 240 | 153 | 30 | 0 | 41 | 45 | 147 | 26 | 64 |
| Binary | 1111010 | 10100000 | 1101011 | 11000 | 0 | 100001 | 100101 | 1100111 | 10110 | 110100 |
Color Harmonies of #7AA06B
Complementary color
Monochromatic Colors of #7AA06B
Black with #7AA06B
Text Example
Text Example
White with #7AA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA06B; }
p { color: rgb(122,160,107); }
H1.HeaderClassName
{
color: #7AA06B;
}
.AnyTagClassName
{
color: #7AA06B;
}
</style>
background-color css
<style>
a { background-color: #7AA06B; }
a { background-color: rgb(122,160,107); }
div.DivClassName
{
background-color: #7AA06B;
}
.BgClassName
{
background-color: #7AA06B;
}
</style>
border-color css
<style>
span { border-color: #7AA06B; }
span { border-color: rgb(122,160,107); }
td.TdClassName
{
border-color: #7AA06B;
}
.TagClassName
{
border-color: #7AA06B;
}
</style>