Shades of Amulet #7BA26C
Tints of Amulet #7BA26C
RGB
CMYK
RGB Variations
Color information
#7BA26C (or 0x7BA26C) is known color: Amulet. HEX triplet: 7B, A2 and 6C. RGB value is (123,162,108). Sum of RGB (Red+Green+Blue) = 123+162+108=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA26C is #845D93. Grayscale: #909090. Windows color (decimal): -8674708 or 7119483. OLE color: 7119483.
HSL color Cylindrical-coordinate representation of color #7BA26C: hue angle of 103.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BA26C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 108 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.36 |
| HSL | 103.33º | 0.23% | 0.53% | - |
| HSV(B) | 103.33º | 0.33% | 0.64% | - |
| XYZ | 23.8 | 31.13 | 18.94 | - |
| YUV | 144.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 108 | 0.24 | 0 | 0.33 | 0.36 | 103.33 | 0.23 | 0.53 |
| Hex | 7B | A2 | 6C | 18 | 0 | 21 | 24 | 67 | 16 | 35 |
| Octal | 173 | 242 | 154 | 30 | 0 | 41 | 44 | 147 | 26 | 65 |
| Binary | 1111011 | 10100010 | 1101100 | 11000 | 0 | 100001 | 100100 | 1100111 | 10110 | 110101 |
Color Harmonies of #7BA26C
Complementary color
Monochromatic Colors of #7BA26C
Black with #7BA26C
Text Example
Text Example
White with #7BA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA26C; }
p { color: rgb(123,162,108); }
H1.HeaderClassName
{
color: #7BA26C;
}
.AnyTagClassName
{
color: #7BA26C;
}
</style>
background-color css
<style>
a { background-color: #7BA26C; }
a { background-color: rgb(123,162,108); }
div.DivClassName
{
background-color: #7BA26C;
}
.BgClassName
{
background-color: #7BA26C;
}
</style>
border-color css
<style>
span { border-color: #7BA26C; }
span { border-color: rgb(123,162,108); }
td.TdClassName
{
border-color: #7BA26C;
}
.TagClassName
{
border-color: #7BA26C;
}
</style>