COLOR #6AA075

HEX: #6AA075
RGB: (106,160,117)

Color info

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

RGB color model

#6AA075 color RGB value is (106,160,117).

  • red value is 106;
  • green value is 160;
  • blue value is 117.
RGB:
(106,160,117)
(42%,63%,46%)

RGB channels and saturation

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

106
160
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 160 + 117 = 383 (100%)
R 106 of 383 ~ 27.68%
G 160 of 383 ~ 41.78%
B 117 of 383 ~ 30.55%

%27.68
%41.78
%30.55

CMYK color model

#6AA075 color CMYK value is (34,0,27,37).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(34,0,27,37)
C34M0Y27K37 
(34%,0%,27%,37%)
(0.34/0.00/0.27/0.37)	

CMYK percentages

%33.75
%0
%26.88
%37.25

Codes

Color #6AA075 in popluar color models

6AA075
RGB106160117
HSL132°22.13%52.16%
HSB/HSV132°33.75%62.75%
CMYK33.75%0.00%26.88%
37.25%

Color #6AA075 in popluar number systems.

HEX6AA075
Decimal106160117
Binary1101010101000001110101
Octal152240165

Shades and tints

Shades of #6AA075

#6AA075
(106,160,117)
#61926B
(97,146,107)
#588461
(88,132,97)
#4F7657
(79,118,87)
#46684D
(70,104,77)
#3D5A43
(61,90,67)
#344C39
(52,76,57)
#2B3E2F
(43,62,47)
#223025
(34,48,37)
#19221B
(25,34,27)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6AA075

#6AA075
(106,160,117)
#77A881
(119,168,129)
#84B08D
(132,176,141)
#91B899
(145,184,153)
#9EC0A5
(158,192,165)
#ABC8B1
(171,200,177)
#B8D0BD
(184,208,189)
#C5D8C9
(197,216,201)
#D2E0D5
(210,224,213)
#DFE8E1
(223,232,225)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA075; }

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

This text font color is #6AA075.


Background Color

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

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

This div background color is #6AA075.


Border color

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

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

This div border color is #6AA075.


Opacity

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

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

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

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

This text has shadow with #6AA075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA075 on black background.


Color preview on white background

This text has color #6AA075 on white background.



Black color preview on #6AA075 background

This text has black color on #6AA075 background.


White color preview on #6AA075 background

This text has white color on #6AA075 background.