COLOR #6CBE75

HEX: #6CBE75
RGB: (108,190,117)

Color info

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

RGB color model

#6CBE75 color RGB value is (108,190,117).

  • red value is 108;
  • green value is 190;
  • blue value is 117.
RGB:
(108,190,117)
(42%,75%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 190 of 255 = 75%
B 117 of 255 = 46%

108
190
117

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

Portions of RGB colors in percentages

R + G + B =
108 + 190 + 117 = 415 (100%)
R 108 of 415 ~ 26.02%
G 190 of 415 ~ 45.78%
B 117 of 415 ~ 28.19%

%26.02
%45.78
%28.19

CMYK color model

#6CBE75 color CMYK value is (43,0,38,25).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(43,0,38,25)
C43M0Y38K25 
(43%,0%,38%,25%)
(0.43/0.00/0.38/0.25)	

CMYK percentages

%43.16
%0
%38.42
%25.49

Codes

Color #6CBE75 in popluar color models

6CBE75
RGB108190117
HSL127°38.68%58.43%
HSB/HSV127°43.16%74.51%
CMYK43.16%0.00%38.42%
25.49%

Color #6CBE75 in popluar number systems.

HEX6CBE75
Decimal108190117
Binary1101100101111101110101
Octal154276165

Shades and tints

Shades of #6CBE75

#6CBE75
(108,190,117)
#63AD6B
(99,173,107)
#5A9C61
(90,156,97)
#518B57
(81,139,87)
#487A4D
(72,122,77)
#3F6943
(63,105,67)
#365839
(54,88,57)
#2D472F
(45,71,47)
#243625
(36,54,37)
#1B251B
(27,37,27)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CBE75

#6CBE75
(108,190,117)
#79C381
(121,195,129)
#86C88D
(134,200,141)
#93CD99
(147,205,153)
#A0D2A5
(160,210,165)
#ADD7B1
(173,215,177)
#BADCBD
(186,220,189)
#C7E1C9
(199,225,201)
#D4E6D5
(212,230,213)
#E1EBE1
(225,235,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBE75 color. Also use rgb(108,190,117) instead hex code.

Text Font Color

.myTextColor { color: #6CBE75; }

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

This text font color is #6CBE75.


Background Color

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

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

This div background color is #6CBE75.


Border color

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

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

This div border color is #6CBE75.


Opacity

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

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

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

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

This text has shadow with #6CBE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBE75 on black background.


Color preview on white background

This text has color #6CBE75 on white background.



Black color preview on #6CBE75 background

This text has black color on #6CBE75 background.


White color preview on #6CBE75 background

This text has white color on #6CBE75 background.