#7EA38E

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

Shades of Bay Leaf #7EA38E

Tints of Bay Leaf #7EA38E

Color information

#7EA38E (or 0x7EA38E) is unknown color: approx Bay Leaf. HEX triplet: 7E, A3 and 8E. RGB value is (126,163,142). Sum of RGB (Red+Green+Blue) = 126+163+142=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA38E is #815C71. Grayscale: #959595. Windows color (decimal): -8477810 or 9347966. OLE color: 9347966.

HSL color Cylindrical-coordinate representation of color #7EA38E: hue angle of 145.95º 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 #7EA38E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB126163142-
CMYK0.2300.130.36
HSL145.95º16.74%56.67%-
HSV(B)145.95º22.7%63.92%-
XYZ26.5832.5830.48-
YUV149.54123.74111.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=29.23%
G=37.82%
B=32.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261631420.2300.130.36145.9516.7456.67
Hex7EA38E170D24921139
Octal17624321627015442222171
Binary1111110101000111000111010111011011001001001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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