Shades of Amulet #7BA571
Tints of Amulet #7BA571
RGB
CMYK
RGB Variations
Color information
#7BA571 (or 0x7BA571) is known color: Amulet. HEX triplet: 7B, A5 and 71. RGB value is (123,165,113). Sum of RGB (Red+Green+Blue) = 123+165+113=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA571 is #845A8E. Grayscale: #929292. Windows color (decimal): -8673935 or 7447931. OLE color: 7447931.
HSL color Cylindrical-coordinate representation of color #7BA571: hue angle of 108.46º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BA571 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 113 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.35 |
| HSL | 108.46º | 0.22% | 0.55% | - |
| HSV(B) | 108.46º | 0.32% | 0.65% | - |
| XYZ | 24.6 | 32.31 | 20.56 | - |
| YUV | 146.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 113 | 0.25 | 0 | 0.32 | 0.35 | 108.46 | 0.22 | 0.55 |
| Hex | 7B | A5 | 71 | 19 | 0 | 20 | 23 | 6C | 16 | 37 |
| Octal | 173 | 245 | 161 | 31 | 0 | 40 | 43 | 154 | 26 | 67 |
| Binary | 1111011 | 10100101 | 1110001 | 11001 | 0 | 100000 | 100011 | 1101100 | 10110 | 110111 |
Color Harmonies of #7BA571
Complementary color
Monochromatic Colors of #7BA571
Black with #7BA571
Text Example
Text Example
White with #7BA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA571; }
p { color: rgb(123,165,113); }
H1.HeaderClassName
{
color: #7BA571;
}
.AnyTagClassName
{
color: #7BA571;
}
</style>
background-color css
<style>
a { background-color: #7BA571; }
a { background-color: rgb(123,165,113); }
div.DivClassName
{
background-color: #7BA571;
}
.BgClassName
{
background-color: #7BA571;
}
</style>
border-color css
<style>
span { border-color: #7BA571; }
span { border-color: rgb(123,165,113); }
td.TdClassName
{
border-color: #7BA571;
}
.TagClassName
{
border-color: #7BA571;
}
</style>