#7EB58B

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

Shades of Bay Leaf #7EB58B

Tints of Bay Leaf #7EB58B

Color information

#7EB58B (or 0x7EB58B) is unknown color: approx Bay Leaf. HEX triplet: 7E, B5 and 8B. RGB value is (126,181,139). Sum of RGB (Red+Green+Blue) = 126+181+139=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB58B is #814A74. Grayscale: #9F9F9F. Windows color (decimal): -8473205 or 9155966. OLE color: 9155966.

HSL color Cylindrical-coordinate representation of color #7EB58B: hue angle of 134.18º degrees, saturation: 0.27, 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 #7EB58B is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB126181139-
CMYK0.3000.230.29
HSL134.18º27.09%60.2%-
HSV(B)134.18º30.39%70.98%-
XYZ29.7939.3530.45-
YUV159.77116.28103.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.25%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=28.25%
G=40.58%
B=31.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811390.3000.230.29134.1827.0960.2
Hex7EB58B1E0171D861b3c
Octal17626521336027352063374
Binary1111110101101011000101111110010111111011000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,139); }

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

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

 a { background-color: rgb(126,181,139); }

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

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

 span { border-color: rgb(126,181,139); }

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