Shades of Amulet #7BA76B
Tints of Amulet #7BA76B
RGB
CMYK
RGB Variations
Color information
#7BA76B (or 0x7BA76B) is known color: Amulet. HEX triplet: 7B, A7 and 6B. RGB value is (123,167,107). Sum of RGB (Red+Green+Blue) = 123+167+107=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA76B is #845894. Grayscale: #939393. Windows color (decimal): -8673429 or 7055227. OLE color: 7055227.
HSL color Cylindrical-coordinate representation of color #7BA76B: hue angle of 104º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BA76B is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 107 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.35 |
| HSL | 104º | 0.25% | 0.54% | - |
| HSV(B) | 104º | 0.36% | 0.65% | - |
| XYZ | 24.64 | 32.91 | 18.96 | - |
| YUV | 147 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 107 | 0.26 | 0 | 0.36 | 0.35 | 104 | 0.25 | 0.54 |
| Hex | 7B | A7 | 6B | 1A | 0 | 24 | 23 | 68 | 19 | 36 |
| Octal | 173 | 247 | 153 | 32 | 0 | 44 | 43 | 150 | 31 | 66 |
| Binary | 1111011 | 10100111 | 1101011 | 11010 | 0 | 100100 | 100011 | 1101000 | 11001 | 110110 |
Color Harmonies of #7BA76B
Complementary color
Monochromatic Colors of #7BA76B
Black with #7BA76B
Text Example
Text Example
White with #7BA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA76B; }
p { color: rgb(123,167,107); }
H1.HeaderClassName
{
color: #7BA76B;
}
.AnyTagClassName
{
color: #7BA76B;
}
</style>
background-color css
<style>
a { background-color: #7BA76B; }
a { background-color: rgb(123,167,107); }
div.DivClassName
{
background-color: #7BA76B;
}
.BgClassName
{
background-color: #7BA76B;
}
</style>
border-color css
<style>
span { border-color: #7BA76B; }
span { border-color: rgb(123,167,107); }
td.TdClassName
{
border-color: #7BA76B;
}
.TagClassName
{
border-color: #7BA76B;
}
</style>