Shades of Amulet #7AA868
Tints of Amulet #7AA868
RGB
CMYK
RGB Variations
Color information
#7AA868 (or 0x7AA868) is known color: Amulet. HEX triplet: 7A, A8 and 68. RGB value is (122,168,104). Sum of RGB (Red+Green+Blue) = 122+168+104=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA868 is #855797. Grayscale: #939393. Windows color (decimal): -8738712 or 6858874. OLE color: 6858874.
HSL color Cylindrical-coordinate representation of color #7AA868: hue angle of 103.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA868 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 104 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.34 |
| HSL | 103.13º | 0.27% | 0.53% | - |
| HSV(B) | 103.13º | 0.38% | 0.66% | - |
| XYZ | 24.53 | 33.14 | 18.2 | - |
| YUV | 146.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 104 | 0.27 | 0 | 0.38 | 0.34 | 103.13 | 0.27 | 0.53 |
| Hex | 7A | A8 | 68 | 1B | 0 | 26 | 22 | 67 | 1B | 35 |
| Octal | 172 | 250 | 150 | 33 | 0 | 46 | 42 | 147 | 33 | 65 |
| Binary | 1111010 | 10101000 | 1101000 | 11011 | 0 | 100110 | 100010 | 1100111 | 11011 | 110101 |
Color Harmonies of #7AA868
Complementary color
Monochromatic Colors of #7AA868
Black with #7AA868
Text Example
Text Example
White with #7AA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA868; }
p { color: rgb(122,168,104); }
H1.HeaderClassName
{
color: #7AA868;
}
.AnyTagClassName
{
color: #7AA868;
}
</style>
background-color css
<style>
a { background-color: #7AA868; }
a { background-color: rgb(122,168,104); }
div.DivClassName
{
background-color: #7AA868;
}
.BgClassName
{
background-color: #7AA868;
}
</style>
border-color css
<style>
span { border-color: #7AA868; }
span { border-color: rgb(122,168,104); }
td.TdClassName
{
border-color: #7AA868;
}
.TagClassName
{
border-color: #7AA868;
}
</style>