Shades of Amulet #7BA073
Tints of Amulet #7BA073
RGB
CMYK
RGB Variations
Color information
#7BA073 (or 0x7BA073) is known color: Amulet. HEX triplet: 7B, A0 and 73. RGB value is (123,160,115). Sum of RGB (Red+Green+Blue) = 123+160+115=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA073 is #845F8C. Grayscale: #8F8F8F. Windows color (decimal): -8675213 or 7577723. OLE color: 7577723.
HSL color Cylindrical-coordinate representation of color #7BA073: hue angle of 109.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA073 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 115 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.37 |
| HSL | 109.33º | 0.19% | 0.54% | - |
| HSV(B) | 109.33º | 0.28% | 0.63% | - |
| XYZ | 23.83 | 30.59 | 20.87 | - |
| YUV | 143.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 115 | 0.23 | 0 | 0.28 | 0.37 | 109.33 | 0.19 | 0.54 |
| Hex | 7B | A0 | 73 | 17 | 0 | 1C | 25 | 6D | 13 | 36 |
| Octal | 173 | 240 | 163 | 27 | 0 | 34 | 45 | 155 | 23 | 66 |
| Binary | 1111011 | 10100000 | 1110011 | 10111 | 0 | 11100 | 100101 | 1101101 | 10011 | 110110 |
Color Harmonies of #7BA073
Complementary color
Monochromatic Colors of #7BA073
Black with #7BA073
Text Example
Text Example
White with #7BA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA073; }
p { color: rgb(123,160,115); }
H1.HeaderClassName
{
color: #7BA073;
}
.AnyTagClassName
{
color: #7BA073;
}
</style>
background-color css
<style>
a { background-color: #7BA073; }
a { background-color: rgb(123,160,115); }
div.DivClassName
{
background-color: #7BA073;
}
.BgClassName
{
background-color: #7BA073;
}
</style>
border-color css
<style>
span { border-color: #7BA073; }
span { border-color: rgb(123,160,115); }
td.TdClassName
{
border-color: #7BA073;
}
.TagClassName
{
border-color: #7BA073;
}
</style>