Shades of Amulet #7BA26B
Tints of Amulet #7BA26B
RGB
CMYK
RGB Variations
Color information
#7BA26B (or 0x7BA26B) is known color: Amulet. HEX triplet: 7B, A2 and 6B. RGB value is (123,162,107). Sum of RGB (Red+Green+Blue) = 123+162+107=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA26B is #845D94. Grayscale: #909090. Windows color (decimal): -8674709 or 7053947. OLE color: 7053947.
HSL color Cylindrical-coordinate representation of color #7BA26B: hue angle of 102.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA26B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 107 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.36 |
| HSL | 102.55º | 0.23% | 0.53% | - |
| HSV(B) | 102.55º | 0.34% | 0.64% | - |
| XYZ | 23.74 | 31.11 | 18.66 | - |
| YUV | 144.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 107 | 0.24 | 0 | 0.34 | 0.36 | 102.55 | 0.23 | 0.53 |
| Hex | 7B | A2 | 6B | 18 | 0 | 22 | 24 | 67 | 17 | 35 |
| Octal | 173 | 242 | 153 | 30 | 0 | 42 | 44 | 147 | 27 | 65 |
| Binary | 1111011 | 10100010 | 1101011 | 11000 | 0 | 100010 | 100100 | 1100111 | 10111 | 110101 |
Color Harmonies of #7BA26B
Complementary color
Monochromatic Colors of #7BA26B
Black with #7BA26B
Text Example
Text Example
White with #7BA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA26B; }
p { color: rgb(123,162,107); }
H1.HeaderClassName
{
color: #7BA26B;
}
.AnyTagClassName
{
color: #7BA26B;
}
</style>
background-color css
<style>
a { background-color: #7BA26B; }
a { background-color: rgb(123,162,107); }
div.DivClassName
{
background-color: #7BA26B;
}
.BgClassName
{
background-color: #7BA26B;
}
</style>
border-color css
<style>
span { border-color: #7BA26B; }
span { border-color: rgb(123,162,107); }
td.TdClassName
{
border-color: #7BA26B;
}
.TagClassName
{
border-color: #7BA26B;
}
</style>