Shades of Amulet #7BAE68
Tints of Amulet #7BAE68
RGB
CMYK
RGB Variations
Color information
#7BAE68 (or 0x7BAE68) is known color: Amulet. HEX triplet: 7B, AE and 68. RGB value is (123,174,104). Sum of RGB (Red+Green+Blue) = 123+174+104=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE68 is #845197. Grayscale: #979797. Windows color (decimal): -8671640 or 6860411. OLE color: 6860411.
HSL color Cylindrical-coordinate representation of color #7BAE68: hue angle of 103.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAE68 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 104 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.32 |
| HSL | 103.71º | 0.3% | 0.55% | - |
| HSV(B) | 103.71º | 0.4% | 0.68% | - |
| XYZ | 25.8 | 35.48 | 18.59 | - |
| YUV | 150.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 104 | 0.29 | 0 | 0.40 | 0.32 | 103.71 | 0.3 | 0.55 |
| Hex | 7B | AE | 68 | 1D | 0 | 28 | 20 | 68 | 1E | 37 |
| Octal | 173 | 256 | 150 | 35 | 0 | 50 | 40 | 150 | 36 | 67 |
| Binary | 1111011 | 10101110 | 1101000 | 11101 | 0 | 101000 | 100000 | 1101000 | 11110 | 110111 |
Color Harmonies of #7BAE68
Complementary color
Monochromatic Colors of #7BAE68
Black with #7BAE68
Text Example
Text Example
White with #7BAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE68; }
p { color: rgb(123,174,104); }
H1.HeaderClassName
{
color: #7BAE68;
}
.AnyTagClassName
{
color: #7BAE68;
}
</style>
background-color css
<style>
a { background-color: #7BAE68; }
a { background-color: rgb(123,174,104); }
div.DivClassName
{
background-color: #7BAE68;
}
.BgClassName
{
background-color: #7BAE68;
}
</style>
border-color css
<style>
span { border-color: #7BAE68; }
span { border-color: rgb(123,174,104); }
td.TdClassName
{
border-color: #7BAE68;
}
.TagClassName
{
border-color: #7BAE68;
}
</style>