Shades of Amulet #7BA16F
Tints of Amulet #7BA16F
RGB
CMYK
RGB Variations
Color information
#7BA16F (or 0x7BA16F) is known color: Amulet. HEX triplet: 7B, A1 and 6F. RGB value is (123,161,111). Sum of RGB (Red+Green+Blue) = 123+161+111=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA16F is #845E90. Grayscale: #909090. Windows color (decimal): -8674961 or 7315835. OLE color: 7315835.
HSL color Cylindrical-coordinate representation of color #7BA16F: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BA16F is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 111 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.37 |
| HSL | 105.6º | 0.21% | 0.53% | - |
| HSV(B) | 105.6º | 0.31% | 0.63% | - |
| XYZ | 23.78 | 30.85 | 19.74 | - |
| YUV | 143.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 111 | 0.24 | 0 | 0.31 | 0.37 | 105.6 | 0.21 | 0.53 |
| Hex | 7B | A1 | 6F | 18 | 0 | 1F | 25 | 6A | 15 | 35 |
| Octal | 173 | 241 | 157 | 30 | 0 | 37 | 45 | 152 | 25 | 65 |
| Binary | 1111011 | 10100001 | 1101111 | 11000 | 0 | 11111 | 100101 | 1101010 | 10101 | 110101 |
Color Harmonies of #7BA16F
Complementary color
Monochromatic Colors of #7BA16F
Black with #7BA16F
Text Example
Text Example
White with #7BA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA16F; }
p { color: rgb(123,161,111); }
H1.HeaderClassName
{
color: #7BA16F;
}
.AnyTagClassName
{
color: #7BA16F;
}
</style>
background-color css
<style>
a { background-color: #7BA16F; }
a { background-color: rgb(123,161,111); }
div.DivClassName
{
background-color: #7BA16F;
}
.BgClassName
{
background-color: #7BA16F;
}
</style>
border-color css
<style>
span { border-color: #7BA16F; }
span { border-color: rgb(123,161,111); }
td.TdClassName
{
border-color: #7BA16F;
}
.TagClassName
{
border-color: #7BA16F;
}
</style>