Shades of Amulet #7AA567
Tints of Amulet #7AA567
RGB
CMYK
RGB Variations
Color information
#7AA567 (or 0x7AA567) is known color: Amulet. HEX triplet: 7A, A5 and 67. RGB value is (122,165,103). Sum of RGB (Red+Green+Blue) = 122+165+103=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA567 is #855A98. Grayscale: #919191. Windows color (decimal): -8739481 or 6792570. OLE color: 6792570.
HSL color Cylindrical-coordinate representation of color #7AA567: hue angle of 101.61º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA567 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 103 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.35 |
| HSL | 101.61º | 0.26% | 0.53% | - |
| HSV(B) | 101.61º | 0.38% | 0.65% | - |
| XYZ | 23.93 | 32.03 | 17.75 | - |
| YUV | 145.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 103 | 0.26 | 0 | 0.38 | 0.35 | 101.61 | 0.26 | 0.53 |
| Hex | 7A | A5 | 67 | 1A | 0 | 26 | 23 | 66 | 1A | 35 |
| Octal | 172 | 245 | 147 | 32 | 0 | 46 | 43 | 146 | 32 | 65 |
| Binary | 1111010 | 10100101 | 1100111 | 11010 | 0 | 100110 | 100011 | 1100110 | 11010 | 110101 |
Color Harmonies of #7AA567
Complementary color
Monochromatic Colors of #7AA567
Black with #7AA567
Text Example
Text Example
White with #7AA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA567; }
p { color: rgb(122,165,103); }
H1.HeaderClassName
{
color: #7AA567;
}
.AnyTagClassName
{
color: #7AA567;
}
</style>
background-color css
<style>
a { background-color: #7AA567; }
a { background-color: rgb(122,165,103); }
div.DivClassName
{
background-color: #7AA567;
}
.BgClassName
{
background-color: #7AA567;
}
</style>
border-color css
<style>
span { border-color: #7AA567; }
span { border-color: rgb(122,165,103); }
td.TdClassName
{
border-color: #7AA567;
}
.TagClassName
{
border-color: #7AA567;
}
</style>