Shades of Amulet #7AA279
Tints of Amulet #7AA279
RGB
CMYK
RGB Variations
Color information
#7AA279 (or 0x7AA279) is known color: Amulet. HEX triplet: 7A, A2 and 79. RGB value is (122,162,121). Sum of RGB (Red+Green+Blue) = 122+162+121=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA279 is #855D86. Grayscale: #919191. Windows color (decimal): -8740231 or 7971450. OLE color: 7971450.
HSL color Cylindrical-coordinate representation of color #7AA279: hue angle of 118.54º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7AA279 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 121 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.36 |
| HSL | 118.54º | 0.18% | 0.55% | - |
| HSV(B) | 118.54º | 0.25% | 0.64% | - |
| XYZ | 24.4 | 31.36 | 22.86 | - |
| YUV | 145.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 121 | 0.25 | 0 | 0.25 | 0.36 | 118.54 | 0.18 | 0.55 |
| Hex | 7A | A2 | 79 | 19 | 0 | 19 | 24 | 77 | 12 | 37 |
| Octal | 172 | 242 | 171 | 31 | 0 | 31 | 44 | 167 | 22 | 67 |
| Binary | 1111010 | 10100010 | 1111001 | 11001 | 0 | 11001 | 100100 | 1110111 | 10010 | 110111 |
Color Harmonies of #7AA279
Complementary color
Monochromatic Colors of #7AA279
Black with #7AA279
Text Example
Text Example
White with #7AA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA279; }
p { color: rgb(122,162,121); }
H1.HeaderClassName
{
color: #7AA279;
}
.AnyTagClassName
{
color: #7AA279;
}
</style>
background-color css
<style>
a { background-color: #7AA279; }
a { background-color: rgb(122,162,121); }
div.DivClassName
{
background-color: #7AA279;
}
.BgClassName
{
background-color: #7AA279;
}
</style>
border-color css
<style>
span { border-color: #7AA279; }
span { border-color: rgb(122,162,121); }
td.TdClassName
{
border-color: #7AA279;
}
.TagClassName
{
border-color: #7AA279;
}
</style>