#7CB07F

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

Shades of Envy #7CB07F

Tints of Envy #7CB07F

Color information

#7CB07F (or 0x7CB07F) is unknown color: approx Envy. HEX triplet: 7C, B0 and 7F. RGB value is (124,176,127). Sum of RGB (Red+Green+Blue) = 124+176+127=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07F is #834F80. Grayscale: #9B9B9B. Windows color (decimal): -8605569 or 8368252. OLE color: 8368252.

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

Color convert

RGB124176127-
CMYK0.3000.280.31
HSL123.46º24.76%58.82%-
HSV(B)123.46º29.55%69.02%-
XYZ27.6736.8725.74-
YUV154.87112.27105.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 127 (50% from 255) = 29.74%
R=29.04%
G=41.22%
B=29.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761270.3000.280.31123.4624.7658.82
Hex7CB07F1E01C1F7b193b
Octal17426017736034371733173
Binary11111001011000011111111111001110011111111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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