Shades of Amulet #7BAE73
Tints of Amulet #7BAE73
RGB
CMYK
RGB Variations
Color information
#7BAE73 (or 0x7BAE73) is known color: Amulet. HEX triplet: 7B, AE and 73. RGB value is (123,174,115). Sum of RGB (Red+Green+Blue) = 123+174+115=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE73 is #84518C. Grayscale: #989898. Windows color (decimal): -8671629 or 7581307. OLE color: 7581307.
HSL color Cylindrical-coordinate representation of color #7BAE73: hue angle of 111.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BAE73 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 115 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.32 |
| HSL | 111.86º | 0.27% | 0.57% | - |
| HSV(B) | 111.86º | 0.34% | 0.68% | - |
| XYZ | 26.4 | 35.72 | 21.72 | - |
| YUV | 152.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 115 | 0.29 | 0 | 0.34 | 0.32 | 111.86 | 0.27 | 0.57 |
| Hex | 7B | AE | 73 | 1D | 0 | 22 | 20 | 70 | 1B | 39 |
| Octal | 173 | 256 | 163 | 35 | 0 | 42 | 40 | 160 | 33 | 71 |
| Binary | 1111011 | 10101110 | 1110011 | 11101 | 0 | 100010 | 100000 | 1110000 | 11011 | 111001 |
Color Harmonies of #7BAE73
Complementary color
Monochromatic Colors of #7BAE73
Black with #7BAE73
Text Example
Text Example
White with #7BAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE73; }
p { color: rgb(123,174,115); }
H1.HeaderClassName
{
color: #7BAE73;
}
.AnyTagClassName
{
color: #7BAE73;
}
</style>
background-color css
<style>
a { background-color: #7BAE73; }
a { background-color: rgb(123,174,115); }
div.DivClassName
{
background-color: #7BAE73;
}
.BgClassName
{
background-color: #7BAE73;
}
</style>
border-color css
<style>
span { border-color: #7BAE73; }
span { border-color: rgb(123,174,115); }
td.TdClassName
{
border-color: #7BAE73;
}
.TagClassName
{
border-color: #7BAE73;
}
</style>