COLOR #6BB85A

HEX: #6BB85A
RGB: (107,184,90)

Color info

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

RGB color model

#6BB85A color RGB value is (107,184,90).

  • red value is 107;
  • green value is 184;
  • blue value is 90.
RGB:
(107,184,90)
(42%,72%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 184 of 255 = 72%
B 90 of 255 = 35%

107
184
90

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

Portions of RGB colors in percentages

R + G + B =
107 + 184 + 90 = 381 (100%)
R 107 of 381 ~ 28.08%
G 184 of 381 ~ 48.29%
B 90 of 381 ~ 23.62%

%28.08
%48.29
%23.62

CMYK color model

#6BB85A color CMYK value is (42,0,51,28).

  • cyan value is 41.85%
  • magenta value is 0.00%
  • yellow value is 51.09%
  • key color value is 27.84%
CMYK:
(42,0,51,28)
C42M0Y51K28 
(42%,0%,51%,28%)
(0.42/0.00/0.51/0.28)	

CMYK percentages

%41.85
%0
%51.09
%27.84

Codes

Color #6BB85A in popluar color models

6BB85A
RGB10718490
HSL109°39.83%53.73%
HSB/HSV109°51.09%72.16%
CMYK41.85%0.00%51.09%
27.84%

Color #6BB85A in popluar number systems.

HEX6BB85A
Decimal10718490
Binary1101011101110001011010
Octal153270132

Shades and tints

Shades of #6BB85A

#6BB85A
(107,184,90)
#62A852
(98,168,82)
#59984A
(89,152,74)
#508842
(80,136,66)
#47783A
(71,120,58)
#3E6832
(62,104,50)
#35582A
(53,88,42)
#2C4822
(44,72,34)
#23381A
(35,56,26)
#1A2812
(26,40,18)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #6BB85A

#6BB85A
(107,184,90)
#78BE69
(120,190,105)
#85C478
(133,196,120)
#92CA87
(146,202,135)
#9FD096
(159,208,150)
#ACD6A5
(172,214,165)
#B9DCB4
(185,220,180)
#C6E2C3
(198,226,195)
#D3E8D2
(211,232,210)
#E0EEE1
(224,238,225)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB85A color. Also use rgb(107,184,90) instead hex code.

Text Font Color

.myTextColor { color: #6BB85A; }

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

This text font color is #6BB85A.


Background Color

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

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

This div background color is #6BB85A.


Border color

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

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

This div border color is #6BB85A.


Opacity

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

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

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

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

This text has shadow with #6BB85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB85A on black background.


Color preview on white background

This text has color #6BB85A on white background.



Black color preview on #6BB85A background

This text has black color on #6BB85A background.


White color preview on #6BB85A background

This text has white color on #6BB85A background.