COLOR #6BA15C

HEX: #6BA15C
RGB: (107,161,92)

Color info

#6BA15C contains mainly red and green colors. Web safe color of #6BA15C is #669966 (or #696).

RGB color model

#6BA15C color RGB value is (107,161,92).

  • red value is 107;
  • green value is 161;
  • blue value is 92.
RGB:
(107,161,92)
(42%,63%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 92 of 255 = 36%

107
161
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 161 + 92 = 360 (100%)
R 107 of 360 ~ 29.72%
G 161 of 360 ~ 44.72%
B 92 of 360 ~ 25.56%

%29.72
%44.72
%25.56

CMYK color model

#6BA15C color CMYK value is (34,0,43,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 36.86%
CMYK:
(34,0,43,37)
C34M0Y43K37 
(34%,0%,43%,37%)
(0.34/0.00/0.43/0.37)	

CMYK percentages

%33.54
%0
%42.86
%36.86

Codes

Color #6BA15C in popluar color models

6BA15C
RGB10716192
HSL107°27.27%49.61%
HSB/HSV107°42.86%63.14%
CMYK33.54%0.00%42.86%
36.86%

Color #6BA15C in popluar number systems.

HEX6BA15C
Decimal10716192
Binary1101011101000011011100
Octal153241134

Shades and tints

Shades of #6BA15C

#6BA15C
(107,161,92)
#629354
(98,147,84)
#59854C
(89,133,76)
#507744
(80,119,68)
#47693C
(71,105,60)
#3E5B34
(62,91,52)
#354D2C
(53,77,44)
#2C3F24
(44,63,36)
#23311C
(35,49,28)
#1A2314
(26,35,20)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #6BA15C

#6BA15C
(107,161,92)
#78A96A
(120,169,106)
#85B178
(133,177,120)
#92B986
(146,185,134)
#9FC194
(159,193,148)
#ACC9A2
(172,201,162)
#B9D1B0
(185,209,176)
#C6D9BE
(198,217,190)
#D3E1CC
(211,225,204)
#E0E9DA
(224,233,218)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA15C color. Also use rgb(107,161,92) instead hex code.

Text Font Color

.myTextColor { color: #6BA15C; }

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

This text font color is #6BA15C.


Background Color

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

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

This div background color is #6BA15C.


Border color

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

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

This div border color is #6BA15C.


Opacity

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

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

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

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

This text has shadow with #6BA15C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA15C on black background.


Color preview on white background

This text has color #6BA15C on white background.



Black color preview on #6BA15C background

This text has black color on #6BA15C background.


White color preview on #6BA15C background

This text has white color on #6BA15C background.