Shades of Amulet #7AB376
Tints of Amulet #7AB376
RGB
CMYK
RGB Variations
Color information
#7AB376 (or 0x7AB376) is known color: Amulet. HEX triplet: 7A, B3 and 76. RGB value is (122,179,118). Sum of RGB (Red+Green+Blue) = 122+179+118=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB376 is #854C89. Grayscale: #9B9B9B. Windows color (decimal): -8735882 or 7779194. OLE color: 7779194.
HSL color Cylindrical-coordinate representation of color #7AB376: hue angle of 116.07º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB376 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 118 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.30 |
| HSL | 116.07º | 0.29% | 0.58% | - |
| HSV(B) | 116.07º | 0.34% | 0.7% | - |
| XYZ | 27.42 | 37.69 | 22.97 | - |
| YUV | 155 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 118 | 0.32 | 0 | 0.34 | 0.30 | 116.07 | 0.29 | 0.58 |
| Hex | 7A | B3 | 76 | 20 | 0 | 22 | 1E | 74 | 1D | 3A |
| Octal | 172 | 263 | 166 | 40 | 0 | 42 | 36 | 164 | 35 | 72 |
| Binary | 1111010 | 10110011 | 1110110 | 100000 | 0 | 100010 | 11110 | 1110100 | 11101 | 111010 |
Color Harmonies of #7AB376
Complementary color
Monochromatic Colors of #7AB376
Black with #7AB376
Text Example
Text Example
White with #7AB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB376; }
p { color: rgb(122,179,118); }
H1.HeaderClassName
{
color: #7AB376;
}
.AnyTagClassName
{
color: #7AB376;
}
</style>
background-color css
<style>
a { background-color: #7AB376; }
a { background-color: rgb(122,179,118); }
div.DivClassName
{
background-color: #7AB376;
}
.BgClassName
{
background-color: #7AB376;
}
</style>
border-color css
<style>
span { border-color: #7AB376; }
span { border-color: rgb(122,179,118); }
td.TdClassName
{
border-color: #7AB376;
}
.TagClassName
{
border-color: #7AB376;
}
</style>