Shades of Amulet #7BB173
Tints of Amulet #7BB173
RGB
CMYK
RGB Variations
Color information
#7BB173 (or 0x7BB173) is known color: Amulet. HEX triplet: 7B, B1 and 73. RGB value is (123,177,115). Sum of RGB (Red+Green+Blue) = 123+177+115=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB173 is #844E8C. Grayscale: #999999. Windows color (decimal): -8670861 or 7582075. OLE color: 7582075.
HSL color Cylindrical-coordinate representation of color #7BB173: hue angle of 112.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BB173 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 115 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.31 |
| HSL | 112.26º | 0.28% | 0.57% | - |
| HSV(B) | 112.26º | 0.35% | 0.69% | - |
| XYZ | 26.99 | 36.89 | 21.92 | - |
| YUV | 153.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 115 | 0.31 | 0 | 0.35 | 0.31 | 112.26 | 0.28 | 0.57 |
| Hex | 7B | B1 | 73 | 1F | 0 | 23 | 1F | 70 | 1C | 39 |
| Octal | 173 | 261 | 163 | 37 | 0 | 43 | 37 | 160 | 34 | 71 |
| Binary | 1111011 | 10110001 | 1110011 | 11111 | 0 | 100011 | 11111 | 1110000 | 11100 | 111001 |
Color Harmonies of #7BB173
Complementary color
Monochromatic Colors of #7BB173
Black with #7BB173
Text Example
Text Example
White with #7BB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB173; }
p { color: rgb(123,177,115); }
H1.HeaderClassName
{
color: #7BB173;
}
.AnyTagClassName
{
color: #7BB173;
}
</style>
background-color css
<style>
a { background-color: #7BB173; }
a { background-color: rgb(123,177,115); }
div.DivClassName
{
background-color: #7BB173;
}
.BgClassName
{
background-color: #7BB173;
}
</style>
border-color css
<style>
span { border-color: #7BB173; }
span { border-color: rgb(123,177,115); }
td.TdClassName
{
border-color: #7BB173;
}
.TagClassName
{
border-color: #7BB173;
}
</style>