Shades of Amulet #7BA471
Tints of Amulet #7BA471
RGB
CMYK
RGB Variations
Color information
#7BA471 (or 0x7BA471) is known color: Amulet. HEX triplet: 7B, A4 and 71. RGB value is (123,164,113). Sum of RGB (Red+Green+Blue) = 123+164+113=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA471 is #845B8E. Grayscale: #929292. Windows color (decimal): -8674191 or 7447675. OLE color: 7447675.
HSL color Cylindrical-coordinate representation of color #7BA471: hue angle of 108.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BA471 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 113 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.36 |
| HSL | 108.24º | 0.22% | 0.54% | - |
| HSV(B) | 108.24º | 0.31% | 0.64% | - |
| XYZ | 24.42 | 31.95 | 20.5 | - |
| YUV | 145.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 113 | 0.25 | 0 | 0.31 | 0.36 | 108.24 | 0.22 | 0.54 |
| Hex | 7B | A4 | 71 | 19 | 0 | 1F | 24 | 6C | 16 | 36 |
| Octal | 173 | 244 | 161 | 31 | 0 | 37 | 44 | 154 | 26 | 66 |
| Binary | 1111011 | 10100100 | 1110001 | 11001 | 0 | 11111 | 100100 | 1101100 | 10110 | 110110 |
Color Harmonies of #7BA471
Complementary color
Monochromatic Colors of #7BA471
Black with #7BA471
Text Example
Text Example
White with #7BA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA471; }
p { color: rgb(123,164,113); }
H1.HeaderClassName
{
color: #7BA471;
}
.AnyTagClassName
{
color: #7BA471;
}
</style>
background-color css
<style>
a { background-color: #7BA471; }
a { background-color: rgb(123,164,113); }
div.DivClassName
{
background-color: #7BA471;
}
.BgClassName
{
background-color: #7BA471;
}
</style>
border-color css
<style>
span { border-color: #7BA471; }
span { border-color: rgb(123,164,113); }
td.TdClassName
{
border-color: #7BA471;
}
.TagClassName
{
border-color: #7BA471;
}
</style>