Shades of Amulet #7AA275
Tints of Amulet #7AA275
RGB
CMYK
RGB Variations
Color information
#7AA275 (or 0x7AA275) is known color: Amulet. HEX triplet: 7A, A2 and 75. RGB value is (122,162,117). Sum of RGB (Red+Green+Blue) = 122+162+117=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA275 is #855D8A. Grayscale: #919191. Windows color (decimal): -8740235 or 7709306. OLE color: 7709306.
HSL color Cylindrical-coordinate representation of color #7AA275: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA275 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 117 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.36 |
| HSL | 113.33º | 0.19% | 0.55% | - |
| HSV(B) | 113.33º | 0.28% | 0.64% | - |
| XYZ | 24.16 | 31.26 | 21.59 | - |
| YUV | 144.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 117 | 0.25 | 0 | 0.28 | 0.36 | 113.33 | 0.19 | 0.55 |
| Hex | 7A | A2 | 75 | 19 | 0 | 1C | 24 | 71 | 13 | 37 |
| Octal | 172 | 242 | 165 | 31 | 0 | 34 | 44 | 161 | 23 | 67 |
| Binary | 1111010 | 10100010 | 1110101 | 11001 | 0 | 11100 | 100100 | 1110001 | 10011 | 110111 |
Color Harmonies of #7AA275
Complementary color
Monochromatic Colors of #7AA275
Black with #7AA275
Text Example
Text Example
White with #7AA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA275; }
p { color: rgb(122,162,117); }
H1.HeaderClassName
{
color: #7AA275;
}
.AnyTagClassName
{
color: #7AA275;
}
</style>
background-color css
<style>
a { background-color: #7AA275; }
a { background-color: rgb(122,162,117); }
div.DivClassName
{
background-color: #7AA275;
}
.BgClassName
{
background-color: #7AA275;
}
</style>
border-color css
<style>
span { border-color: #7AA275; }
span { border-color: rgb(122,162,117); }
td.TdClassName
{
border-color: #7AA275;
}
.TagClassName
{
border-color: #7AA275;
}
</style>