#7EB48B

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

Shades of Bay Leaf #7EB48B

Tints of Bay Leaf #7EB48B

Color information

#7EB48B (or 0x7EB48B) is unknown color: approx Bay Leaf. HEX triplet: 7E, B4 and 8B. RGB value is (126,180,139). Sum of RGB (Red+Green+Blue) = 126+180+139=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB48B is #814B74. Grayscale: #9F9F9F. Windows color (decimal): -8473461 or 9155710. OLE color: 9155710.

HSL color Cylindrical-coordinate representation of color #7EB48B: hue angle of 134.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB48B is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB126180139-
CMYK0.300.230.29
HSL134.44º26.47%60%-
HSV(B)134.44º30%70.59%-
XYZ29.5938.9430.38-
YUV159.18116.61104.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=28.31%
G=40.45%
B=31.24%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801390.300.230.29134.4426.4760
Hex7EB48B1E0171D861a3c
Octal17626421336027352063274
Binary1111110101101001000101111110010111111011000011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,139); }

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

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

 a { background-color: rgb(126,180,139); }

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

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

 span { border-color: rgb(126,180,139); }

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