Shades of Amulet #7BA66C
Tints of Amulet #7BA66C
RGB
CMYK
RGB Variations
Color information
#7BA66C (or 0x7BA66C) is known color: Amulet. HEX triplet: 7B, A6 and 6C. RGB value is (123,166,108). Sum of RGB (Red+Green+Blue) = 123+166+108=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA66C is #845993. Grayscale: #929292. Windows color (decimal): -8673684 or 7120507. OLE color: 7120507.
HSL color Cylindrical-coordinate representation of color #7BA66C: hue angle of 104.48º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA66C is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 108 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.35 |
| HSL | 104.48º | 0.25% | 0.54% | - |
| HSV(B) | 104.48º | 0.35% | 0.65% | - |
| XYZ | 24.51 | 32.57 | 19.18 | - |
| YUV | 146.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 108 | 0.26 | 0 | 0.35 | 0.35 | 104.48 | 0.25 | 0.54 |
| Hex | 7B | A6 | 6C | 1A | 0 | 23 | 23 | 68 | 19 | 36 |
| Octal | 173 | 246 | 154 | 32 | 0 | 43 | 43 | 150 | 31 | 66 |
| Binary | 1111011 | 10100110 | 1101100 | 11010 | 0 | 100011 | 100011 | 1101000 | 11001 | 110110 |
Color Harmonies of #7BA66C
Complementary color
Monochromatic Colors of #7BA66C
Black with #7BA66C
Text Example
Text Example
White with #7BA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA66C; }
p { color: rgb(123,166,108); }
H1.HeaderClassName
{
color: #7BA66C;
}
.AnyTagClassName
{
color: #7BA66C;
}
</style>
background-color css
<style>
a { background-color: #7BA66C; }
a { background-color: rgb(123,166,108); }
div.DivClassName
{
background-color: #7BA66C;
}
.BgClassName
{
background-color: #7BA66C;
}
</style>
border-color css
<style>
span { border-color: #7BA66C; }
span { border-color: rgb(123,166,108); }
td.TdClassName
{
border-color: #7BA66C;
}
.TagClassName
{
border-color: #7BA66C;
}
</style>