COLOR #6BA15F

HEX: #6BA15F RGB: (107,161,95)

Color info

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

RGB color model

#6BA15F color RGB value is (107,161,95).

RGB: (107,161,95) (42%, 63%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 95 of 255 = 37%

107
161
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 161 + 95 = 363 (100%)
R 107 of 363 ~ 29.48%
G 161 of 363 ~ 44.35%
B 95 of 363 ~ 26.17'%

%29.48
%44.35
%26.17

CMYK color model

#6BA15F color CMYK value is (34,0,41,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 36.86%
CMYK: (34,0,41,37) C34M0Y41K37 (34%,0%,41%,37%) (0.34/0.00/0.41/0.37) 

CMYK percentages

%33.54
%0
%40.99
%36.86

Codes

Color #6BA15F in popluar color models

6B A1 5F
RGB 107 161 95
HSL 109° 25.98% 50.20%
HSB/HSV 109° 40.99% 63.14%
CMYK 33.54% 0.00% 40.99%
36.86%

Color #6BA15F in popluar number systems.

HEX 6B A1 5F
Decimal 107 161 95
Binary 1101011 10100001 1011111
Octal 153 241 137

Shades and tints

Shades of #6BA15F

#6BA15F
(107,161,95)
#629357
(98,147,87)
#59854F
(89,133,79)
#507747
(80,119,71)
#47693F
(71,105,63)
#3E5B37
(62,91,55)
#354D2F
(53,77,47)
#2C3F27
(44,63,39)
#23311F
(35,49,31)
#1A2317
(26,35,23)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #6BA15F

#6BA15F
(107,161,95)
#78A96D
(120,169,109)
#85B17B
(133,177,123)
#92B989
(146,185,137)
#9FC197
(159,193,151)
#ACC9A5
(172,201,165)
#B9D1B3
(185,209,179)
#C6D9C1
(198,217,193)
#D3E1CF
(211,225,207)
#E0E9DD
(224,233,221)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA15F color. Also use rgb(107,161,95) instead hex code.

Text Font Color

.myTextColor { color: #6BA15F; }

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

This text font color is #6BA15F.

Background Color

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

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

This div background color is #6BA15F.

Border color

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

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

This div border color is #6BA15F.

Opacity

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

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

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

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

This text has shadow with #6BA15F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA15F.

Preview

Color preview on black background

This text has color #6BA15F on black background.


Color preview on white background

This text has color #6BA15F on white background.


Black color preview on #6BA15F background

This text has black color on #6BA15F background.


White color preview on #6BA15F background

This text has white color on #6BA15F background.


Related colors

Complementary color

Complementary color for #hex is #945EA0.


I love getcolorcode.com

Triadic colors

1 #5F6BA1 and #A15F6B with #6BA15F are triadic colors.

2 #5FA16B and #A16B5F with #6BA15F are triadic colors.