#7BB07C

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

Shades of Envy #7BB07C

Tints of Envy #7BB07C

Color information

#7BB07C (or 0x7BB07C) is unknown color: approx Envy. HEX triplet: 7B, B0 and 7C. RGB value is (123,176,124). Sum of RGB (Red+Green+Blue) = 123+176+124=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB07C is #844F83. Grayscale: #9A9A9A. Windows color (decimal): -8671108 or 8171643. OLE color: 8171643.

HSL color Cylindrical-coordinate representation of color #7BB07C: hue angle of 121.13º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB07C is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB123176124-
CMYK0.3000.300.31
HSL121.13º25.12%58.63%-
HSV(B)121.13º30.11%69.02%-
XYZ27.3336.7224.72-
YUV154.22110.94105.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.08%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=29.08%
G=41.61%
B=29.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761240.3000.300.31121.1325.1258.63
Hex7BB07C1E01E1F79193b
Octal17326017436036371713173
Binary11110111011000011111001111001111011111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BB07C; }

 p { color: rgb(123,176,124); }

 H1.HeaderClassName
 {
   color: #7BB07C;
 }
 .AnyTagClassName
 {
   color: #7BB07C;
 }
</style>
background-color css

<style>
 a { background-color: #7BB07C; }

 a { background-color: rgb(123,176,124); }

 div.DivClassName
 {
   background-color: #7BB07C;
 }
 .BgClassName
 {
   background-color: #7BB07C;
 }
</style>
border-color css

<style>
 span { border-color: #7BB07C; }

 span { border-color: rgb(123,176,124); }

 td.TdClassName
 {
   border-color: #7BB07C;
 }
 .TagClassName
 {
   border-color: #7BB07C;
 }
</style>