Shades of Amulet #7AB36C
Tints of Amulet #7AB36C
RGB
CMYK
RGB Variations
Color information
#7AB36C (or 0x7AB36C) is known color: Amulet. HEX triplet: 7A, B3 and 6C. RGB value is (122,179,108). Sum of RGB (Red+Green+Blue) = 122+179+108=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB36C is #854C93. Grayscale: #9A9A9A. Windows color (decimal): -8735892 or 7123834. OLE color: 7123834.
HSL color Cylindrical-coordinate representation of color #7AB36C: hue angle of 108.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB36C is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 108 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.30 |
| HSL | 108.17º | 0.32% | 0.56% | - |
| HSV(B) | 108.17º | 0.4% | 0.7% | - |
| XYZ | 26.85 | 37.46 | 20 | - |
| YUV | 153.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 108 | 0.32 | 0 | 0.40 | 0.30 | 108.17 | 0.32 | 0.56 |
| Hex | 7A | B3 | 6C | 20 | 0 | 28 | 1E | 6C | 20 | 38 |
| Octal | 172 | 263 | 154 | 40 | 0 | 50 | 36 | 154 | 40 | 70 |
| Binary | 1111010 | 10110011 | 1101100 | 100000 | 0 | 101000 | 11110 | 1101100 | 100000 | 111000 |
Color Harmonies of #7AB36C
Complementary color
Monochromatic Colors of #7AB36C
Black with #7AB36C
Text Example
Text Example
White with #7AB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB36C; }
p { color: rgb(122,179,108); }
H1.HeaderClassName
{
color: #7AB36C;
}
.AnyTagClassName
{
color: #7AB36C;
}
</style>
background-color css
<style>
a { background-color: #7AB36C; }
a { background-color: rgb(122,179,108); }
div.DivClassName
{
background-color: #7AB36C;
}
.BgClassName
{
background-color: #7AB36C;
}
</style>
border-color css
<style>
span { border-color: #7AB36C; }
span { border-color: rgb(122,179,108); }
td.TdClassName
{
border-color: #7AB36C;
}
.TagClassName
{
border-color: #7AB36C;
}
</style>