Shades of Envy #7BAC7E
Tints of Envy #7BAC7E
RGB
CMYK
RGB Variations
Color information
#7BAC7E (or 0x7BAC7E) is known color: Envy. HEX triplet: 7B, AC and 7E. RGB value is (123,172,126). Sum of RGB (Red+Green+Blue) = 123+172+126=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC7E is #845381. Grayscale: #989898. Windows color (decimal): -8672130 or 8301691. OLE color: 8301691.
HSL color Cylindrical-coordinate representation of color #7BAC7E: hue angle of 123.67º 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 #7BAC7E is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 126 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.33 |
| HSL | 123.67º | 0.23% | 0.58% | - |
| HSV(B) | 123.67º | 0.28% | 0.67% | - |
| XYZ | 26.69 | 35.22 | 25.13 | - |
| YUV | 152.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 126 | 0.28 | 0 | 0.27 | 0.33 | 123.67 | 0.23 | 0.58 |
| Hex | 7B | AC | 7E | 1C | 0 | 1B | 21 | 7C | 17 | 3A |
| Octal | 173 | 254 | 176 | 34 | 0 | 33 | 41 | 174 | 27 | 72 |
| Binary | 1111011 | 10101100 | 1111110 | 11100 | 0 | 11011 | 100001 | 1111100 | 10111 | 111010 |
Color Harmonies of #7BAC7E
Complementary color
Monochromatic Colors of #7BAC7E
Black with #7BAC7E
Text Example
Text Example
White with #7BAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC7E; }
p { color: rgb(123,172,126); }
H1.HeaderClassName
{
color: #7BAC7E;
}
.AnyTagClassName
{
color: #7BAC7E;
}
</style>
background-color css
<style>
a { background-color: #7BAC7E; }
a { background-color: rgb(123,172,126); }
div.DivClassName
{
background-color: #7BAC7E;
}
.BgClassName
{
background-color: #7BAC7E;
}
</style>
border-color css
<style>
span { border-color: #7BAC7E; }
span { border-color: rgb(123,172,126); }
td.TdClassName
{
border-color: #7BAC7E;
}
.TagClassName
{
border-color: #7BAC7E;
}
</style>