Shades of Amulet #7BA270
Tints of Amulet #7BA270
RGB
CMYK
RGB Variations
Color information
#7BA270 (or 0x7BA270) is known color: Amulet. HEX triplet: 7B, A2 and 70. RGB value is (123,162,112). Sum of RGB (Red+Green+Blue) = 123+162+112=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA270 is #845D8F. Grayscale: #909090. Windows color (decimal): -8674704 or 7381627. OLE color: 7381627.
HSL color Cylindrical-coordinate representation of color #7BA270: hue angle of 106.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BA270 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 112 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.36 |
| HSL | 106.8º | 0.21% | 0.54% | - |
| HSV(B) | 106.8º | 0.31% | 0.64% | - |
| XYZ | 24.01 | 31.22 | 20.09 | - |
| YUV | 144.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 112 | 0.24 | 0 | 0.31 | 0.36 | 106.8 | 0.21 | 0.54 |
| Hex | 7B | A2 | 70 | 18 | 0 | 1F | 24 | 6B | 15 | 36 |
| Octal | 173 | 242 | 160 | 30 | 0 | 37 | 44 | 153 | 25 | 66 |
| Binary | 1111011 | 10100010 | 1110000 | 11000 | 0 | 11111 | 100100 | 1101011 | 10101 | 110110 |
Color Harmonies of #7BA270
Complementary color
Monochromatic Colors of #7BA270
Black with #7BA270
Text Example
Text Example
White with #7BA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA270; }
p { color: rgb(123,162,112); }
H1.HeaderClassName
{
color: #7BA270;
}
.AnyTagClassName
{
color: #7BA270;
}
</style>
background-color css
<style>
a { background-color: #7BA270; }
a { background-color: rgb(123,162,112); }
div.DivClassName
{
background-color: #7BA270;
}
.BgClassName
{
background-color: #7BA270;
}
</style>
border-color css
<style>
span { border-color: #7BA270; }
span { border-color: rgb(123,162,112); }
td.TdClassName
{
border-color: #7BA270;
}
.TagClassName
{
border-color: #7BA270;
}
</style>