COLOR #6BA359

HEX: #6BA359 RGB: (107,163,89)

Color info

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

RGB color model

#6BA359 color RGB value is (107,163,89).

RGB: (107,163,89) (42%, 64%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 89 of 255 = 35%

107
163
89

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

Portions of RGB colors in percentages

R + G + B = 107 + 163 + 89 = 359 (100%)
R 107 of 359 ~ 29.81%
G 163 of 359 ~ 45.4%
B 89 of 359 ~ 24.79'%

%29.81
%45.4
%24.79

CMYK color model

#6BA359 color CMYK value is (34,0,45,36).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 45.40%
  • key color value is 36.08%
CMYK: (34,0,45,36) C34M0Y45K36 (34%,0%,45%,36%) (0.34/0.00/0.45/0.36) 

CMYK percentages

%34.36
%0
%45.4
%36.08

Codes

Color #6BA359 in popluar color models

6B A3 59
RGB 107 163 89
HSL 105° 29.37% 49.41%
HSB/HSV 105° 45.40% 63.92%
CMYK 34.36% 0.00% 45.40%
36.08%

Color #6BA359 in popluar number systems.

HEX 6B A3 59
Decimal 107 163 89
Binary 1101011 10100011 1011001
Octal 153 243 131

Shades and tints

Shades of #6BA359

#6BA359
(107,163,89)
#629551
(98,149,81)
#598749
(89,135,73)
#507941
(80,121,65)
#476B39
(71,107,57)
#3E5D31
(62,93,49)
#354F29
(53,79,41)
#2C4121
(44,65,33)
#233319
(35,51,25)
#1A2511
(26,37,17)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #6BA359

#6BA359
(107,163,89)
#78AB68
(120,171,104)
#85B377
(133,179,119)
#92BB86
(146,187,134)
#9FC395
(159,195,149)
#ACCBA4
(172,203,164)
#B9D3B3
(185,211,179)
#C6DBC2
(198,219,194)
#D3E3D1
(211,227,209)
#E0EBE0
(224,235,224)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA359 color. Also use rgb(107,163,89) instead hex code.

Text Font Color

.myTextColor { color: #6BA359; }

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

This text font color is #6BA359.

Background Color

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

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

This div background color is #6BA359.

Border color

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

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

This div border color is #6BA359.

Opacity

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

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

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

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

This text has shadow with #6BA359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA359.

Preview

Color preview on black background

This text has color #6BA359 on black background.


Color preview on white background

This text has color #6BA359 on white background.


Black color preview on #6BA359 background

This text has black color on #6BA359 background.


White color preview on #6BA359 background

This text has white color on #6BA359 background.


Related colors

Complementary color

Complementary color for #hex is #945CA6.


I love getcolorcode.com

Triadic colors

1 #596BA3 and #A3596B with #6BA359 are triadic colors.

2 #59A36B and #A36B59 with #6BA359 are triadic colors.