#7EB989

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

Shades of Bay Leaf #7EB989

Tints of Bay Leaf #7EB989

Color information

#7EB989 (or 0x7EB989) is unknown color: approx Bay Leaf. HEX triplet: 7E, B9 and 89. RGB value is (126,185,137). Sum of RGB (Red+Green+Blue) = 126+185+137=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB989 is #814676. Grayscale: #A2A2A2. Windows color (decimal): -8472183 or 9025918. OLE color: 9025918.

HSL color Cylindrical-coordinate representation of color #7EB989: hue angle of 131.19º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB989 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB126185137-
CMYK0.3200.260.27
HSL131.19º29.65%60.98%-
HSV(B)131.19º31.89%72.55%-
XYZ30.4740.9429.96-
YUV161.89113.95102.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.12%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=28.12%
G=41.29%
B=30.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261851370.3200.260.27131.1929.6560.98
Hex7EB9892001A1B831e3d
Octal17627121140032332033675
Binary11111101011100110001001100000011010110111000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,137); }

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

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

 a { background-color: rgb(126,185,137); }

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

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

 span { border-color: rgb(126,185,137); }

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