#7EB68F

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

Shades of Bay Leaf #7EB68F

Tints of Bay Leaf #7EB68F

Color information

#7EB68F (or 0x7EB68F) is unknown color: approx Bay Leaf. HEX triplet: 7E, B6 and 8F. RGB value is (126,182,143). Sum of RGB (Red+Green+Blue) = 126+182+143=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB68F is #814970. Grayscale: #A0A0A0. Windows color (decimal): -8472945 or 9418366. OLE color: 9418366.

HSL color Cylindrical-coordinate representation of color #7EB68F: hue angle of 138.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB68F is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB126182143-
CMYK0.3100.210.29
HSL138.21º27.72%60.39%-
HSV(B)138.21º30.77%71.37%-
XYZ30.2939.8732.09-
YUV160.81117.95103.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=27.94%
G=40.35%
B=31.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821430.3100.210.29138.2127.7260.39
Hex7EB68F1F0151D8a1c3c
Octal17626621737025352123474
Binary1111110101101101000111111111010101111011000101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,182,143); }

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

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

 a { background-color: rgb(126,182,143); }

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

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

 span { border-color: rgb(126,182,143); }

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