COLOR #6BA65D

HEX: #6BA65D
RGB: (107,166,93)

Color info

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

RGB color model

#6BA65D color RGB value is (107,166,93).

  • red value is 107;
  • green value is 166;
  • blue value is 93.
RGB:
(107,166,93)
(42%,65%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 166 of 255 = 65%
B 93 of 255 = 36%

107
166
93

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

Portions of RGB colors in percentages

R + G + B =
107 + 166 + 93 = 366 (100%)
R 107 of 366 ~ 29.23%
G 166 of 366 ~ 45.36%
B 93 of 366 ~ 25.41%

%29.23
%45.36
%25.41

CMYK color model

#6BA65D color CMYK value is (36,0,44,35).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(36,0,44,35)
C36M0Y44K35 
(36%,0%,44%,35%)
(0.36/0.00/0.44/0.35)	

CMYK percentages

%35.54
%0
%43.98
%34.9

Codes

Color #6BA65D in popluar color models

6BA65D
RGB10716693
HSL108°29.08%50.78%
HSB/HSV108°43.98%65.10%
CMYK35.54%0.00%43.98%
34.90%

Color #6BA65D in popluar number systems.

HEX6BA65D
Decimal10716693
Binary1101011101001101011101
Octal153246135

Shades and tints

Shades of #6BA65D

#6BA65D
(107,166,93)
#629755
(98,151,85)
#59884D
(89,136,77)
#507945
(80,121,69)
#476A3D
(71,106,61)
#3E5B35
(62,91,53)
#354C2D
(53,76,45)
#2C3D25
(44,61,37)
#232E1D
(35,46,29)
#1A1F15
(26,31,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6BA65D

#6BA65D
(107,166,93)
#78AE6B
(120,174,107)
#85B679
(133,182,121)
#92BE87
(146,190,135)
#9FC695
(159,198,149)
#ACCEA3
(172,206,163)
#B9D6B1
(185,214,177)
#C6DEBF
(198,222,191)
#D3E6CD
(211,230,205)
#E0EEDB
(224,238,219)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA65D color. Also use rgb(107,166,93) instead hex code.

Text Font Color

.myTextColor { color: #6BA65D; }

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

This text font color is #6BA65D.


Background Color

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

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

This div background color is #6BA65D.


Border color

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

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

This div border color is #6BA65D.


Opacity

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

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

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

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

This text has shadow with #6BA65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA65D on black background.


Color preview on white background

This text has color #6BA65D on white background.



Black color preview on #6BA65D background

This text has black color on #6BA65D background.


White color preview on #6BA65D background

This text has white color on #6BA65D background.