Shades of Amulet #7BA46B
Tints of Amulet #7BA46B
RGB
CMYK
RGB Variations
Color information
#7BA46B (or 0x7BA46B) is known color: Amulet. HEX triplet: 7B, A4 and 6B. RGB value is (123,164,107). Sum of RGB (Red+Green+Blue) = 123+164+107=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA46B is #845B94. Grayscale: #919191. Windows color (decimal): -8674197 or 7054459. OLE color: 7054459.
HSL color Cylindrical-coordinate representation of color #7BA46B: hue angle of 103.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA46B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 107 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.36 |
| HSL | 103.16º | 0.24% | 0.53% | - |
| HSV(B) | 103.16º | 0.35% | 0.64% | - |
| XYZ | 24.1 | 31.82 | 18.78 | - |
| YUV | 145.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 107 | 0.25 | 0 | 0.35 | 0.36 | 103.16 | 0.24 | 0.53 |
| Hex | 7B | A4 | 6B | 19 | 0 | 23 | 24 | 67 | 18 | 35 |
| Octal | 173 | 244 | 153 | 31 | 0 | 43 | 44 | 147 | 30 | 65 |
| Binary | 1111011 | 10100100 | 1101011 | 11001 | 0 | 100011 | 100100 | 1100111 | 11000 | 110101 |
Color Harmonies of #7BA46B
Complementary color
Monochromatic Colors of #7BA46B
Black with #7BA46B
Text Example
Text Example
White with #7BA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA46B; }
p { color: rgb(123,164,107); }
H1.HeaderClassName
{
color: #7BA46B;
}
.AnyTagClassName
{
color: #7BA46B;
}
</style>
background-color css
<style>
a { background-color: #7BA46B; }
a { background-color: rgb(123,164,107); }
div.DivClassName
{
background-color: #7BA46B;
}
.BgClassName
{
background-color: #7BA46B;
}
</style>
border-color css
<style>
span { border-color: #7BA46B; }
span { border-color: rgb(123,164,107); }
td.TdClassName
{
border-color: #7BA46B;
}
.TagClassName
{
border-color: #7BA46B;
}
</style>