Shades of Amulet #7AA468
Tints of Amulet #7AA468
RGB
CMYK
RGB Variations
Color information
#7AA468 (or 0x7AA468) is known color: Amulet. HEX triplet: 7A, A4 and 68. RGB value is (122,164,104). Sum of RGB (Red+Green+Blue) = 122+164+104=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA468 is #855B97. Grayscale: #909090. Windows color (decimal): -8739736 or 6857850. OLE color: 6857850.
HSL color Cylindrical-coordinate representation of color #7AA468: hue angle of 102º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AA468 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 104 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.36 |
| HSL | 102º | 0.25% | 0.53% | - |
| HSV(B) | 102º | 0.37% | 0.64% | - |
| XYZ | 23.8 | 31.69 | 17.96 | - |
| YUV | 144.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 104 | 0.26 | 0 | 0.37 | 0.36 | 102 | 0.25 | 0.53 |
| Hex | 7A | A4 | 68 | 1A | 0 | 25 | 24 | 66 | 19 | 35 |
| Octal | 172 | 244 | 150 | 32 | 0 | 45 | 44 | 146 | 31 | 65 |
| Binary | 1111010 | 10100100 | 1101000 | 11010 | 0 | 100101 | 100100 | 1100110 | 11001 | 110101 |
Color Harmonies of #7AA468
Complementary color
Monochromatic Colors of #7AA468
Black with #7AA468
Text Example
Text Example
White with #7AA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA468; }
p { color: rgb(122,164,104); }
H1.HeaderClassName
{
color: #7AA468;
}
.AnyTagClassName
{
color: #7AA468;
}
</style>
background-color css
<style>
a { background-color: #7AA468; }
a { background-color: rgb(122,164,104); }
div.DivClassName
{
background-color: #7AA468;
}
.BgClassName
{
background-color: #7AA468;
}
</style>
border-color css
<style>
span { border-color: #7AA468; }
span { border-color: rgb(122,164,104); }
td.TdClassName
{
border-color: #7AA468;
}
.TagClassName
{
border-color: #7AA468;
}
</style>