#7EB486

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

Shades of Bay Leaf #7EB486

Tints of Bay Leaf #7EB486

Color information

#7EB486 (or 0x7EB486) is unknown color: approx Bay Leaf. HEX triplet: 7E, B4 and 86. RGB value is (126,180,134). Sum of RGB (Red+Green+Blue) = 126+180+134=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB486 is #814B79. Grayscale: #9E9E9E. Windows color (decimal): -8473466 or 8828030. OLE color: 8828030.

HSL color Cylindrical-coordinate representation of color #7EB486: hue angle of 128.89º 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 #7EB486 is Cyan = 0.3, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB126180134-
CMYK0.300.260.29
HSL128.89º26.47%60%-
HSV(B)128.89º30%70.59%-
XYZ29.2338.828.5-
YUV158.61114.11104.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=28.64%
G=40.91%
B=30.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801340.300.260.29128.8926.4760
Hex7EB4861E01A1D811a3c
Octal17626420636032352013274
Binary1111110101101001000011011110011010111011000000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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