COLOR #6BA07D

HEX: #6BA07D
RGB: (107,160,125)

Color info

#6BA07D contains red, green and blue colors in about the same proportion. Web safe color of #6BA07D is #669966 (or #696).

RGB color model

#6BA07D color RGB value is (107,160,125).

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

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 125 of 255 = 49%

107
160
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 160 + 125 = 392 (100%)
R 107 of 392 ~ 27.3%
G 160 of 392 ~ 40.82%
B 125 of 392 ~ 31.89%

%27.3
%40.82
%31.89

CMYK color model

#6BA07D color CMYK value is (33,0,22,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(33,0,22,37)
C33M0Y22K37 
(33%,0%,22%,37%)
(0.33/0.00/0.22/0.37)	

CMYK percentages

%33.13
%0
%21.88
%37.25

Codes

Color #6BA07D in popluar color models

6BA07D
RGB107160125
HSL140°21.81%52.35%
HSB/HSV140°33.13%62.75%
CMYK33.13%0.00%21.88%
37.25%

Color #6BA07D in popluar number systems.

HEX6BA07D
Decimal107160125
Binary1101011101000001111101
Octal153240175

Shades and tints

Shades of #6BA07D

#6BA07D
(107,160,125)
#629272
(98,146,114)
#598467
(89,132,103)
#50765C
(80,118,92)
#476851
(71,104,81)
#3E5A46
(62,90,70)
#354C3B
(53,76,59)
#2C3E30
(44,62,48)
#233025
(35,48,37)
#1A221A
(26,34,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6BA07D

#6BA07D
(107,160,125)
#78A888
(120,168,136)
#85B093
(133,176,147)
#92B89E
(146,184,158)
#9FC0A9
(159,192,169)
#ACC8B4
(172,200,180)
#B9D0BF
(185,208,191)
#C6D8CA
(198,216,202)
#D3E0D5
(211,224,213)
#E0E8E0
(224,232,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA07D; }

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

This text font color is #6BA07D.


Background Color

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

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

This div background color is #6BA07D.


Border color

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

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

This div border color is #6BA07D.


Opacity

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

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

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

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

This text has shadow with #6BA07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA07D on black background.


Color preview on white background

This text has color #6BA07D on white background.



Black color preview on #6BA07D background

This text has black color on #6BA07D background.


White color preview on #6BA07D background

This text has white color on #6BA07D background.