Shades of Amulet #7AAA75
Tints of Amulet #7AAA75
RGB
CMYK
RGB Variations
Color information
#7AAA75 (or 0x7AAA75) is known color: Amulet. HEX triplet: 7A, AA and 75. RGB value is (122,170,117). Sum of RGB (Red+Green+Blue) = 122+170+117=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA75 is #85558A. Grayscale: #959595. Windows color (decimal): -8738187 or 7711354. OLE color: 7711354.
HSL color Cylindrical-coordinate representation of color #7AAA75: hue angle of 114.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAA75 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 117 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.33 |
| HSL | 114.34º | 0.24% | 0.56% | - |
| HSV(B) | 114.34º | 0.31% | 0.67% | - |
| XYZ | 25.61 | 34.17 | 22.08 | - |
| YUV | 149.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 117 | 0.28 | 0 | 0.31 | 0.33 | 114.34 | 0.24 | 0.56 |
| Hex | 7A | AA | 75 | 1C | 0 | 1F | 21 | 72 | 18 | 38 |
| Octal | 172 | 252 | 165 | 34 | 0 | 37 | 41 | 162 | 30 | 70 |
| Binary | 1111010 | 10101010 | 1110101 | 11100 | 0 | 11111 | 100001 | 1110010 | 11000 | 111000 |
Color Harmonies of #7AAA75
Complementary color
Monochromatic Colors of #7AAA75
Black with #7AAA75
Text Example
Text Example
White with #7AAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA75; }
p { color: rgb(122,170,117); }
H1.HeaderClassName
{
color: #7AAA75;
}
.AnyTagClassName
{
color: #7AAA75;
}
</style>
background-color css
<style>
a { background-color: #7AAA75; }
a { background-color: rgb(122,170,117); }
div.DivClassName
{
background-color: #7AAA75;
}
.BgClassName
{
background-color: #7AAA75;
}
</style>
border-color css
<style>
span { border-color: #7AAA75; }
span { border-color: rgb(122,170,117); }
td.TdClassName
{
border-color: #7AAA75;
}
.TagClassName
{
border-color: #7AAA75;
}
</style>