Shades of Amulet #7AA575
Tints of Amulet #7AA575
RGB
CMYK
RGB Variations
Color information
#7AA575 (or 0x7AA575) is known color: Amulet. HEX triplet: 7A, A5 and 75. RGB value is (122,165,117). Sum of RGB (Red+Green+Blue) = 122+165+117=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA575 is #855A8A. Grayscale: #929292. Windows color (decimal): -8739467 or 7710074. OLE color: 7710074.
HSL color Cylindrical-coordinate representation of color #7AA575: hue angle of 113.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AA575 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 117 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.35 |
| HSL | 113.75º | 0.21% | 0.55% | - |
| HSV(B) | 113.75º | 0.29% | 0.65% | - |
| XYZ | 24.69 | 32.33 | 21.77 | - |
| YUV | 146.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 117 | 0.26 | 0 | 0.29 | 0.35 | 113.75 | 0.21 | 0.55 |
| Hex | 7A | A5 | 75 | 1A | 0 | 1D | 23 | 72 | 15 | 37 |
| Octal | 172 | 245 | 165 | 32 | 0 | 35 | 43 | 162 | 25 | 67 |
| Binary | 1111010 | 10100101 | 1110101 | 11010 | 0 | 11101 | 100011 | 1110010 | 10101 | 110111 |
Color Harmonies of #7AA575
Complementary color
Monochromatic Colors of #7AA575
Black with #7AA575
Text Example
Text Example
White with #7AA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA575; }
p { color: rgb(122,165,117); }
H1.HeaderClassName
{
color: #7AA575;
}
.AnyTagClassName
{
color: #7AA575;
}
</style>
background-color css
<style>
a { background-color: #7AA575; }
a { background-color: rgb(122,165,117); }
div.DivClassName
{
background-color: #7AA575;
}
.BgClassName
{
background-color: #7AA575;
}
</style>
border-color css
<style>
span { border-color: #7AA575; }
span { border-color: rgb(122,165,117); }
td.TdClassName
{
border-color: #7AA575;
}
.TagClassName
{
border-color: #7AA575;
}
</style>