Shades of Amulet #7BAD65
Tints of Amulet #7BAD65
RGB
CMYK
RGB Variations
Color information
#7BAD65 (or 0x7BAD65) is known color: Amulet. HEX triplet: 7B, AD and 65. RGB value is (123,173,101). Sum of RGB (Red+Green+Blue) = 123+173+101=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAD65 is #84529A. Grayscale: #969696. Windows color (decimal): -8671899 or 6663547. OLE color: 6663547.
HSL color Cylindrical-coordinate representation of color #7BAD65: hue angle of 101.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BAD65 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 101 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.32 |
| HSL | 101.67º | 0.31% | 0.54% | - |
| HSV(B) | 101.67º | 0.42% | 0.68% | - |
| XYZ | 25.46 | 35.04 | 17.73 | - |
| YUV | 149.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 101 | 0.29 | 0 | 0.42 | 0.32 | 101.67 | 0.31 | 0.54 |
| Hex | 7B | AD | 65 | 1D | 0 | 2A | 20 | 66 | 1F | 36 |
| Octal | 173 | 255 | 145 | 35 | 0 | 52 | 40 | 146 | 37 | 66 |
| Binary | 1111011 | 10101101 | 1100101 | 11101 | 0 | 101010 | 100000 | 1100110 | 11111 | 110110 |
Color Harmonies of #7BAD65
Complementary color
Monochromatic Colors of #7BAD65
Black with #7BAD65
Text Example
Text Example
White with #7BAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD65; }
p { color: rgb(123,173,101); }
H1.HeaderClassName
{
color: #7BAD65;
}
.AnyTagClassName
{
color: #7BAD65;
}
</style>
background-color css
<style>
a { background-color: #7BAD65; }
a { background-color: rgb(123,173,101); }
div.DivClassName
{
background-color: #7BAD65;
}
.BgClassName
{
background-color: #7BAD65;
}
</style>
border-color css
<style>
span { border-color: #7BAD65; }
span { border-color: rgb(123,173,101); }
td.TdClassName
{
border-color: #7BAD65;
}
.TagClassName
{
border-color: #7BAD65;
}
</style>