#7CB07E

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

Shades of Envy #7CB07E

Tints of Envy #7CB07E

Color information

#7CB07E (or 0x7CB07E) is unknown color: approx Envy. HEX triplet: 7C, B0 and 7E. RGB value is (124,176,126). Sum of RGB (Red+Green+Blue) = 124+176+126=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07E is #834F81. Grayscale: #9A9A9A. Windows color (decimal): -8605570 or 8302716. OLE color: 8302716.

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

Color convert

RGB124176126-
CMYK0.3000.280.31
HSL122.31º24.76%58.82%-
HSV(B)122.31º29.55%69.02%-
XYZ27.636.8425.4-
YUV154.75111.77106.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=29.11%
G=41.31%
B=29.58%

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
Decimal1241761260.3000.280.31122.3124.7658.82
Hex7CB07E1E01C1F7a193b
Octal17426017636034371723173
Binary11111001011000011111101111001110011111111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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