COLOR #6EB768

HEX: #6EB768
RGB: (110,183,104)

Color info

#6EB768 contains mainly green color. Web safe color of #6EB768 is #66CC66 (or #6C6).

RGB color model

#6EB768 color RGB value is (110,183,104).

  • red value is 110;
  • green value is 183;
  • blue value is 104.
RGB:
(110,183,104)
(43%,72%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 183 of 255 = 72%
B 104 of 255 = 41%

110
183
104

R + G + B ~ 52%. #6EB768 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 183 + 104 = 397 (100%)
R 110 of 397 ~ 27.71%
G 183 of 397 ~ 46.1%
B 104 of 397 ~ 26.2%

%27.71
%46.1
%26.2

CMYK color model

#6EB768 color CMYK value is (40,0,43,28).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(40,0,43,28)
C40M0Y43K28 
(40%,0%,43%,28%)
(0.40/0.00/0.43/0.28)	

CMYK percentages

%39.89
%0
%43.17
%28.24

Codes

Color #6EB768 in popluar color models

6EB768
RGB110183104
HSL115°35.43%56.27%
HSB/HSV115°43.17%71.76%
CMYK39.89%0.00%43.17%
28.24%

Color #6EB768 in popluar number systems.

HEX6EB768
Decimal110183104
Binary1101110101101111101000
Octal156267150

Shades and tints

Shades of #6EB768

#6EB768
(110,183,104)
#64A75F
(100,167,95)
#5A9756
(90,151,86)
#50874D
(80,135,77)
#467744
(70,119,68)
#3C673B
(60,103,59)
#325732
(50,87,50)
#284729
(40,71,41)
#1E3720
(30,55,32)
#142717
(20,39,23)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #6EB768

#6EB768
(110,183,104)
#7BBD75
(123,189,117)
#88C382
(136,195,130)
#95C98F
(149,201,143)
#A2CF9C
(162,207,156)
#AFD5A9
(175,213,169)
#BCDBB6
(188,219,182)
#C9E1C3
(201,225,195)
#D6E7D0
(214,231,208)
#E3EDDD
(227,237,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB768 color. Also use rgb(110,183,104) instead hex code.

Text Font Color

.myTextColor { color: #6EB768; }

<p style="color:#6EB768">This sample text font color is #6EB768.</p>

This text font color is #6EB768.


Background Color

.myBgColor { background-color: #6EB768; }

<div style="background-color:#6EB768">Inner text</div>

This div background color is #6EB768.


Border color

.myBorderColor { border: 1px solid #6EB768; }

<div style="border:3px solid #6EB768">Div</div>

This div border color is #6EB768.


Opacity

.myOpacity80 { color: #6EB768; opacity: 0.8; }

<p style="color:#6EB768;opacity:0.8;">80%</p>

Text with #6EB768 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EB768;}

<p style="text-shadow: 3px 3px 1px #6EB768">Text here.</p>

This text has shadow with #6EB768 color.

.textShadow {text-shadow: 3px 3px 1px #6EB768, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EB768, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EB768 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB768, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EB768, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EB768 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EB768;
  -webkit-box-shadow:	1px 1px 3px 2px #6EB768;
  box-shadow:		1px 1px 3px 2px #6EB768;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB768;
-webkit-box-shadow: 1px 1px 3px 2px #6EB768;
box-shadow:1px 1px 3px 2px #6EB768;">
Div content here</div>
This div box has shadow with color #6EB768.

Preview

Color preview on black background

This text has color #6EB768 on black background.


Color preview on white background

This text has color #6EB768 on white background.



Black color preview on #6EB768 background

This text has black color on #6EB768 background.


White color preview on #6EB768 background

This text has white color on #6EB768 background.