COLOR #6BA45F

HEX: #6BA45F
RGB: (107,164,95)

Color info

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

RGB color model

#6BA45F color RGB value is (107,164,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 95 of 255 = 37%

107
164
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 95 = 366 (100%)
R 107 of 366 ~ 29.23%
G 164 of 366 ~ 44.81%
B 95 of 366 ~ 25.96%

%29.23
%44.81
%25.96

CMYK color model

#6BA45F color CMYK value is (35,0,42,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK: (35,0,42,36) C35M0Y42K36 (35%,0%,42%,36%) (0.35/0.00/0.42/0.36)

CMYK percentages

%34.76
%0
%42.07
%35.69

Codes

Color #6BA45F in popluar color models

6BA45F
RGB10716495
HSL110°27.49%50.78%
HSB/HSV110°42.07%64.31%
CMYK34.76%0.00%42.07%
35.69%

Color #6BA45F in popluar number systems.

HEX6BA45F
Decimal10716495
Binary1101011101001001011111
Octal153244137

Shades and tints

Shades of #6BA45F

#6BA45F
(107,164,95)
#629657
(98,150,87)
#59884F
(89,136,79)
#507A47
(80,122,71)
#476C3F
(71,108,63)
#3E5E37
(62,94,55)
#35502F
(53,80,47)
#2C4227
(44,66,39)
#23341F
(35,52,31)
#1A2617
(26,38,23)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #6BA45F

#6BA45F
(107,164,95)
#78AC6D
(120,172,109)
#85B47B
(133,180,123)
#92BC89
(146,188,137)
#9FC497
(159,196,151)
#ACCCA5
(172,204,165)
#B9D4B3
(185,212,179)
#C6DCC1
(198,220,193)
#D3E4CF
(211,228,207)
#E0ECDD
(224,236,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA45F; }

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

This text font color is #6BA45F.


Background Color

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

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

This div background color is #6BA45F.


Border color

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

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

This div border color is #6BA45F.


Opacity

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

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

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

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

This text has shadow with #6BA45F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6BA45F on black background.


Color preview on white background

This text has color #6BA45F on white background.



Black color preview on #6BA45F background

This text has black color on #6BA45F background.


White color preview on #6BA45F background

This text has white color on #6BA45F background.