Shades of Amulet #7BAB73
Tints of Amulet #7BAB73
RGB
CMYK
RGB Variations
Color information
#7BAB73 (or 0x7BAB73) is known color: Amulet. HEX triplet: 7B, AB and 73. RGB value is (123,171,115). Sum of RGB (Red+Green+Blue) = 123+171+115=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB73 is #84548C. Grayscale: #969696. Windows color (decimal): -8672397 or 7580539. OLE color: 7580539.
HSL color Cylindrical-coordinate representation of color #7BAB73: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BAB73 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 115 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.33 |
| HSL | 111.43º | 0.25% | 0.56% | - |
| HSV(B) | 111.43º | 0.33% | 0.67% | - |
| XYZ | 25.83 | 34.57 | 21.53 | - |
| YUV | 150.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 115 | 0.28 | 0 | 0.33 | 0.33 | 111.43 | 0.25 | 0.56 |
| Hex | 7B | AB | 73 | 1C | 0 | 21 | 21 | 6F | 19 | 38 |
| Octal | 173 | 253 | 163 | 34 | 0 | 41 | 41 | 157 | 31 | 70 |
| Binary | 1111011 | 10101011 | 1110011 | 11100 | 0 | 100001 | 100001 | 1101111 | 11001 | 111000 |
Color Harmonies of #7BAB73
Complementary color
Monochromatic Colors of #7BAB73
Black with #7BAB73
Text Example
Text Example
White with #7BAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB73; }
p { color: rgb(123,171,115); }
H1.HeaderClassName
{
color: #7BAB73;
}
.AnyTagClassName
{
color: #7BAB73;
}
</style>
background-color css
<style>
a { background-color: #7BAB73; }
a { background-color: rgb(123,171,115); }
div.DivClassName
{
background-color: #7BAB73;
}
.BgClassName
{
background-color: #7BAB73;
}
</style>
border-color css
<style>
span { border-color: #7BAB73; }
span { border-color: rgb(123,171,115); }
td.TdClassName
{
border-color: #7BAB73;
}
.TagClassName
{
border-color: #7BAB73;
}
</style>