COLOR #6BA075

HEX: #6BA075 RGB: (107,160,117)

Color info

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

RGB color model

#6BA075 color RGB value is (107,160,117).

RGB: (107,160,117) (42%, 63%, 46%)

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 117 of 255 = 46%

107
160
117

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

Portions of RGB colors in percentages

R + G + B = 107 + 160 + 117 = 384 (100%)
R 107 of 384 ~ 27.86%
G 160 of 384 ~ 41.67%
B 117 of 384 ~ 30.47'%

%27.86
%41.67
%30.47

CMYK color model

#6BA075 color CMYK value is (33,0,27,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%

CMYK: (33,0,27,37)
C33M0Y27K37 (33%, 0%, 27%, 37%)
(0.33 / 0.00 / 0.27 / 0.37)

CMYK percentages

%33.13
%0
%26.88
%37.25

Codes

Color #6BA075 in popluar color models

6B A0 75
RGB 107 160 117
HSL 131° 21.81% 52.35%
HSB/HSV 131° 33.13% 62.75%
CMYK 33.13% 0.00% 26.88%
37.25%

Color #6BA075 in popluar number systems.

HEX 6B A0 75
Decimal 107 160 117
Binary 1101011 10100000 1110101
Octal 153 240 165

Shades and tints

Shades of #6BA075

#6BA075
(107,160,117)
#62926B
(98,146,107)
#598461
(89,132,97)
#507657
(80,118,87)
#47684D
(71,104,77)
#3E5A43
(62,90,67)
#354C39
(53,76,57)
#2C3E2F
(44,62,47)
#233025
(35,48,37)
#1A221B
(26,34,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BA075

#6BA075
(107,160,117)
#78A881
(120,168,129)
#85B08D
(133,176,141)
#92B899
(146,184,153)
#9FC0A5
(159,192,165)
#ACC8B1
(172,200,177)
#B9D0BD
(185,208,189)
#C6D8C9
(198,216,201)
#D3E0D5
(211,224,213)
#E0E8E1
(224,232,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA075; }

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

This text font color is #6BA075.

Background Color

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

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

This div background color is #6BA075.

Border color

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

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

This div border color is #6BA075.

Opacity

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

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

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

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

This text has shadow with #6BA075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA075.

Preview

Color preview on black background

This text has color #6BA075 on black background.


Color preview on white background

This text has color #6BA075 on white background.


Black color preview on #6BA075 background

This text has black color on #6BA075 background.


White color preview on #6BA075 background

This text has white color on #6BA075 background.


Related colors

Complementary color

Complementary color for #hex is #945F8A.


I love getcolorcode.com

Triadic colors

1 #756BA0 and #A0756B with #6BA075 are triadic colors.

2 #75A06B and #A06B75 with #6BA075 are triadic colors.