Shades of Amulet #7AA268
Tints of Amulet #7AA268
RGB
CMYK
RGB Variations
Color information
#7AA268 (or 0x7AA268) is known color: Amulet. HEX triplet: 7A, A2 and 68. RGB value is (122,162,104). Sum of RGB (Red+Green+Blue) = 122+162+104=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA268 is #855D97. Grayscale: #8F8F8F. Windows color (decimal): -8740248 or 6857338. OLE color: 6857338.
HSL color Cylindrical-coordinate representation of color #7AA268: hue angle of 101.38º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AA268 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 104 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.36 |
| HSL | 101.38º | 0.24% | 0.52% | - |
| HSV(B) | 101.38º | 0.36% | 0.64% | - |
| XYZ | 23.45 | 30.98 | 17.84 | - |
| YUV | 143.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 104 | 0.25 | 0 | 0.36 | 0.36 | 101.38 | 0.24 | 0.52 |
| Hex | 7A | A2 | 68 | 19 | 0 | 24 | 24 | 65 | 18 | 34 |
| Octal | 172 | 242 | 150 | 31 | 0 | 44 | 44 | 145 | 30 | 64 |
| Binary | 1111010 | 10100010 | 1101000 | 11001 | 0 | 100100 | 100100 | 1100101 | 11000 | 110100 |
Color Harmonies of #7AA268
Complementary color
Monochromatic Colors of #7AA268
Black with #7AA268
Text Example
Text Example
White with #7AA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA268; }
p { color: rgb(122,162,104); }
H1.HeaderClassName
{
color: #7AA268;
}
.AnyTagClassName
{
color: #7AA268;
}
</style>
background-color css
<style>
a { background-color: #7AA268; }
a { background-color: rgb(122,162,104); }
div.DivClassName
{
background-color: #7AA268;
}
.BgClassName
{
background-color: #7AA268;
}
</style>
border-color css
<style>
span { border-color: #7AA268; }
span { border-color: rgb(122,162,104); }
td.TdClassName
{
border-color: #7AA268;
}
.TagClassName
{
border-color: #7AA268;
}
</style>