Shades of Amulet #7BA470
Tints of Amulet #7BA470
RGB
CMYK
RGB Variations
Color information
#7BA470 (or 0x7BA470) is known color: Amulet. HEX triplet: 7B, A4 and 70. RGB value is (123,164,112). Sum of RGB (Red+Green+Blue) = 123+164+112=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA470 is #845B8F. Grayscale: #919191. Windows color (decimal): -8674192 or 7382139. OLE color: 7382139.
HSL color Cylindrical-coordinate representation of color #7BA470: hue angle of 107.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BA470 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 112 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.36 |
| HSL | 107.31º | 0.22% | 0.54% | - |
| HSV(B) | 107.31º | 0.32% | 0.64% | - |
| XYZ | 24.37 | 31.93 | 20.21 | - |
| YUV | 145.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 112 | 0.25 | 0 | 0.32 | 0.36 | 107.31 | 0.22 | 0.54 |
| Hex | 7B | A4 | 70 | 19 | 0 | 20 | 24 | 6B | 16 | 36 |
| Octal | 173 | 244 | 160 | 31 | 0 | 40 | 44 | 153 | 26 | 66 |
| Binary | 1111011 | 10100100 | 1110000 | 11001 | 0 | 100000 | 100100 | 1101011 | 10110 | 110110 |
Color Harmonies of #7BA470
Complementary color
Monochromatic Colors of #7BA470
Black with #7BA470
Text Example
Text Example
White with #7BA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA470; }
p { color: rgb(123,164,112); }
H1.HeaderClassName
{
color: #7BA470;
}
.AnyTagClassName
{
color: #7BA470;
}
</style>
background-color css
<style>
a { background-color: #7BA470; }
a { background-color: rgb(123,164,112); }
div.DivClassName
{
background-color: #7BA470;
}
.BgClassName
{
background-color: #7BA470;
}
</style>
border-color css
<style>
span { border-color: #7BA470; }
span { border-color: rgb(123,164,112); }
td.TdClassName
{
border-color: #7BA470;
}
.TagClassName
{
border-color: #7BA470;
}
</style>