#7EC390

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

Shades of Bay Leaf #7EC390

Tints of Bay Leaf #7EC390

Color information

#7EC390 (or 0x7EC390) is unknown color: approx Bay Leaf. HEX triplet: 7E, C3 and 90. RGB value is (126,195,144). Sum of RGB (Red+Green+Blue) = 126+195+144=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC390 is #813C6F. Grayscale: #A8A8A8. Windows color (decimal): -8469616 or 9487230. OLE color: 9487230.

HSL color Cylindrical-coordinate representation of color #7EC390: hue angle of 135.65º 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 #7EC390 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB126195144-
CMYK0.3500.260.24
HSL135.65º36.51%62.94%-
HSV(B)135.65º35.38%76.47%-
XYZ33.1545.4833.42-
YUV168.55114.1497.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=27.10%
G=41.94%
B=30.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261951440.3500.260.24135.6536.5162.94
Hex7EC3902301A1888253f
Octal17630322043032302104577
Binary111111011000011100100001000110110101100010001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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