Shades of Envy #7BAA7E
Tints of Envy #7BAA7E
RGB
CMYK
RGB Variations
Color information
#7BAA7E (or 0x7BAA7E) is known color: Envy. HEX triplet: 7B, AA and 7E. RGB value is (123,170,126). Sum of RGB (Red+Green+Blue) = 123+170+126=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA7E is #845581. Grayscale: #979797. Windows color (decimal): -8672642 or 8301179. OLE color: 8301179.
HSL color Cylindrical-coordinate representation of color #7BAA7E: hue angle of 123.83º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA7E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 126 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 123.83º | 0.22% | 0.57% | - |
| HSV(B) | 123.83º | 0.28% | 0.67% | - |
| XYZ | 26.31 | 34.47 | 25 | - |
| YUV | 150.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 126 | 0.28 | 0 | 0.26 | 0.33 | 123.83 | 0.22 | 0.57 |
| Hex | 7B | AA | 7E | 1C | 0 | 1A | 21 | 7C | 16 | 39 |
| Octal | 173 | 252 | 176 | 34 | 0 | 32 | 41 | 174 | 26 | 71 |
| Binary | 1111011 | 10101010 | 1111110 | 11100 | 0 | 11010 | 100001 | 1111100 | 10110 | 111001 |
Color Harmonies of #7BAA7E
Complementary color
Monochromatic Colors of #7BAA7E
Black with #7BAA7E
Text Example
Text Example
White with #7BAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA7E; }
p { color: rgb(123,170,126); }
H1.HeaderClassName
{
color: #7BAA7E;
}
.AnyTagClassName
{
color: #7BAA7E;
}
</style>
background-color css
<style>
a { background-color: #7BAA7E; }
a { background-color: rgb(123,170,126); }
div.DivClassName
{
background-color: #7BAA7E;
}
.BgClassName
{
background-color: #7BAA7E;
}
</style>
border-color css
<style>
span { border-color: #7BAA7E; }
span { border-color: rgb(123,170,126); }
td.TdClassName
{
border-color: #7BAA7E;
}
.TagClassName
{
border-color: #7BAA7E;
}
</style>