COLOR #6BEB70

HEX: #6BEB70
RGB: (107,235,112)

Color info

#6BEB70 contains mainly green color. Web safe color of #6BEB70 is #66FF66 (or #6F6).

RGB color model

#6BEB70 color RGB value is (107,235,112).

  • red value is 107;
  • green value is 235;
  • blue value is 112.
RGB:
(107,235,112)
(42%,92%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 235 of 255 = 92%
B 112 of 255 = 44%

107
235
112

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

Portions of RGB colors in percentages

R + G + B =
107 + 235 + 112 = 454 (100%)
R 107 of 454 ~ 23.57%
G 235 of 454 ~ 51.76%
B 112 of 454 ~ 24.67%

%23.57
%51.76
%24.67

CMYK color model

#6BEB70 color CMYK value is (54,0,52,8).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 52.34%
  • key color value is 7.84%
CMYK:
(54,0,52,8)
C54M0Y52K8 
(54%,0%,52%,8%)
(0.54/0.00/0.52/0.08)	

CMYK percentages

%54.47
%0
%52.34
%7.84

Codes

Color #6BEB70 in popluar color models

6BEB70
RGB107235112
HSL122°76.19%67.06%
HSB/HSV122°54.47%92.16%
CMYK54.47%0.00%52.34%
7.84%

Color #6BEB70 in popluar number systems.

HEX6BEB70
Decimal107235112
Binary1101011111010111110000
Octal153353160

Shades and tints

Shades of #6BEB70

#6BEB70
(107,235,112)
#62D666
(98,214,102)
#59C15C
(89,193,92)
#50AC52
(80,172,82)
#479748
(71,151,72)
#3E823E
(62,130,62)
#356D34
(53,109,52)
#2C582A
(44,88,42)
#234320
(35,67,32)
#1A2E16
(26,46,22)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #6BEB70

#6BEB70
(107,235,112)
#78EC7D
(120,236,125)
#85ED8A
(133,237,138)
#92EE97
(146,238,151)
#9FEFA4
(159,239,164)
#ACF0B1
(172,240,177)
#B9F1BE
(185,241,190)
#C6F2CB
(198,242,203)
#D3F3D8
(211,243,216)
#E0F4E5
(224,244,229)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BEB70 color. Also use rgb(107,235,112) instead hex code.

Text Font Color

.myTextColor { color: #6BEB70; }

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

This text font color is #6BEB70.


Background Color

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

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

This div background color is #6BEB70.


Border color

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

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

This div border color is #6BEB70.


Opacity

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

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

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

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

This text has shadow with #6BEB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BEB70 on black background.


Color preview on white background

This text has color #6BEB70 on white background.



Black color preview on #6BEB70 background

This text has black color on #6BEB70 background.


White color preview on #6BEB70 background

This text has white color on #6BEB70 background.