#7EC38F

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

Shades of Bay Leaf #7EC38F

Tints of Bay Leaf #7EC38F

Color information

#7EC38F (or 0x7EC38F) is unknown color: approx Bay Leaf. HEX triplet: 7E, C3 and 8F. RGB value is (126,195,143). Sum of RGB (Red+Green+Blue) = 126+195+143=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC38F is #813C70. Grayscale: #A8A8A8. Windows color (decimal): -8469617 or 9421694. OLE color: 9421694.

HSL color Cylindrical-coordinate representation of color #7EC38F: hue angle of 134.78º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC38F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB126195143-
CMYK0.3500.270.24
HSL134.78º36.51%62.94%-
HSV(B)134.78º35.38%76.47%-
XYZ33.0845.4533.02-
YUV168.44113.6497.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=27.16%
G=42.03%
B=30.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951430.3500.270.24134.7836.5162.94
Hex7EC38F2301B1887253f
Octal17630321743033302074577
Binary111111011000011100011111000110110111100010000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,195,143); }

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

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

 a { background-color: rgb(126,195,143); }

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

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

 span { border-color: rgb(126,195,143); }

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