Shades of Amulet #7AAE65
Tints of Amulet #7AAE65
RGB
CMYK
RGB Variations
Color information
#7AAE65 (or 0x7AAE65) is known color: Amulet. HEX triplet: 7A, AE and 65. RGB value is (122,174,101). Sum of RGB (Red+Green+Blue) = 122+174+101=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE65 is #85519A. Grayscale: #969696. Windows color (decimal): -8737179 or 6663802. OLE color: 6663802.
HSL color Cylindrical-coordinate representation of color #7AAE65: hue angle of 102.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAE65 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 101 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.32 |
| HSL | 102.74º | 0.31% | 0.54% | - |
| HSV(B) | 102.74º | 0.42% | 0.68% | - |
| XYZ | 25.51 | 35.35 | 17.79 | - |
| YUV | 150.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 101 | 0.30 | 0 | 0.42 | 0.32 | 102.74 | 0.31 | 0.54 |
| Hex | 7A | AE | 65 | 1E | 0 | 2A | 20 | 67 | 1F | 36 |
| Octal | 172 | 256 | 145 | 36 | 0 | 52 | 40 | 147 | 37 | 66 |
| Binary | 1111010 | 10101110 | 1100101 | 11110 | 0 | 101010 | 100000 | 1100111 | 11111 | 110110 |
Color Harmonies of #7AAE65
Complementary color
Monochromatic Colors of #7AAE65
Black with #7AAE65
Text Example
Text Example
White with #7AAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE65; }
p { color: rgb(122,174,101); }
H1.HeaderClassName
{
color: #7AAE65;
}
.AnyTagClassName
{
color: #7AAE65;
}
</style>
background-color css
<style>
a { background-color: #7AAE65; }
a { background-color: rgb(122,174,101); }
div.DivClassName
{
background-color: #7AAE65;
}
.BgClassName
{
background-color: #7AAE65;
}
</style>
border-color css
<style>
span { border-color: #7AAE65; }
span { border-color: rgb(122,174,101); }
td.TdClassName
{
border-color: #7AAE65;
}
.TagClassName
{
border-color: #7AAE65;
}
</style>