Shades of Amulet #7AAB65
Tints of Amulet #7AAB65
RGB
CMYK
RGB Variations
Color information
#7AAB65 (or 0x7AAB65) is known color: Amulet. HEX triplet: 7A, AB and 65. RGB value is (122,171,101). Sum of RGB (Red+Green+Blue) = 122+171+101=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB65 is #85549A. Grayscale: #949494. Windows color (decimal): -8737947 or 6663034. OLE color: 6663034.
HSL color Cylindrical-coordinate representation of color #7AAB65: hue angle of 102º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAB65 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 101 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.33 |
| HSL | 102º | 0.29% | 0.53% | - |
| HSV(B) | 102º | 0.41% | 0.67% | - |
| XYZ | 24.94 | 34.2 | 17.6 | - |
| YUV | 148.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 101 | 0.29 | 0 | 0.41 | 0.33 | 102 | 0.29 | 0.53 |
| Hex | 7A | AB | 65 | 1D | 0 | 29 | 21 | 66 | 1D | 35 |
| Octal | 172 | 253 | 145 | 35 | 0 | 51 | 41 | 146 | 35 | 65 |
| Binary | 1111010 | 10101011 | 1100101 | 11101 | 0 | 101001 | 100001 | 1100110 | 11101 | 110101 |
Color Harmonies of #7AAB65
Complementary color
Monochromatic Colors of #7AAB65
Black with #7AAB65
Text Example
Text Example
White with #7AAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB65; }
p { color: rgb(122,171,101); }
H1.HeaderClassName
{
color: #7AAB65;
}
.AnyTagClassName
{
color: #7AAB65;
}
</style>
background-color css
<style>
a { background-color: #7AAB65; }
a { background-color: rgb(122,171,101); }
div.DivClassName
{
background-color: #7AAB65;
}
.BgClassName
{
background-color: #7AAB65;
}
</style>
border-color css
<style>
span { border-color: #7AAB65; }
span { border-color: rgb(122,171,101); }
td.TdClassName
{
border-color: #7AAB65;
}
.TagClassName
{
border-color: #7AAB65;
}
</style>