Shades of Envy #7BAC80
Tints of Envy #7BAC80
RGB
CMYK
RGB Variations
Color information
#7BAC80 (or 0x7BAC80) is known color: Envy. HEX triplet: 7B, AC and 80. RGB value is (123,172,128). Sum of RGB (Red+Green+Blue) = 123+172+128=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC80 is #84537F. Grayscale: #989898. Windows color (decimal): -8672128 or 8432763. OLE color: 8432763.
HSL color Cylindrical-coordinate representation of color #7BAC80: hue angle of 126.12º 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 #7BAC80 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 128 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 126.12º | 0.23% | 0.58% | - |
| HSV(B) | 126.12º | 0.28% | 0.67% | - |
| XYZ | 26.82 | 35.27 | 25.82 | - |
| YUV | 152.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 128 | 0.28 | 0 | 0.26 | 0.33 | 126.12 | 0.23 | 0.58 |
| Hex | 7B | AC | 80 | 1C | 0 | 1A | 21 | 7E | 17 | 3A |
| Octal | 173 | 254 | 200 | 34 | 0 | 32 | 41 | 176 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10000000 | 11100 | 0 | 11010 | 100001 | 1111110 | 10111 | 111010 |
Color Harmonies of #7BAC80
Complementary color
Monochromatic Colors of #7BAC80
Black with #7BAC80
Text Example
Text Example
White with #7BAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC80; }
p { color: rgb(123,172,128); }
H1.HeaderClassName
{
color: #7BAC80;
}
.AnyTagClassName
{
color: #7BAC80;
}
</style>
background-color css
<style>
a { background-color: #7BAC80; }
a { background-color: rgb(123,172,128); }
div.DivClassName
{
background-color: #7BAC80;
}
.BgClassName
{
background-color: #7BAC80;
}
</style>
border-color css
<style>
span { border-color: #7BAC80; }
span { border-color: rgb(123,172,128); }
td.TdClassName
{
border-color: #7BAC80;
}
.TagClassName
{
border-color: #7BAC80;
}
</style>