Shades of Amulet #7BA37B
Tints of Amulet #7BA37B
RGB
CMYK
RGB Variations
Color information
#7BA37B (or 0x7BA37B) is known color: Amulet. HEX triplet: 7B, A3 and 7B. RGB value is (123,163,123). Sum of RGB (Red+Green+Blue) = 123+163+123=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA37B is #845C84. Grayscale: #929292. Windows color (decimal): -8674437 or 8102779. OLE color: 8102779.
HSL color Cylindrical-coordinate representation of color #7BA37B: hue angle of 120º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA37B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 163 | 123 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.36 |
| HSL | 120º | 0.18% | 0.56% | - |
| HSV(B) | 120º | 0.25% | 0.64% | - |
| XYZ | 24.84 | 31.84 | 23.57 | - |
| YUV | 146.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 123 | 0.25 | 0 | 0.25 | 0.36 | 120 | 0.18 | 0.56 |
| Hex | 7B | A3 | 7B | 19 | 0 | 19 | 24 | 78 | 12 | 38 |
| Octal | 173 | 243 | 173 | 31 | 0 | 31 | 44 | 170 | 22 | 70 |
| Binary | 1111011 | 10100011 | 1111011 | 11001 | 0 | 11001 | 100100 | 1111000 | 10010 | 111000 |
Color Harmonies of #7BA37B
Complementary color
Monochromatic Colors of #7BA37B
Black with #7BA37B
Text Example
Text Example
White with #7BA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA37B; }
p { color: rgb(123,163,123); }
H1.HeaderClassName
{
color: #7BA37B;
}
.AnyTagClassName
{
color: #7BA37B;
}
</style>
background-color css
<style>
a { background-color: #7BA37B; }
a { background-color: rgb(123,163,123); }
div.DivClassName
{
background-color: #7BA37B;
}
.BgClassName
{
background-color: #7BA37B;
}
</style>
border-color css
<style>
span { border-color: #7BA37B; }
span { border-color: rgb(123,163,123); }
td.TdClassName
{
border-color: #7BA37B;
}
.TagClassName
{
border-color: #7BA37B;
}
</style>