Shades of Amulet #7B9E73
Tints of Amulet #7B9E73
RGB
CMYK
RGB Variations
Color information
#7B9E73 (or 0x7B9E73) is known color: Amulet. HEX triplet: 7B, 9E and 73. RGB value is (123,158,115). Sum of RGB (Red+Green+Blue) = 123+158+115=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E73 is #84618C. Grayscale: #8E8E8E. Windows color (decimal): -8675725 or 7577211. OLE color: 7577211.
HSL color Cylindrical-coordinate representation of color #7B9E73: hue angle of 108.84º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B9E73 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 115 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.38 |
| HSL | 108.84º | 0.18% | 0.54% | - |
| HSV(B) | 108.84º | 0.27% | 0.62% | - |
| XYZ | 23.49 | 29.9 | 20.75 | - |
| YUV | 142.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 115 | 0.22 | 0 | 0.27 | 0.38 | 108.84 | 0.18 | 0.54 |
| Hex | 7B | 9E | 73 | 16 | 0 | 1B | 26 | 6D | 12 | 36 |
| Octal | 173 | 236 | 163 | 26 | 0 | 33 | 46 | 155 | 22 | 66 |
| Binary | 1111011 | 10011110 | 1110011 | 10110 | 0 | 11011 | 100110 | 1101101 | 10010 | 110110 |
Color Harmonies of #7B9E73
Complementary color
Monochromatic Colors of #7B9E73
Black with #7B9E73
Text Example
Text Example
White with #7B9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E73; }
p { color: rgb(123,158,115); }
H1.HeaderClassName
{
color: #7B9E73;
}
.AnyTagClassName
{
color: #7B9E73;
}
</style>
background-color css
<style>
a { background-color: #7B9E73; }
a { background-color: rgb(123,158,115); }
div.DivClassName
{
background-color: #7B9E73;
}
.BgClassName
{
background-color: #7B9E73;
}
</style>
border-color css
<style>
span { border-color: #7B9E73; }
span { border-color: rgb(123,158,115); }
td.TdClassName
{
border-color: #7B9E73;
}
.TagClassName
{
border-color: #7B9E73;
}
</style>