Shades of Amulet #7BAC73
Tints of Amulet #7BAC73
RGB
CMYK
RGB Variations
Color information
#7BAC73 (or 0x7BAC73) is known color: Amulet. HEX triplet: 7B, AC and 73. RGB value is (123,172,115). Sum of RGB (Red+Green+Blue) = 123+172+115=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC73 is #84538C. Grayscale: #979797. Windows color (decimal): -8672141 or 7580795. OLE color: 7580795.
HSL color Cylindrical-coordinate representation of color #7BAC73: hue angle of 111.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BAC73 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 115 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.33 |
| HSL | 111.58º | 0.26% | 0.56% | - |
| HSV(B) | 111.58º | 0.33% | 0.67% | - |
| XYZ | 26.02 | 34.95 | 21.6 | - |
| YUV | 150.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 115 | 0.28 | 0 | 0.33 | 0.33 | 111.58 | 0.26 | 0.56 |
| Hex | 7B | AC | 73 | 1C | 0 | 21 | 21 | 70 | 1A | 38 |
| Octal | 173 | 254 | 163 | 34 | 0 | 41 | 41 | 160 | 32 | 70 |
| Binary | 1111011 | 10101100 | 1110011 | 11100 | 0 | 100001 | 100001 | 1110000 | 11010 | 111000 |
Color Harmonies of #7BAC73
Complementary color
Monochromatic Colors of #7BAC73
Black with #7BAC73
Text Example
Text Example
White with #7BAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC73; }
p { color: rgb(123,172,115); }
H1.HeaderClassName
{
color: #7BAC73;
}
.AnyTagClassName
{
color: #7BAC73;
}
</style>
background-color css
<style>
a { background-color: #7BAC73; }
a { background-color: rgb(123,172,115); }
div.DivClassName
{
background-color: #7BAC73;
}
.BgClassName
{
background-color: #7BAC73;
}
</style>
border-color css
<style>
span { border-color: #7BAC73; }
span { border-color: rgb(123,172,115); }
td.TdClassName
{
border-color: #7BAC73;
}
.TagClassName
{
border-color: #7BAC73;
}
</style>