Shades of Amulet #7BA86E
Tints of Amulet #7BA86E
RGB
CMYK
RGB Variations
Color information
#7BA86E (or 0x7BA86E) is known color: Amulet. HEX triplet: 7B, A8 and 6E. RGB value is (123,168,110). Sum of RGB (Red+Green+Blue) = 123+168+110=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA86E is #845791. Grayscale: #949494. Windows color (decimal): -8673170 or 7252091. OLE color: 7252091.
HSL color Cylindrical-coordinate representation of color #7BA86E: hue angle of 106.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA86E is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 110 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.34 |
| HSL | 106.55º | 0.25% | 0.55% | - |
| HSV(B) | 106.55º | 0.35% | 0.66% | - |
| XYZ | 24.99 | 33.34 | 19.87 | - |
| YUV | 147.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 110 | 0.27 | 0 | 0.35 | 0.34 | 106.55 | 0.25 | 0.55 |
| Hex | 7B | A8 | 6E | 1B | 0 | 23 | 22 | 6B | 19 | 37 |
| Octal | 173 | 250 | 156 | 33 | 0 | 43 | 42 | 153 | 31 | 67 |
| Binary | 1111011 | 10101000 | 1101110 | 11011 | 0 | 100011 | 100010 | 1101011 | 11001 | 110111 |
Color Harmonies of #7BA86E
Complementary color
Monochromatic Colors of #7BA86E
Black with #7BA86E
Text Example
Text Example
White with #7BA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA86E; }
p { color: rgb(123,168,110); }
H1.HeaderClassName
{
color: #7BA86E;
}
.AnyTagClassName
{
color: #7BA86E;
}
</style>
background-color css
<style>
a { background-color: #7BA86E; }
a { background-color: rgb(123,168,110); }
div.DivClassName
{
background-color: #7BA86E;
}
.BgClassName
{
background-color: #7BA86E;
}
</style>
border-color css
<style>
span { border-color: #7BA86E; }
span { border-color: rgb(123,168,110); }
td.TdClassName
{
border-color: #7BA86E;
}
.TagClassName
{
border-color: #7BA86E;
}
</style>