#7BA782

Color #7BA782 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #7BA782

Tints of Envy #7BA782

Color information

#7BA782 (or 0x7BA782) is unknown color: approx 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

RGB123167130-
CMYK0.2600.220.35
HSL129.55º20%56.86%-
HSV(B)129.55º26.35%65.49%-
XYZ26.0233.4626.21-
YUV149.63116.92109.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 29.29%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=29.29%
G=39.76%
B=30.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231671300.2600.220.35129.552056.86
Hex7BA7821A01623821439
Octal17324720232026432022471
Binary11110111010011110000010110100101101000111000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>