Shades of Amulet #7B9D68
Tints of Amulet #7B9D68
RGB
CMYK
RGB Variations
Color information
#7B9D68 (or 0x7B9D68) is known color: Amulet. HEX triplet: 7B, 9D and 68. RGB value is (123,157,104). Sum of RGB (Red+Green+Blue) = 123+157+104=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9D68 is #846297. Grayscale: #8C8C8C. Windows color (decimal): -8675992 or 6856059. OLE color: 6856059.
HSL color Cylindrical-coordinate representation of color #7B9D68: hue angle of 98.49º degrees, saturation: 0.21, 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 #7B9D68 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 104 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.38 |
| HSL | 98.49º | 0.21% | 0.51% | - |
| HSV(B) | 98.49º | 0.34% | 0.62% | - |
| XYZ | 22.72 | 29.32 | 17.56 | - |
| YUV | 140.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 104 | 0.22 | 0 | 0.34 | 0.38 | 98.49 | 0.21 | 0.51 |
| Hex | 7B | 9D | 68 | 16 | 0 | 22 | 26 | 62 | 15 | 33 |
| Octal | 173 | 235 | 150 | 26 | 0 | 42 | 46 | 142 | 25 | 63 |
| Binary | 1111011 | 10011101 | 1101000 | 10110 | 0 | 100010 | 100110 | 1100010 | 10101 | 110011 |
Color Harmonies of #7B9D68
Complementary color
Monochromatic Colors of #7B9D68
Black with #7B9D68
Text Example
Text Example
White with #7B9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D68; }
p { color: rgb(123,157,104); }
H1.HeaderClassName
{
color: #7B9D68;
}
.AnyTagClassName
{
color: #7B9D68;
}
</style>
background-color css
<style>
a { background-color: #7B9D68; }
a { background-color: rgb(123,157,104); }
div.DivClassName
{
background-color: #7B9D68;
}
.BgClassName
{
background-color: #7B9D68;
}
</style>
border-color css
<style>
span { border-color: #7B9D68; }
span { border-color: rgb(123,157,104); }
td.TdClassName
{
border-color: #7B9D68;
}
.TagClassName
{
border-color: #7B9D68;
}
</style>