Shades of Amulet #7BB573
Tints of Amulet #7BB573
RGB
CMYK
RGB Variations
Color information
#7BB573 (or 0x7BB573) is known color: Amulet. HEX triplet: 7B, B5 and 73. RGB value is (123,181,115). Sum of RGB (Red+Green+Blue) = 123+181+115=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB573 is #844A8C. Grayscale: #9C9C9C. Windows color (decimal): -8669837 or 7583099. OLE color: 7583099.
HSL color Cylindrical-coordinate representation of color #7BB573: hue angle of 112.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BB573 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 115 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.29 |
| HSL | 112.73º | 0.31% | 0.58% | - |
| HSV(B) | 112.73º | 0.36% | 0.71% | - |
| XYZ | 27.79 | 38.5 | 22.19 | - |
| YUV | 156.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 115 | 0.32 | 0 | 0.36 | 0.29 | 112.73 | 0.31 | 0.58 |
| Hex | 7B | B5 | 73 | 20 | 0 | 24 | 1D | 71 | 1F | 3A |
| Octal | 173 | 265 | 163 | 40 | 0 | 44 | 35 | 161 | 37 | 72 |
| Binary | 1111011 | 10110101 | 1110011 | 100000 | 0 | 100100 | 11101 | 1110001 | 11111 | 111010 |
Color Harmonies of #7BB573
Complementary color
Monochromatic Colors of #7BB573
Black with #7BB573
Text Example
Text Example
White with #7BB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB573; }
p { color: rgb(123,181,115); }
H1.HeaderClassName
{
color: #7BB573;
}
.AnyTagClassName
{
color: #7BB573;
}
</style>
background-color css
<style>
a { background-color: #7BB573; }
a { background-color: rgb(123,181,115); }
div.DivClassName
{
background-color: #7BB573;
}
.BgClassName
{
background-color: #7BB573;
}
</style>
border-color css
<style>
span { border-color: #7BB573; }
span { border-color: rgb(123,181,115); }
td.TdClassName
{
border-color: #7BB573;
}
.TagClassName
{
border-color: #7BB573;
}
</style>