#7EC28F

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

Shades of Bay Leaf #7EC28F

Tints of Bay Leaf #7EC28F

Color information

#7EC28F (or 0x7EC28F) is unknown color: approx Bay Leaf. HEX triplet: 7E, C2 and 8F. RGB value is (126,194,143). Sum of RGB (Red+Green+Blue) = 126+194+143=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC28F is #813D70. Grayscale: #A7A7A7. Windows color (decimal): -8469873 or 9421438. OLE color: 9421438.

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

Color convert

RGB126194143-
CMYK0.3500.260.24
HSL135º35.79%62.75%-
HSV(B)135º35.05%76.08%-
XYZ32.854532.94-
YUV167.85113.9798.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=27.21%
G=41.90%
B=30.89%

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
Decimal1261941430.3500.260.2413535.7962.75
Hex7EC28F2301A1887243f
Octal17630221743032302074477
Binary111111011000010100011111000110110101100010000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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