COLOR #6BA77B

HEX: #6BA77B
RGB: (107,167,123)

Color info

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

RGB color model

#6BA77B color RGB value is (107,167,123).

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

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 123 of 255 = 48%

107
167
123

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

Portions of RGB colors in percentages

R + G + B =
107 + 167 + 123 = 397 (100%)
R 107 of 397 ~ 26.95%
G 167 of 397 ~ 42.07%
B 123 of 397 ~ 30.98%

%26.95
%42.07
%30.98

CMYK color model

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

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • 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
%26.35
%34.51

Codes

Color #6BA77B in popluar color models

6BA77B
RGB107167123
HSL136°25.42%53.73%
HSB/HSV136°35.93%65.49%
CMYK35.93%0.00%26.35%
34.51%

Color #6BA77B in popluar number systems.

HEX6BA77B
Decimal107167123
Binary1101011101001111111011
Octal153247173

Shades and tints

Shades of #6BA77B

#6BA77B
(107,167,123)
#629870
(98,152,112)
#598965
(89,137,101)
#507A5A
(80,122,90)
#476B4F
(71,107,79)
#3E5C44
(62,92,68)
#354D39
(53,77,57)
#2C3E2E
(44,62,46)
#232F23
(35,47,35)
#1A2018
(26,32,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #6BA77B

#6BA77B
(107,167,123)
#78AF87
(120,175,135)
#85B793
(133,183,147)
#92BF9F
(146,191,159)
#9FC7AB
(159,199,171)
#ACCFB7
(172,207,183)
#B9D7C3
(185,215,195)
#C6DFCF
(198,223,207)
#D3E7DB
(211,231,219)
#E0EFE7
(224,239,231)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA77B; }

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

This text font color is #6BA77B.


Background Color

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

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

This div background color is #6BA77B.


Border color

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

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

This div border color is #6BA77B.


Opacity

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

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

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

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

This text has shadow with #6BA77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA77B on black background.


Color preview on white background

This text has color #6BA77B on white background.



Black color preview on #6BA77B background

This text has black color on #6BA77B background.


White color preview on #6BA77B background

This text has white color on #6BA77B background.