Shades of Amulet #7BA06C
Tints of Amulet #7BA06C
RGB
CMYK
RGB Variations
Color information
#7BA06C (or 0x7BA06C) is known color: Amulet. HEX triplet: 7B, A0 and 6C. RGB value is (123,160,108). Sum of RGB (Red+Green+Blue) = 123+160+108=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA06C is #845F93. Grayscale: #8F8F8F. Windows color (decimal): -8675220 or 7118971. OLE color: 7118971.
HSL color Cylindrical-coordinate representation of color #7BA06C: hue angle of 102.69º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BA06C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 108 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.37 |
| HSL | 102.69º | 0.21% | 0.53% | - |
| HSV(B) | 102.69º | 0.33% | 0.63% | - |
| XYZ | 23.45 | 30.44 | 18.83 | - |
| YUV | 143.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 108 | 0.23 | 0 | 0.32 | 0.37 | 102.69 | 0.21 | 0.53 |
| Hex | 7B | A0 | 6C | 17 | 0 | 20 | 25 | 67 | 15 | 35 |
| Octal | 173 | 240 | 154 | 27 | 0 | 40 | 45 | 147 | 25 | 65 |
| Binary | 1111011 | 10100000 | 1101100 | 10111 | 0 | 100000 | 100101 | 1100111 | 10101 | 110101 |
Color Harmonies of #7BA06C
Complementary color
Monochromatic Colors of #7BA06C
Black with #7BA06C
Text Example
Text Example
White with #7BA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA06C; }
p { color: rgb(123,160,108); }
H1.HeaderClassName
{
color: #7BA06C;
}
.AnyTagClassName
{
color: #7BA06C;
}
</style>
background-color css
<style>
a { background-color: #7BA06C; }
a { background-color: rgb(123,160,108); }
div.DivClassName
{
background-color: #7BA06C;
}
.BgClassName
{
background-color: #7BA06C;
}
</style>
border-color css
<style>
span { border-color: #7BA06C; }
span { border-color: rgb(123,160,108); }
td.TdClassName
{
border-color: #7BA06C;
}
.TagClassName
{
border-color: #7BA06C;
}
</style>