#7EB68B

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

Shades of Bay Leaf #7EB68B

Tints of Bay Leaf #7EB68B

Color information

#7EB68B (or 0x7EB68B) is unknown color: approx Bay Leaf. HEX triplet: 7E, B6 and 8B. RGB value is (126,182,139). Sum of RGB (Red+Green+Blue) = 126+182+139=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB68B is #814974. Grayscale: #A0A0A0. Windows color (decimal): -8472949 or 9156222. OLE color: 9156222.

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

Color convert

RGB126182139-
CMYK0.3100.240.29
HSL133.93º27.72%60.39%-
HSV(B)133.93º30.77%71.37%-
XYZ29.9939.7630.52-
YUV160.35115.95103.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=28.19%
G=40.72%
B=31.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821390.3100.240.29133.9327.7260.39
Hex7EB68B1F0181D861c3c
Octal17626621337030352063474
Binary1111110101101101000101111111011000111011000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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