Shades of Amulet #7BA675
Tints of Amulet #7BA675
RGB
CMYK
RGB Variations
Color information
#7BA675 (or 0x7BA675) is known color: Amulet. HEX triplet: 7B, A6 and 75. RGB value is (123,166,117). Sum of RGB (Red+Green+Blue) = 123+166+117=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA675 is #84598A. Grayscale: #939393. Windows color (decimal): -8673675 or 7710331. OLE color: 7710331.
HSL color Cylindrical-coordinate representation of color #7BA675: hue angle of 112.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA675 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 117 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.35 |
| HSL | 112.65º | 0.22% | 0.55% | - |
| HSV(B) | 112.65º | 0.3% | 0.65% | - |
| XYZ | 25.02 | 32.77 | 21.84 | - |
| YUV | 147.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 117 | 0.26 | 0 | 0.30 | 0.35 | 112.65 | 0.22 | 0.55 |
| Hex | 7B | A6 | 75 | 1A | 0 | 1E | 23 | 71 | 16 | 37 |
| Octal | 173 | 246 | 165 | 32 | 0 | 36 | 43 | 161 | 26 | 67 |
| Binary | 1111011 | 10100110 | 1110101 | 11010 | 0 | 11110 | 100011 | 1110001 | 10110 | 110111 |
Color Harmonies of #7BA675
Complementary color
Monochromatic Colors of #7BA675
Black with #7BA675
Text Example
Text Example
White with #7BA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA675; }
p { color: rgb(123,166,117); }
H1.HeaderClassName
{
color: #7BA675;
}
.AnyTagClassName
{
color: #7BA675;
}
</style>
background-color css
<style>
a { background-color: #7BA675; }
a { background-color: rgb(123,166,117); }
div.DivClassName
{
background-color: #7BA675;
}
.BgClassName
{
background-color: #7BA675;
}
</style>
border-color css
<style>
span { border-color: #7BA675; }
span { border-color: rgb(123,166,117); }
td.TdClassName
{
border-color: #7BA675;
}
.TagClassName
{
border-color: #7BA675;
}
</style>