Shades of Amulet #7B9E68
Tints of Amulet #7B9E68
RGB
CMYK
RGB Variations
Color information
#7B9E68 (or 0x7B9E68) is known color: Amulet. HEX triplet: 7B, 9E and 68. RGB value is (123,158,104). Sum of RGB (Red+Green+Blue) = 123+158+104=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E68 is #846197. Grayscale: #8D8D8D. Windows color (decimal): -8675736 or 6856315. OLE color: 6856315.
HSL color Cylindrical-coordinate representation of color #7B9E68: hue angle of 98.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B9E68 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 104 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.38 |
| HSL | 98.89º | 0.22% | 0.51% | - |
| HSV(B) | 98.89º | 0.34% | 0.62% | - |
| XYZ | 22.89 | 29.66 | 17.62 | - |
| YUV | 141.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 104 | 0.22 | 0 | 0.34 | 0.38 | 98.89 | 0.22 | 0.51 |
| Hex | 7B | 9E | 68 | 16 | 0 | 22 | 26 | 63 | 16 | 33 |
| Octal | 173 | 236 | 150 | 26 | 0 | 42 | 46 | 143 | 26 | 63 |
| Binary | 1111011 | 10011110 | 1101000 | 10110 | 0 | 100010 | 100110 | 1100011 | 10110 | 110011 |
Color Harmonies of #7B9E68
Complementary color
Monochromatic Colors of #7B9E68
Black with #7B9E68
Text Example
Text Example
White with #7B9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E68; }
p { color: rgb(123,158,104); }
H1.HeaderClassName
{
color: #7B9E68;
}
.AnyTagClassName
{
color: #7B9E68;
}
</style>
background-color css
<style>
a { background-color: #7B9E68; }
a { background-color: rgb(123,158,104); }
div.DivClassName
{
background-color: #7B9E68;
}
.BgClassName
{
background-color: #7B9E68;
}
</style>
border-color css
<style>
span { border-color: #7B9E68; }
span { border-color: rgb(123,158,104); }
td.TdClassName
{
border-color: #7B9E68;
}
.TagClassName
{
border-color: #7B9E68;
}
</style>