#7EA78E

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

Shades of Bay Leaf #7EA78E

Tints of Bay Leaf #7EA78E

Color information

#7EA78E (or 0x7EA78E) is unknown color: approx Bay Leaf. HEX triplet: 7E, A7 and 8E. RGB value is (126,167,142). Sum of RGB (Red+Green+Blue) = 126+167+142=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA78E is #815871. Grayscale: #979797. Windows color (decimal): -8476786 or 9348990. OLE color: 9348990.

HSL color Cylindrical-coordinate representation of color #7EA78E: hue angle of 143.41º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA78E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB126167142-
CMYK0.2500.150.35
HSL143.41º18.89%57.45%-
HSV(B)143.41º24.55%65.49%-
XYZ27.3134.0330.72-
YUV151.89122.42109.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.97%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=28.97%
G=38.39%
B=32.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671420.2500.150.35143.4118.8957.45
Hex7EA78E190F238f1339
Octal17624721631017432172371
Binary1111110101001111000111011001011111000111000111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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