#7EA38B

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

Shades of Bay Leaf #7EA38B

Tints of Bay Leaf #7EA38B

Color information

#7EA38B (or 0x7EA38B) is unknown color: approx Bay Leaf. HEX triplet: 7E, A3 and 8B. RGB value is (126,163,139). Sum of RGB (Red+Green+Blue) = 126+163+139=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA38B is #815C74. Grayscale: #959595. Windows color (decimal): -8477813 or 9151358. OLE color: 9151358.

HSL color Cylindrical-coordinate representation of color #7EA38B: hue angle of 141.08º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA38B is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB126163139-
CMYK0.2300.150.36
HSL141.08º16.74%56.67%-
HSV(B)141.08º22.7%63.92%-
XYZ26.3632.4929.31-
YUV149.2122.24111.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.44%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=29.44%
G=38.08%
B=32.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261631390.2300.150.36141.0816.7456.67
Hex7EA38B170F248d1139
Octal17624321327017442152171
Binary1111110101000111000101110111011111001001000110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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