Shades of Amulet #7AA568
Tints of Amulet #7AA568
RGB
CMYK
RGB Variations
Color information
#7AA568 (or 0x7AA568) is known color: Amulet. HEX triplet: 7A, A5 and 68. RGB value is (122,165,104). Sum of RGB (Red+Green+Blue) = 122+165+104=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA568 is #855A97. Grayscale: #919191. Windows color (decimal): -8739480 or 6858106. OLE color: 6858106.
HSL color Cylindrical-coordinate representation of color #7AA568: hue angle of 102.3º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AA568 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 104 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.35 |
| HSL | 102.3º | 0.25% | 0.53% | - |
| HSV(B) | 102.3º | 0.37% | 0.65% | - |
| XYZ | 23.98 | 32.05 | 18.02 | - |
| YUV | 145.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 104 | 0.26 | 0 | 0.37 | 0.35 | 102.3 | 0.25 | 0.53 |
| Hex | 7A | A5 | 68 | 1A | 0 | 25 | 23 | 66 | 19 | 35 |
| Octal | 172 | 245 | 150 | 32 | 0 | 45 | 43 | 146 | 31 | 65 |
| Binary | 1111010 | 10100101 | 1101000 | 11010 | 0 | 100101 | 100011 | 1100110 | 11001 | 110101 |
Color Harmonies of #7AA568
Complementary color
Monochromatic Colors of #7AA568
Black with #7AA568
Text Example
Text Example
White with #7AA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA568; }
p { color: rgb(122,165,104); }
H1.HeaderClassName
{
color: #7AA568;
}
.AnyTagClassName
{
color: #7AA568;
}
</style>
background-color css
<style>
a { background-color: #7AA568; }
a { background-color: rgb(122,165,104); }
div.DivClassName
{
background-color: #7AA568;
}
.BgClassName
{
background-color: #7AA568;
}
</style>
border-color css
<style>
span { border-color: #7AA568; }
span { border-color: rgb(122,165,104); }
td.TdClassName
{
border-color: #7AA568;
}
.TagClassName
{
border-color: #7AA568;
}
</style>