COLOR #6BA44A

HEX: #6BA44A
RGB: (107,164,74)

Color info

#6BA44A contains mainly red and green colors. Web safe color of #6BA44A is #669933 (or #693).

RGB color model

#6BA44A color RGB value is (107,164,74).

  • red value is 107;
  • green value is 164;
  • blue value is 74.
RGB:
(107,164,74)
(42%,64%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 74 of 255 = 29%

107
164
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 74 = 345 (100%)
R 107 of 345 ~ 31.01%
G 164 of 345 ~ 47.54%
B 74 of 345 ~ 21.45%

%31.01
%47.54
%21.45

CMYK color model

#6BA44A color CMYK value is (35,0,55,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 54.88%
  • key color value is 35.69%
CMYK:
(35,0,55,36)
C35M0Y55K36 
(35%,0%,55%,36%)
(0.35/0.00/0.55/0.36)	

CMYK percentages

%34.76
%0
%54.88
%35.69

Codes

Color #6BA44A in popluar color models

6BA44A
RGB10716474
HSL98°37.82%46.67%
HSB/HSV98°54.88%64.31%
CMYK34.76%0.00%54.88%
35.69%

Color #6BA44A in popluar number systems.

HEX6BA44A
Decimal10716474
Binary1101011101001001001010
Octal153244112

Shades and tints

Shades of #6BA44A

#6BA44A
(107,164,74)
#629644
(98,150,68)
#59883E
(89,136,62)
#507A38
(80,122,56)
#476C32
(71,108,50)
#3E5E2C
(62,94,44)
#355026
(53,80,38)
#2C4220
(44,66,32)
#23341A
(35,52,26)
#1A2614
(26,38,20)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #6BA44A

#6BA44A
(107,164,74)
#78AC5A
(120,172,90)
#85B46A
(133,180,106)
#92BC7A
(146,188,122)
#9FC48A
(159,196,138)
#ACCC9A
(172,204,154)
#B9D4AA
(185,212,170)
#C6DCBA
(198,220,186)
#D3E4CA
(211,228,202)
#E0ECDA
(224,236,218)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA44A color. Also use rgb(107,164,74) instead hex code.

Text Font Color

.myTextColor { color: #6BA44A; }

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

This text font color is #6BA44A.


Background Color

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

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

This div background color is #6BA44A.


Border color

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

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

This div border color is #6BA44A.


Opacity

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

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

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

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

This text has shadow with #6BA44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA44A on black background.


Color preview on white background

This text has color #6BA44A on white background.



Black color preview on #6BA44A background

This text has black color on #6BA44A background.


White color preview on #6BA44A background

This text has white color on #6BA44A background.