Shades of Envy #7BA782
Tints of Envy #7BA782
RGB
CMYK
RGB Variations
Color information
#7BA782 (or 0x7BA782) is known color: Envy. HEX triplet: 7B, A7 and 82. RGB value is (123,167,130). Sum of RGB (Red+Green+Blue) = 123+167+130=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA782 is #84587D. Grayscale: #959595. Windows color (decimal): -8673406 or 8562555. OLE color: 8562555.
HSL color Cylindrical-coordinate representation of color #7BA782: hue angle of 129.55º degrees, saturation: 0.2, 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 #7BA782 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 130 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.35 |
| HSL | 129.55º | 0.2% | 0.57% | - |
| HSV(B) | 129.55º | 0.26% | 0.65% | - |
| XYZ | 26.02 | 33.46 | 26.21 | - |
| YUV | 149.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 130 | 0.26 | 0 | 0.22 | 0.35 | 129.55 | 0.2 | 0.57 |
| Hex | 7B | A7 | 82 | 1A | 0 | 16 | 23 | 82 | 14 | 39 |
| Octal | 173 | 247 | 202 | 32 | 0 | 26 | 43 | 202 | 24 | 71 |
| Binary | 1111011 | 10100111 | 10000010 | 11010 | 0 | 10110 | 100011 | 10000010 | 10100 | 111001 |
Color Harmonies of #7BA782
Complementary color
Monochromatic Colors of #7BA782
Black with #7BA782
Text Example
Text Example
White with #7BA782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA782; }
p { color: rgb(123,167,130); }
H1.HeaderClassName
{
color: #7BA782;
}
.AnyTagClassName
{
color: #7BA782;
}
</style>
background-color css
<style>
a { background-color: #7BA782; }
a { background-color: rgb(123,167,130); }
div.DivClassName
{
background-color: #7BA782;
}
.BgClassName
{
background-color: #7BA782;
}
</style>
border-color css
<style>
span { border-color: #7BA782; }
span { border-color: rgb(123,167,130); }
td.TdClassName
{
border-color: #7BA782;
}
.TagClassName
{
border-color: #7BA782;
}
</style>