#7EB384

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

Shades of Bay Leaf #7EB384

Tints of Bay Leaf #7EB384

Color information

#7EB384 (or 0x7EB384) is unknown color: approx Bay Leaf. HEX triplet: 7E, B3 and 84. RGB value is (126,179,132). Sum of RGB (Red+Green+Blue) = 126+179+132=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB384 is #814C7B. Grayscale: #9D9D9D. Windows color (decimal): -8473724 or 8696702. OLE color: 8696702.

HSL color Cylindrical-coordinate representation of color #7EB384: hue angle of 126.79º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB384 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB126179132-
CMYK0.3000.260.30
HSL126.79º25.85%59.8%-
HSV(B)126.79º29.61%70.2%-
XYZ28.8938.3427.71-
YUV157.79113.44105.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=28.83%
G=40.96%
B=30.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261791320.3000.260.30126.7925.8559.8
Hex7EB3841E01A1E7f1a3c
Octal17626320436032361773274
Binary111111010110011100001001111001101011110111111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,179,132); }

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

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

 a { background-color: rgb(126,179,132); }

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

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

 span { border-color: rgb(126,179,132); }

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