#7EC48F

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

Shades of Bay Leaf #7EC48F

Tints of Bay Leaf #7EC48F

Color information

#7EC48F (or 0x7EC48F) is unknown color: approx Bay Leaf. HEX triplet: 7E, C4 and 8F. RGB value is (126,196,143). Sum of RGB (Red+Green+Blue) = 126+196+143=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC48F is #813B70. Grayscale: #A9A9A9. Windows color (decimal): -8469361 or 9421950. OLE color: 9421950.

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

Color convert

RGB126196143-
CMYK0.3600.270.23
HSL134.57º37.23%63.14%-
HSV(B)134.57º35.71%76.86%-
XYZ33.345.933.09-
YUV169.03113.3197.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=27.10%
G=42.15%
B=30.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261961430.3600.270.23134.5737.2363.14
Hex7EC48F2401B1787253f
Octal17630421744033272074577
Binary111111011000100100011111001000110111011110000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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