COLOR #6BA95A

HEX: #6BA95A
RGB: (107,169,90)

Color info

#6BA95A contains mainly green color. Web safe color of #6BA95A is #669966 (or #696).

RGB color model

#6BA95A color RGB value is (107,169,90).

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

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 90 of 255 = 35%

107
169
90

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

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 90 = 366 (100%)
R 107 of 366 ~ 29.23%
G 169 of 366 ~ 46.17%
B 90 of 366 ~ 24.59%

%29.23
%46.17
%24.59

CMYK color model

#6BA95A color CMYK value is (37,0,47,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 46.75%
  • key color value is 33.73%
CMYK:
(37,0,47,34)
C37M0Y47K34 
(37%,0%,47%,34%)
(0.37/0.00/0.47/0.34)	

CMYK percentages

%36.69
%0
%46.75
%33.73

Codes

Color #6BA95A in popluar color models

6BA95A
RGB10716990
HSL107°31.47%50.78%
HSB/HSV107°46.75%66.27%
CMYK36.69%0.00%46.75%
33.73%

Color #6BA95A in popluar number systems.

HEX6BA95A
Decimal10716990
Binary1101011101010011011010
Octal153251132

Shades and tints

Shades of #6BA95A

#6BA95A
(107,169,90)
#629A52
(98,154,82)
#598B4A
(89,139,74)
#507C42
(80,124,66)
#476D3A
(71,109,58)
#3E5E32
(62,94,50)
#354F2A
(53,79,42)
#2C4022
(44,64,34)
#23311A
(35,49,26)
#1A2212
(26,34,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #6BA95A

#6BA95A
(107,169,90)
#78B069
(120,176,105)
#85B778
(133,183,120)
#92BE87
(146,190,135)
#9FC596
(159,197,150)
#ACCCA5
(172,204,165)
#B9D3B4
(185,211,180)
#C6DAC3
(198,218,195)
#D3E1D2
(211,225,210)
#E0E8E1
(224,232,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA95A; }

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

This text font color is #6BA95A.


Background Color

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

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

This div background color is #6BA95A.


Border color

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

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

This div border color is #6BA95A.


Opacity

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

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

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

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

This text has shadow with #6BA95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA95A on black background.


Color preview on white background

This text has color #6BA95A on white background.



Black color preview on #6BA95A background

This text has black color on #6BA95A background.


White color preview on #6BA95A background

This text has white color on #6BA95A background.