Shades of Amulet #7BA168
Tints of Amulet #7BA168
RGB
CMYK
RGB Variations
Color information
#7BA168 (or 0x7BA168) is known color: Amulet. HEX triplet: 7B, A1 and 68. RGB value is (123,161,104). Sum of RGB (Red+Green+Blue) = 123+161+104=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA168 is #845E97. Grayscale: #8F8F8F. Windows color (decimal): -8674968 or 6857083. OLE color: 6857083.
HSL color Cylindrical-coordinate representation of color #7BA168: hue angle of 100º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA168 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 104 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.37 |
| HSL | 100º | 0.23% | 0.52% | - |
| HSV(B) | 100º | 0.35% | 0.63% | - |
| XYZ | 23.41 | 30.7 | 17.79 | - |
| YUV | 143.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 104 | 0.24 | 0 | 0.35 | 0.37 | 100 | 0.23 | 0.52 |
| Hex | 7B | A1 | 68 | 18 | 0 | 23 | 25 | 64 | 17 | 34 |
| Octal | 173 | 241 | 150 | 30 | 0 | 43 | 45 | 144 | 27 | 64 |
| Binary | 1111011 | 10100001 | 1101000 | 11000 | 0 | 100011 | 100101 | 1100100 | 10111 | 110100 |
Color Harmonies of #7BA168
Complementary color
Monochromatic Colors of #7BA168
Black with #7BA168
Text Example
Text Example
White with #7BA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA168; }
p { color: rgb(123,161,104); }
H1.HeaderClassName
{
color: #7BA168;
}
.AnyTagClassName
{
color: #7BA168;
}
</style>
background-color css
<style>
a { background-color: #7BA168; }
a { background-color: rgb(123,161,104); }
div.DivClassName
{
background-color: #7BA168;
}
.BgClassName
{
background-color: #7BA168;
}
</style>
border-color css
<style>
span { border-color: #7BA168; }
span { border-color: rgb(123,161,104); }
td.TdClassName
{
border-color: #7BA168;
}
.TagClassName
{
border-color: #7BA168;
}
</style>