Shades of Amulet #7AA375
Tints of Amulet #7AA375
RGB
CMYK
RGB Variations
Color information
#7AA375 (or 0x7AA375) is known color: Amulet. HEX triplet: 7A, A3 and 75. RGB value is (122,163,117). Sum of RGB (Red+Green+Blue) = 122+163+117=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA375 is #855C8A. Grayscale: #919191. Windows color (decimal): -8739979 or 7709562. OLE color: 7709562.
HSL color Cylindrical-coordinate representation of color #7AA375: hue angle of 113.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA375 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 117 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.36 |
| HSL | 113.48º | 0.2% | 0.55% | - |
| HSV(B) | 113.48º | 0.28% | 0.64% | - |
| XYZ | 24.33 | 31.62 | 21.65 | - |
| YUV | 145.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 117 | 0.25 | 0 | 0.28 | 0.36 | 113.48 | 0.2 | 0.55 |
| Hex | 7A | A3 | 75 | 19 | 0 | 1C | 24 | 71 | 14 | 37 |
| Octal | 172 | 243 | 165 | 31 | 0 | 34 | 44 | 161 | 24 | 67 |
| Binary | 1111010 | 10100011 | 1110101 | 11001 | 0 | 11100 | 100100 | 1110001 | 10100 | 110111 |
Color Harmonies of #7AA375
Complementary color
Monochromatic Colors of #7AA375
Black with #7AA375
Text Example
Text Example
White with #7AA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA375; }
p { color: rgb(122,163,117); }
H1.HeaderClassName
{
color: #7AA375;
}
.AnyTagClassName
{
color: #7AA375;
}
</style>
background-color css
<style>
a { background-color: #7AA375; }
a { background-color: rgb(122,163,117); }
div.DivClassName
{
background-color: #7AA375;
}
.BgClassName
{
background-color: #7AA375;
}
</style>
border-color css
<style>
span { border-color: #7AA375; }
span { border-color: rgb(122,163,117); }
td.TdClassName
{
border-color: #7AA375;
}
.TagClassName
{
border-color: #7AA375;
}
</style>