Shades of Amulet #7AB872
Tints of Amulet #7AB872
RGB
CMYK
RGB Variations
Color information
#7AB872 (or 0x7AB872) is known color: Amulet. HEX triplet: 7A, B8 and 72. RGB value is (122,184,114). Sum of RGB (Red+Green+Blue) = 122+184+114=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB872 is #85478D. Grayscale: #9D9D9D. Windows color (decimal): -8734606 or 7518330. OLE color: 7518330.
HSL color Cylindrical-coordinate representation of color #7AB872: hue angle of 113.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AB872 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 114 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.28 |
| HSL | 113.14º | 0.33% | 0.58% | - |
| HSV(B) | 113.14º | 0.38% | 0.72% | - |
| XYZ | 28.2 | 39.63 | 22.08 | - |
| YUV | 157.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 114 | 0.34 | 0 | 0.38 | 0.28 | 113.14 | 0.33 | 0.58 |
| Hex | 7A | B8 | 72 | 22 | 0 | 26 | 1C | 71 | 21 | 3A |
| Octal | 172 | 270 | 162 | 42 | 0 | 46 | 34 | 161 | 41 | 72 |
| Binary | 1111010 | 10111000 | 1110010 | 100010 | 0 | 100110 | 11100 | 1110001 | 100001 | 111010 |
Color Harmonies of #7AB872
Complementary color
Monochromatic Colors of #7AB872
Black with #7AB872
Text Example
Text Example
White with #7AB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB872; }
p { color: rgb(122,184,114); }
H1.HeaderClassName
{
color: #7AB872;
}
.AnyTagClassName
{
color: #7AB872;
}
</style>
background-color css
<style>
a { background-color: #7AB872; }
a { background-color: rgb(122,184,114); }
div.DivClassName
{
background-color: #7AB872;
}
.BgClassName
{
background-color: #7AB872;
}
</style>
border-color css
<style>
span { border-color: #7AB872; }
span { border-color: rgb(122,184,114); }
td.TdClassName
{
border-color: #7AB872;
}
.TagClassName
{
border-color: #7AB872;
}
</style>