#7CB07D

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

Shades of Envy #7CB07D

Tints of Envy #7CB07D

Color information

#7CB07D (or 0x7CB07D) is unknown color: approx Envy. HEX triplet: 7C, B0 and 7D. RGB value is (124,176,125). Sum of RGB (Red+Green+Blue) = 124+176+125=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07D is #834F82. Grayscale: #9A9A9A. Windows color (decimal): -8605571 or 8237180. OLE color: 8237180.

HSL color Cylindrical-coordinate representation of color #7CB07D: hue angle of 121.15º 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 #7CB07D is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB124176125-
CMYK0.3000.290.31
HSL121.15º24.76%58.82%-
HSV(B)121.15º29.55%69.02%-
XYZ27.5436.8225.06-
YUV154.64111.27106.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=29.18%
G=41.41%
B=29.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761250.3000.290.31121.1524.7658.82
Hex7CB07D1E01D1F79193b
Octal17426017536035371713173
Binary11111001011000011111011111001110111111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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