Shades of Amulet #7BB771
Tints of Amulet #7BB771
RGB
CMYK
RGB Variations
Color information
#7BB771 (or 0x7BB771) is known color: Amulet. HEX triplet: 7B, B7 and 71. RGB value is (123,183,113). Sum of RGB (Red+Green+Blue) = 123+183+113=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB771 is #84488E. Grayscale: #9D9D9D. Windows color (decimal): -8669327 or 7452539. OLE color: 7452539.
HSL color Cylindrical-coordinate representation of color #7BB771: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BB771 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 113 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.28 |
| HSL | 111.43º | 0.33% | 0.58% | - |
| HSV(B) | 111.43º | 0.38% | 0.72% | - |
| XYZ | 28.08 | 39.27 | 21.72 | - |
| YUV | 157.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 113 | 0.33 | 0 | 0.38 | 0.28 | 111.43 | 0.33 | 0.58 |
| Hex | 7B | B7 | 71 | 21 | 0 | 26 | 1C | 6F | 21 | 3A |
| Octal | 173 | 267 | 161 | 41 | 0 | 46 | 34 | 157 | 41 | 72 |
| Binary | 1111011 | 10110111 | 1110001 | 100001 | 0 | 100110 | 11100 | 1101111 | 100001 | 111010 |
Color Harmonies of #7BB771
Complementary color
Monochromatic Colors of #7BB771
Black with #7BB771
Text Example
Text Example
White with #7BB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB771; }
p { color: rgb(123,183,113); }
H1.HeaderClassName
{
color: #7BB771;
}
.AnyTagClassName
{
color: #7BB771;
}
</style>
background-color css
<style>
a { background-color: #7BB771; }
a { background-color: rgb(123,183,113); }
div.DivClassName
{
background-color: #7BB771;
}
.BgClassName
{
background-color: #7BB771;
}
</style>
border-color css
<style>
span { border-color: #7BB771; }
span { border-color: rgb(123,183,113); }
td.TdClassName
{
border-color: #7BB771;
}
.TagClassName
{
border-color: #7BB771;
}
</style>