Shades of Amulet #7BAE78
Tints of Amulet #7BAE78
RGB
CMYK
RGB Variations
Color information
#7BAE78 (or 0x7BAE78) is known color: Amulet. HEX triplet: 7B, AE and 78. RGB value is (123,174,120). Sum of RGB (Red+Green+Blue) = 123+174+120=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE78 is #845187. Grayscale: #989898. Windows color (decimal): -8671624 or 7908987. OLE color: 7908987.
HSL color Cylindrical-coordinate representation of color #7BAE78: hue angle of 116.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAE78 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 120 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.32 |
| HSL | 116.67º | 0.25% | 0.58% | - |
| HSV(B) | 116.67º | 0.31% | 0.68% | - |
| XYZ | 26.69 | 35.84 | 23.28 | - |
| YUV | 152.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 120 | 0.29 | 0 | 0.31 | 0.32 | 116.67 | 0.25 | 0.58 |
| Hex | 7B | AE | 78 | 1D | 0 | 1F | 20 | 75 | 19 | 3A |
| Octal | 173 | 256 | 170 | 35 | 0 | 37 | 40 | 165 | 31 | 72 |
| Binary | 1111011 | 10101110 | 1111000 | 11101 | 0 | 11111 | 100000 | 1110101 | 11001 | 111010 |
Color Harmonies of #7BAE78
Complementary color
Monochromatic Colors of #7BAE78
Black with #7BAE78
Text Example
Text Example
White with #7BAE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE78; }
p { color: rgb(123,174,120); }
H1.HeaderClassName
{
color: #7BAE78;
}
.AnyTagClassName
{
color: #7BAE78;
}
</style>
background-color css
<style>
a { background-color: #7BAE78; }
a { background-color: rgb(123,174,120); }
div.DivClassName
{
background-color: #7BAE78;
}
.BgClassName
{
background-color: #7BAE78;
}
</style>
border-color css
<style>
span { border-color: #7BAE78; }
span { border-color: rgb(123,174,120); }
td.TdClassName
{
border-color: #7BAE78;
}
.TagClassName
{
border-color: #7BAE78;
}
</style>