#7EC18F

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

Shades of Bay Leaf #7EC18F

Tints of Bay Leaf #7EC18F

Color information

#7EC18F (or 0x7EC18F) is unknown color: approx Bay Leaf. HEX triplet: 7E, C1 and 8F. RGB value is (126,193,143). Sum of RGB (Red+Green+Blue) = 126+193+143=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC18F is #813E70. Grayscale: #A7A7A7. Windows color (decimal): -8470129 or 9421182. OLE color: 9421182.

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

Color convert

RGB126193143-
CMYK0.3500.260.24
HSL135.22º35.08%62.55%-
HSV(B)135.22º34.72%75.69%-
XYZ32.6344.5632.87-
YUV167.27114.398.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=27.27%
G=41.77%
B=30.95%

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
Decimal1261931430.3500.260.24135.2235.0862.55
Hex7EC18F2301A1887233f
Octal17630121743032302074377
Binary111111011000001100011111000110110101100010000111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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