COLOR #6BA04A

HEX: #6BA04A
RGB: (107,160,74)

Color info

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

RGB color model

#6BA04A color RGB value is (107,160,74).

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

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 74 of 255 = 29%

107
160
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 160 + 74 = 341 (100%)
R 107 of 341 ~ 31.38%
G 160 of 341 ~ 46.92%
B 74 of 341 ~ 21.7%

%31.38
%46.92
%21.7

CMYK color model

#6BA04A color CMYK value is (33,0,54,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 37.25%
CMYK:
(33,0,54,37)
C33M0Y54K37 
(33%,0%,54%,37%)
(0.33/0.00/0.54/0.37)	

CMYK percentages

%33.13
%0
%53.75
%37.25

Codes

Color #6BA04A in popluar color models

6BA04A
RGB10716074
HSL97°36.75%45.88%
HSB/HSV97°53.75%62.75%
CMYK33.13%0.00%53.75%
37.25%

Color #6BA04A in popluar number systems.

HEX6BA04A
Decimal10716074
Binary1101011101000001001010
Octal153240112

Shades and tints

Shades of #6BA04A

#6BA04A
(107,160,74)
#629244
(98,146,68)
#59843E
(89,132,62)
#507638
(80,118,56)
#476832
(71,104,50)
#3E5A2C
(62,90,44)
#354C26
(53,76,38)
#2C3E20
(44,62,32)
#23301A
(35,48,26)
#1A2214
(26,34,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #6BA04A

#6BA04A
(107,160,74)
#78A85A
(120,168,90)
#85B06A
(133,176,106)
#92B87A
(146,184,122)
#9FC08A
(159,192,138)
#ACC89A
(172,200,154)
#B9D0AA
(185,208,170)
#C6D8BA
(198,216,186)
#D3E0CA
(211,224,202)
#E0E8DA
(224,232,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA04A; }

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

This text font color is #6BA04A.


Background Color

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

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

This div background color is #6BA04A.


Border color

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

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

This div border color is #6BA04A.


Opacity

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

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

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

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

This text has shadow with #6BA04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA04A on black background.


Color preview on white background

This text has color #6BA04A on white background.



Black color preview on #6BA04A background

This text has black color on #6BA04A background.


White color preview on #6BA04A background

This text has white color on #6BA04A background.