COLOR #6EB875

HEX: #6EB875 RGB: (110,184,117)

Color info

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

RGB color model

#6EB875 color RGB value is (110,184,117).

RGB: (110,184,117) (43%, 72%, 46%)

RGB channels and saturation

R 110 of 255 = 43%
G 184 of 255 = 72%
B 117 of 255 = 46%

110
184
117

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

Portions of RGB colors in percentages

R + G + B = 110 + 184 + 117 = 411 (100%)
R 110 of 411 ~ 26.76%
G 184 of 411 ~ 44.77%
B 117 of 411 ~ 28.47'%

%26.76
%44.77
%28.47

CMYK color model

#6EB875 color CMYK value is (40,0,36,28).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%

CMYK: (40,0,36,28)
C40M0Y36K28 (40%, 0%, 36%, 28%)
(0.40 / 0.00 / 0.36 / 0.28)

CMYK percentages

%40.22
%0
%36.41
%27.84

Codes

Color #6EB875 in popluar color models

6E B8 75
RGB 110 184 117
HSL 126° 34.26% 57.65%
HSB/HSV 126° 40.22% 72.16%
CMYK 40.22% 0.00% 36.41%
27.84%

Color #6EB875 in popluar number systems.

HEX 6E B8 75
Decimal 110 184 117
Binary 1101110 10111000 1110101
Octal 156 270 165

Shades and tints

Shades of #6EB875

#6EB875
(110,184,117)
#64A86B
(100,168,107)
#5A9861
(90,152,97)
#508857
(80,136,87)
#46784D
(70,120,77)
#3C6843
(60,104,67)
#325839
(50,88,57)
#28482F
(40,72,47)
#1E3825
(30,56,37)
#14281B
(20,40,27)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #6EB875

#6EB875
(110,184,117)
#7BBE81
(123,190,129)
#88C48D
(136,196,141)
#95CA99
(149,202,153)
#A2D0A5
(162,208,165)
#AFD6B1
(175,214,177)
#BCDCBD
(188,220,189)
#C9E2C9
(201,226,201)
#D6E8D5
(214,232,213)
#E3EEE1
(227,238,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB875 color. Also use rgb(110,184,117) instead hex code.

Text Font Color

.myTextColor { color: #6EB875; }

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

This text font color is #6EB875.

Background Color

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

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

This div background color is #6EB875.

Border color

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

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

This div border color is #6EB875.

Opacity

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

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

Text with #6EB875 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 #6EB875;}

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

This text has shadow with #6EB875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB875.

Preview

Color preview on black background

This text has color #6EB875 on black background.


Color preview on white background

This text has color #6EB875 on white background.


Black color preview on #6EB875 background

This text has black color on #6EB875 background.


White color preview on #6EB875 background

This text has white color on #6EB875 background.


Related colors

Complementary color

Complementary color for #hex is #91478A.


I love getcolorcode.com

Triadic colors

1 #756EB8 and #B8756E with #6EB875 are triadic colors.

2 #75B86E and #B86E75 with #6EB875 are triadic colors.