Shades of Amulet #7BAC76
Tints of Amulet #7BAC76
RGB
CMYK
RGB Variations
Color information
#7BAC76 (or 0x7BAC76) is known color: Amulet. HEX triplet: 7B, AC and 76. RGB value is (123,172,118). Sum of RGB (Red+Green+Blue) = 123+172+118=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC76 is #845389. Grayscale: #979797. Windows color (decimal): -8672138 or 7777403. OLE color: 7777403.
HSL color Cylindrical-coordinate representation of color #7BAC76: hue angle of 114.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAC76 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 118 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.33 |
| HSL | 114.44º | 0.25% | 0.57% | - |
| HSV(B) | 114.44º | 0.31% | 0.67% | - |
| XYZ | 26.19 | 35.02 | 22.52 | - |
| YUV | 151.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 118 | 0.28 | 0 | 0.31 | 0.33 | 114.44 | 0.25 | 0.57 |
| Hex | 7B | AC | 76 | 1C | 0 | 1F | 21 | 72 | 19 | 39 |
| Octal | 173 | 254 | 166 | 34 | 0 | 37 | 41 | 162 | 31 | 71 |
| Binary | 1111011 | 10101100 | 1110110 | 11100 | 0 | 11111 | 100001 | 1110010 | 11001 | 111001 |
Color Harmonies of #7BAC76
Complementary color
Monochromatic Colors of #7BAC76
Black with #7BAC76
Text Example
Text Example
White with #7BAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC76; }
p { color: rgb(123,172,118); }
H1.HeaderClassName
{
color: #7BAC76;
}
.AnyTagClassName
{
color: #7BAC76;
}
</style>
background-color css
<style>
a { background-color: #7BAC76; }
a { background-color: rgb(123,172,118); }
div.DivClassName
{
background-color: #7BAC76;
}
.BgClassName
{
background-color: #7BAC76;
}
</style>
border-color css
<style>
span { border-color: #7BAC76; }
span { border-color: rgb(123,172,118); }
td.TdClassName
{
border-color: #7BAC76;
}
.TagClassName
{
border-color: #7BAC76;
}
</style>