Shades of Amulet #7BAD66
Tints of Amulet #7BAD66
RGB
CMYK
RGB Variations
Color information
#7BAD66 (or 0x7BAD66) is known color: Amulet. HEX triplet: 7B, AD and 66. RGB value is (123,173,102). Sum of RGB (Red+Green+Blue) = 123+173+102=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAD66 is #845299. Grayscale: #969696. Windows color (decimal): -8671898 or 6729083. OLE color: 6729083.
HSL color Cylindrical-coordinate representation of color #7BAD66: hue angle of 102.25º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BAD66 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 102 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.32 |
| HSL | 102.25º | 0.3% | 0.54% | - |
| HSV(B) | 102.25º | 0.41% | 0.68% | - |
| XYZ | 25.51 | 35.06 | 17.99 | - |
| YUV | 149.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 102 | 0.29 | 0 | 0.41 | 0.32 | 102.25 | 0.3 | 0.54 |
| Hex | 7B | AD | 66 | 1D | 0 | 29 | 20 | 66 | 1E | 36 |
| Octal | 173 | 255 | 146 | 35 | 0 | 51 | 40 | 146 | 36 | 66 |
| Binary | 1111011 | 10101101 | 1100110 | 11101 | 0 | 101001 | 100000 | 1100110 | 11110 | 110110 |
Color Harmonies of #7BAD66
Complementary color
Monochromatic Colors of #7BAD66
Black with #7BAD66
Text Example
Text Example
White with #7BAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD66; }
p { color: rgb(123,173,102); }
H1.HeaderClassName
{
color: #7BAD66;
}
.AnyTagClassName
{
color: #7BAD66;
}
</style>
background-color css
<style>
a { background-color: #7BAD66; }
a { background-color: rgb(123,173,102); }
div.DivClassName
{
background-color: #7BAD66;
}
.BgClassName
{
background-color: #7BAD66;
}
</style>
border-color css
<style>
span { border-color: #7BAD66; }
span { border-color: rgb(123,173,102); }
td.TdClassName
{
border-color: #7BAD66;
}
.TagClassName
{
border-color: #7BAD66;
}
</style>