Shades of Envy #7BA682
Tints of Envy #7BA682
RGB
CMYK
RGB Variations
Color information
#7BA682 (or 0x7BA682) is known color: Envy. HEX triplet: 7B, A6 and 82. RGB value is (123,166,130). Sum of RGB (Red+Green+Blue) = 123+166+130=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA682 is #84597D. Grayscale: #959595. Windows color (decimal): -8673662 or 8562299. OLE color: 8562299.
HSL color Cylindrical-coordinate representation of color #7BA682: hue angle of 129.77º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA682 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 130 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.35 |
| HSL | 129.77º | 0.19% | 0.57% | - |
| HSV(B) | 129.77º | 0.26% | 0.65% | - |
| XYZ | 25.83 | 33.1 | 26.15 | - |
| YUV | 149.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 130 | 0.26 | 0 | 0.22 | 0.35 | 129.77 | 0.19 | 0.57 |
| Hex | 7B | A6 | 82 | 1A | 0 | 16 | 23 | 82 | 13 | 39 |
| Octal | 173 | 246 | 202 | 32 | 0 | 26 | 43 | 202 | 23 | 71 |
| Binary | 1111011 | 10100110 | 10000010 | 11010 | 0 | 10110 | 100011 | 10000010 | 10011 | 111001 |
Color Harmonies of #7BA682
Complementary color
Monochromatic Colors of #7BA682
Black with #7BA682
Text Example
Text Example
White with #7BA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA682; }
p { color: rgb(123,166,130); }
H1.HeaderClassName
{
color: #7BA682;
}
.AnyTagClassName
{
color: #7BA682;
}
</style>
background-color css
<style>
a { background-color: #7BA682; }
a { background-color: rgb(123,166,130); }
div.DivClassName
{
background-color: #7BA682;
}
.BgClassName
{
background-color: #7BA682;
}
</style>
border-color css
<style>
span { border-color: #7BA682; }
span { border-color: rgb(123,166,130); }
td.TdClassName
{
border-color: #7BA682;
}
.TagClassName
{
border-color: #7BA682;
}
</style>