Shades of Amulet #7BB773
Tints of Amulet #7BB773
RGB
CMYK
RGB Variations
Color information
#7BB773 (or 0x7BB773) is known color: Amulet. HEX triplet: 7B, B7 and 73. RGB value is (123,183,115). Sum of RGB (Red+Green+Blue) = 123+183+115=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB773 is #84488C. Grayscale: #9D9D9D. Windows color (decimal): -8669325 or 7583611. OLE color: 7583611.
HSL color Cylindrical-coordinate representation of color #7BB773: hue angle of 112.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BB773 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 115 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.28 |
| HSL | 112.94º | 0.32% | 0.58% | - |
| HSV(B) | 112.94º | 0.37% | 0.72% | - |
| XYZ | 28.2 | 39.32 | 22.32 | - |
| YUV | 157.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 115 | 0.33 | 0 | 0.37 | 0.28 | 112.94 | 0.32 | 0.58 |
| Hex | 7B | B7 | 73 | 21 | 0 | 25 | 1C | 71 | 20 | 3A |
| Octal | 173 | 267 | 163 | 41 | 0 | 45 | 34 | 161 | 40 | 72 |
| Binary | 1111011 | 10110111 | 1110011 | 100001 | 0 | 100101 | 11100 | 1110001 | 100000 | 111010 |
Color Harmonies of #7BB773
Complementary color
Monochromatic Colors of #7BB773
Black with #7BB773
Text Example
Text Example
White with #7BB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB773; }
p { color: rgb(123,183,115); }
H1.HeaderClassName
{
color: #7BB773;
}
.AnyTagClassName
{
color: #7BB773;
}
</style>
background-color css
<style>
a { background-color: #7BB773; }
a { background-color: rgb(123,183,115); }
div.DivClassName
{
background-color: #7BB773;
}
.BgClassName
{
background-color: #7BB773;
}
</style>
border-color css
<style>
span { border-color: #7BB773; }
span { border-color: rgb(123,183,115); }
td.TdClassName
{
border-color: #7BB773;
}
.TagClassName
{
border-color: #7BB773;
}
</style>