COLOR #6BA77C

HEX: #6BA77C
RGB: (107,167,124)

Color info

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

RGB color model

#6BA77C color RGB value is (107,167,124).

  • red value is 107;
  • green value is 167;
  • blue value is 124.
RGB:
(107,167,124)
(42%,65%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 124 of 255 = 49%

107
167
124

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

Portions of RGB colors in percentages

R + G + B =
107 + 167 + 124 = 398 (100%)
R 107 of 398 ~ 26.88%
G 167 of 398 ~ 41.96%
B 124 of 398 ~ 31.16%

%26.88
%41.96
%31.16

CMYK color model

#6BA77C color CMYK value is (36,0,26,35).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(36,0,26,35)
C36M0Y26K35 
(36%,0%,26%,35%)
(0.36/0.00/0.26/0.35)	

CMYK percentages

%35.93
%0
%25.75
%34.51

Codes

Color #6BA77C in popluar color models

6BA77C
RGB107167124
HSL137°25.42%53.73%
HSB/HSV137°35.93%65.49%
CMYK35.93%0.00%25.75%
34.51%

Color #6BA77C in popluar number systems.

HEX6BA77C
Decimal107167124
Binary1101011101001111111100
Octal153247174

Shades and tints

Shades of #6BA77C

#6BA77C
(107,167,124)
#629871
(98,152,113)
#598966
(89,137,102)
#507A5B
(80,122,91)
#476B50
(71,107,80)
#3E5C45
(62,92,69)
#354D3A
(53,77,58)
#2C3E2F
(44,62,47)
#232F24
(35,47,36)
#1A2019
(26,32,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6BA77C

#6BA77C
(107,167,124)
#78AF87
(120,175,135)
#85B792
(133,183,146)
#92BF9D
(146,191,157)
#9FC7A8
(159,199,168)
#ACCFB3
(172,207,179)
#B9D7BE
(185,215,190)
#C6DFC9
(198,223,201)
#D3E7D4
(211,231,212)
#E0EFDF
(224,239,223)
#EDF7EA
(237,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA77C color. Also use rgb(107,167,124) instead hex code.

Text Font Color

.myTextColor { color: #6BA77C; }

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

This text font color is #6BA77C.


Background Color

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

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

This div background color is #6BA77C.


Border color

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

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

This div border color is #6BA77C.


Opacity

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

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

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

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

This text has shadow with #6BA77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA77C on black background.


Color preview on white background

This text has color #6BA77C on white background.



Black color preview on #6BA77C background

This text has black color on #6BA77C background.


White color preview on #6BA77C background

This text has white color on #6BA77C background.