Shades of Amulet #7BA06D
Tints of Amulet #7BA06D
RGB
CMYK
RGB Variations
Color information
#7BA06D (or 0x7BA06D) is known color: Amulet. HEX triplet: 7B, A0 and 6D. RGB value is (123,160,109). Sum of RGB (Red+Green+Blue) = 123+160+109=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA06D is #845F92. Grayscale: #8F8F8F. Windows color (decimal): -8675219 or 7184507. OLE color: 7184507.
HSL color Cylindrical-coordinate representation of color #7BA06D: hue angle of 103.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BA06D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 109 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.37 |
| HSL | 103.53º | 0.21% | 0.53% | - |
| HSV(B) | 103.53º | 0.32% | 0.63% | - |
| XYZ | 23.5 | 30.46 | 19.11 | - |
| YUV | 143.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 109 | 0.23 | 0 | 0.32 | 0.37 | 103.53 | 0.21 | 0.53 |
| Hex | 7B | A0 | 6D | 17 | 0 | 20 | 25 | 68 | 15 | 35 |
| Octal | 173 | 240 | 155 | 27 | 0 | 40 | 45 | 150 | 25 | 65 |
| Binary | 1111011 | 10100000 | 1101101 | 10111 | 0 | 100000 | 100101 | 1101000 | 10101 | 110101 |
Color Harmonies of #7BA06D
Complementary color
Monochromatic Colors of #7BA06D
Black with #7BA06D
Text Example
Text Example
White with #7BA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA06D; }
p { color: rgb(123,160,109); }
H1.HeaderClassName
{
color: #7BA06D;
}
.AnyTagClassName
{
color: #7BA06D;
}
</style>
background-color css
<style>
a { background-color: #7BA06D; }
a { background-color: rgb(123,160,109); }
div.DivClassName
{
background-color: #7BA06D;
}
.BgClassName
{
background-color: #7BA06D;
}
</style>
border-color css
<style>
span { border-color: #7BA06D; }
span { border-color: rgb(123,160,109); }
td.TdClassName
{
border-color: #7BA06D;
}
.TagClassName
{
border-color: #7BA06D;
}
</style>