Shades of Amulet #7AAF6D
Tints of Amulet #7AAF6D
RGB
CMYK
RGB Variations
Color information
#7AAF6D (or 0x7AAF6D) is known color: Amulet. HEX triplet: 7A, AF and 6D. RGB value is (122,175,109). Sum of RGB (Red+Green+Blue) = 122+175+109=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF6D is #855092. Grayscale: #979797. Windows color (decimal): -8736915 or 7188346. OLE color: 7188346.
HSL color Cylindrical-coordinate representation of color #7AAF6D: hue angle of 108.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAF6D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 109 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.31 |
| HSL | 108.18º | 0.29% | 0.56% | - |
| HSV(B) | 108.18º | 0.38% | 0.69% | - |
| XYZ | 26.12 | 35.9 | 20.02 | - |
| YUV | 151.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 109 | 0.30 | 0 | 0.38 | 0.31 | 108.18 | 0.29 | 0.56 |
| Hex | 7A | AF | 6D | 1E | 0 | 26 | 1F | 6C | 1D | 38 |
| Octal | 172 | 257 | 155 | 36 | 0 | 46 | 37 | 154 | 35 | 70 |
| Binary | 1111010 | 10101111 | 1101101 | 11110 | 0 | 100110 | 11111 | 1101100 | 11101 | 111000 |
Color Harmonies of #7AAF6D
Complementary color
Monochromatic Colors of #7AAF6D
Black with #7AAF6D
Text Example
Text Example
White with #7AAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF6D; }
p { color: rgb(122,175,109); }
H1.HeaderClassName
{
color: #7AAF6D;
}
.AnyTagClassName
{
color: #7AAF6D;
}
</style>
background-color css
<style>
a { background-color: #7AAF6D; }
a { background-color: rgb(122,175,109); }
div.DivClassName
{
background-color: #7AAF6D;
}
.BgClassName
{
background-color: #7AAF6D;
}
</style>
border-color css
<style>
span { border-color: #7AAF6D; }
span { border-color: rgb(122,175,109); }
td.TdClassName
{
border-color: #7AAF6D;
}
.TagClassName
{
border-color: #7AAF6D;
}
</style>