Shades of Amulet #7AB476
Tints of Amulet #7AB476
RGB
CMYK
RGB Variations
Color information
#7AB476 (or 0x7AB476) is known color: Amulet. HEX triplet: 7A, B4 and 76. RGB value is (122,180,118). Sum of RGB (Red+Green+Blue) = 122+180+118=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB476 is #854B89. Grayscale: #9B9B9B. Windows color (decimal): -8735626 or 7779450. OLE color: 7779450.
HSL color Cylindrical-coordinate representation of color #7AB476: hue angle of 116.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB476 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 118 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.29 |
| HSL | 116.13º | 0.29% | 0.58% | - |
| HSV(B) | 116.13º | 0.34% | 0.71% | - |
| XYZ | 27.62 | 38.09 | 23.04 | - |
| YUV | 155.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 118 | 0.32 | 0 | 0.34 | 0.29 | 116.13 | 0.29 | 0.58 |
| Hex | 7A | B4 | 76 | 20 | 0 | 22 | 1D | 74 | 1D | 3A |
| Octal | 172 | 264 | 166 | 40 | 0 | 42 | 35 | 164 | 35 | 72 |
| Binary | 1111010 | 10110100 | 1110110 | 100000 | 0 | 100010 | 11101 | 1110100 | 11101 | 111010 |
Color Harmonies of #7AB476
Complementary color
Monochromatic Colors of #7AB476
Black with #7AB476
Text Example
Text Example
White with #7AB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB476; }
p { color: rgb(122,180,118); }
H1.HeaderClassName
{
color: #7AB476;
}
.AnyTagClassName
{
color: #7AB476;
}
</style>
background-color css
<style>
a { background-color: #7AB476; }
a { background-color: rgb(122,180,118); }
div.DivClassName
{
background-color: #7AB476;
}
.BgClassName
{
background-color: #7AB476;
}
</style>
border-color css
<style>
span { border-color: #7AB476; }
span { border-color: rgb(122,180,118); }
td.TdClassName
{
border-color: #7AB476;
}
.TagClassName
{
border-color: #7AB476;
}
</style>