Shades of Amulet #7BA275
Tints of Amulet #7BA275
RGB
CMYK
RGB Variations
Color information
#7BA275 (or 0x7BA275) is known color: Amulet. HEX triplet: 7B, A2 and 75. RGB value is (123,162,117). Sum of RGB (Red+Green+Blue) = 123+162+117=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA275 is #845D8A. Grayscale: #919191. Windows color (decimal): -8674699 or 7709307. OLE color: 7709307.
HSL color Cylindrical-coordinate representation of color #7BA275: hue angle of 112º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA275 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 117 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.36 |
| HSL | 112º | 0.19% | 0.55% | - |
| HSV(B) | 112º | 0.28% | 0.64% | - |
| XYZ | 24.3 | 31.34 | 21.6 | - |
| YUV | 145.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 117 | 0.24 | 0 | 0.28 | 0.36 | 112 | 0.19 | 0.55 |
| Hex | 7B | A2 | 75 | 18 | 0 | 1C | 24 | 70 | 13 | 37 |
| Octal | 173 | 242 | 165 | 30 | 0 | 34 | 44 | 160 | 23 | 67 |
| Binary | 1111011 | 10100010 | 1110101 | 11000 | 0 | 11100 | 100100 | 1110000 | 10011 | 110111 |
Color Harmonies of #7BA275
Complementary color
Monochromatic Colors of #7BA275
Black with #7BA275
Text Example
Text Example
White with #7BA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA275; }
p { color: rgb(123,162,117); }
H1.HeaderClassName
{
color: #7BA275;
}
.AnyTagClassName
{
color: #7BA275;
}
</style>
background-color css
<style>
a { background-color: #7BA275; }
a { background-color: rgb(123,162,117); }
div.DivClassName
{
background-color: #7BA275;
}
.BgClassName
{
background-color: #7BA275;
}
</style>
border-color css
<style>
span { border-color: #7BA275; }
span { border-color: rgb(123,162,117); }
td.TdClassName
{
border-color: #7BA275;
}
.TagClassName
{
border-color: #7BA275;
}
</style>