Shades of Amulet #7BAC7B
Tints of Amulet #7BAC7B
RGB
CMYK
RGB Variations
Color information
#7BAC7B (or 0x7BAC7B) is known color: Amulet. HEX triplet: 7B, AC and 7B. RGB value is (123,172,123). Sum of RGB (Red+Green+Blue) = 123+172+123=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC7B is #845384. Grayscale: #979797. Windows color (decimal): -8672133 or 8105083. OLE color: 8105083.
HSL color Cylindrical-coordinate representation of color #7BAC7B: hue angle of 120º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC7B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 123 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.33 |
| HSL | 120º | 0.23% | 0.58% | - |
| HSV(B) | 120º | 0.28% | 0.67% | - |
| XYZ | 26.5 | 35.15 | 24.13 | - |
| YUV | 151.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 123 | 0.28 | 0 | 0.28 | 0.33 | 120 | 0.23 | 0.58 |
| Hex | 7B | AC | 7B | 1C | 0 | 1C | 21 | 78 | 17 | 3A |
| Octal | 173 | 254 | 173 | 34 | 0 | 34 | 41 | 170 | 27 | 72 |
| Binary | 1111011 | 10101100 | 1111011 | 11100 | 0 | 11100 | 100001 | 1111000 | 10111 | 111010 |
Color Harmonies of #7BAC7B
Complementary color
Monochromatic Colors of #7BAC7B
Black with #7BAC7B
Text Example
Text Example
White with #7BAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC7B; }
p { color: rgb(123,172,123); }
H1.HeaderClassName
{
color: #7BAC7B;
}
.AnyTagClassName
{
color: #7BAC7B;
}
</style>
background-color css
<style>
a { background-color: #7BAC7B; }
a { background-color: rgb(123,172,123); }
div.DivClassName
{
background-color: #7BAC7B;
}
.BgClassName
{
background-color: #7BAC7B;
}
</style>
border-color css
<style>
span { border-color: #7BAC7B; }
span { border-color: rgb(123,172,123); }
td.TdClassName
{
border-color: #7BAC7B;
}
.TagClassName
{
border-color: #7BAC7B;
}
</style>