COLOR #69A764

HEX: #69A764 RGB: (105,167,100)

Color info

#69A764 contains mainly green color. Web safe color of #69A764 is #669966 (or #696).

RGB color model

#69A764 color RGB value is (105,167,100).

RGB: (105,167,100) (41%, 65%, 39%)

RGB channels and saturation

R 105 of 255 = 41%
G 167 of 255 = 65%
B 100 of 255 = 39%

105
167
100

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

Portions of RGB colors in percentages

R + G + B = 105 + 167 + 100 = 372 (100%)
R 105 of 372 ~ 28.23%
G 167 of 372 ~ 44.89%
B 100 of 372 ~ 26.88'%

%28.23
%44.89
%26.88

CMYK color model

#69A764 color CMYK value is (37,0,40,35).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%
CMYK: (37,0,40,35) C37M0Y40K35 (37%,0%,40%,35%) (0.37/0.00/0.40/0.35) 

CMYK percentages

%37.13
%0
%40.12
%34.51

Codes

Color #69A764 in popluar color models

69 A7 64
RGB 105 167 100
HSL 116° 27.57% 52.35%
HSB/HSV 116° 40.12% 65.49%
CMYK 37.13% 0.00% 40.12%
34.51%

Color #69A764 in popluar number systems.

HEX 69 A7 64
Decimal 105 167 100
Binary 1101001 10100111 1100100
Octal 151 247 144

Shades and tints

Shades of #69A764

#69A764
(105,167,100)
#60985B
(96,152,91)
#578952
(87,137,82)
#4E7A49
(78,122,73)
#456B40
(69,107,64)
#3C5C37
(60,92,55)
#334D2E
(51,77,46)
#2A3E25
(42,62,37)
#212F1C
(33,47,28)
#182013
(24,32,19)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #69A764

#69A764
(105,167,100)
#76AF72
(118,175,114)
#83B780
(131,183,128)
#90BF8E
(144,191,142)
#9DC79C
(157,199,156)
#AACFAA
(170,207,170)
#B7D7B8
(183,215,184)
#C4DFC6
(196,223,198)
#D1E7D4
(209,231,212)
#DEEFE2
(222,239,226)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A764 color. Also use rgb(105,167,100) instead hex code.

Text Font Color

.myTextColor { color: #69A764; }

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

This text font color is #69A764.

Background Color

.myBgColor { background-color: #69A764; }

<div style="background-color:#69A764">Inner text</div>

This div background color is #69A764.

Border color

.myBorderColor { border: 1px solid #69A764; }

<div style="border:3px solid #69A764">Div</div>

This div border color is #69A764.

Opacity

.myOpacity80 { color: #69A764; opacity: 0.8; }

<p style="color:#69A764;opacity:0.8;">80%</p>

Text with #69A764 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 #69A764;}

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

This text has shadow with #69A764 color.


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

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

This text has shadow with #69A764 primary color and red secondary color.


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

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

This text has shadow with #69A764 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #69A764.

Preview

Color preview on black background

This text has color #69A764 on black background.


Color preview on white background

This text has color #69A764 on white background.


Black color preview on #69A764 background

This text has black color on #69A764 background.


White color preview on #69A764 background

This text has white color on #69A764 background.


Related colors

Complementary color

Complementary color for #hex is #96589B.


I love getcolorcode.com

Triadic colors

1 #6469A7 and #A76469 with #69A764 are triadic colors.

2 #64A769 and #A76964 with #69A764 are triadic colors.