Shades of Amulet #7AB56F
Tints of Amulet #7AB56F
RGB
CMYK
RGB Variations
Color information
#7AB56F (or 0x7AB56F) is known color: Amulet. HEX triplet: 7A, B5 and 6F. RGB value is (122,181,111). Sum of RGB (Red+Green+Blue) = 122+181+111=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB56F is #854A90. Grayscale: #9B9B9B. Windows color (decimal): -8735377 or 7320954. OLE color: 7320954.
HSL color Cylindrical-coordinate representation of color #7AB56F: hue angle of 110.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AB56F is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 111 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.29 |
| HSL | 110.57º | 0.32% | 0.57% | - |
| HSV(B) | 110.57º | 0.39% | 0.71% | - |
| XYZ | 27.42 | 38.33 | 20.99 | - |
| YUV | 155.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 111 | 0.33 | 0 | 0.39 | 0.29 | 110.57 | 0.32 | 0.57 |
| Hex | 7A | B5 | 6F | 21 | 0 | 27 | 1D | 6F | 20 | 39 |
| Octal | 172 | 265 | 157 | 41 | 0 | 47 | 35 | 157 | 40 | 71 |
| Binary | 1111010 | 10110101 | 1101111 | 100001 | 0 | 100111 | 11101 | 1101111 | 100000 | 111001 |
Color Harmonies of #7AB56F
Complementary color
Monochromatic Colors of #7AB56F
Black with #7AB56F
Text Example
Text Example
White with #7AB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB56F; }
p { color: rgb(122,181,111); }
H1.HeaderClassName
{
color: #7AB56F;
}
.AnyTagClassName
{
color: #7AB56F;
}
</style>
background-color css
<style>
a { background-color: #7AB56F; }
a { background-color: rgb(122,181,111); }
div.DivClassName
{
background-color: #7AB56F;
}
.BgClassName
{
background-color: #7AB56F;
}
</style>
border-color css
<style>
span { border-color: #7AB56F; }
span { border-color: rgb(122,181,111); }
td.TdClassName
{
border-color: #7AB56F;
}
.TagClassName
{
border-color: #7AB56F;
}
</style>