COLOR #69A863

HEX: #69A863 RGB: (105,168,99)

Color info

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

RGB color model

#69A863 color RGB value is (105,168,99).

RGB: (105,168,99) (41%, 66%, 39%)

RGB channels and saturation

R 105 of 255 = 41%
G 168 of 255 = 66%
B 99 of 255 = 39%

105
168
99

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

Portions of RGB colors in percentages

R + G + B = 105 + 168 + 99 = 372 (100%)
R 105 of 372 ~ 28.23%
G 168 of 372 ~ 45.16%
B 99 of 372 ~ 26.61'%

%28.23
%45.16
%26.61

CMYK color model

#69A863 color CMYK value is (38,0,41,34).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 34.12%

CMYK: (38,0,41,34)
C38M0Y41K34 (38%, 0%, 41%, 34%)
(0.38 / 0.00 / 0.41 / 0.34)

CMYK percentages

%37.5
%0
%41.07
%34.12

Codes

Color #69A863 in popluar color models

69 A8 63
RGB 105 168 99
HSL 115° 28.40% 52.35%
HSB/HSV 115° 41.07% 65.88%
CMYK 37.50% 0.00% 41.07%
34.12%

Color #69A863 in popluar number systems.

HEX 69 A8 63
Decimal 105 168 99
Binary 1101001 10101000 1100011
Octal 151 250 143

Shades and tints

Shades of #69A863

#69A863
(105,168,99)
#60995A
(96,153,90)
#578A51
(87,138,81)
#4E7B48
(78,123,72)
#456C3F
(69,108,63)
#3C5D36
(60,93,54)
#334E2D
(51,78,45)
#2A3F24
(42,63,36)
#21301B
(33,48,27)
#182112
(24,33,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #69A863

#69A863
(105,168,99)
#76AF71
(118,175,113)
#83B67F
(131,182,127)
#90BD8D
(144,189,141)
#9DC49B
(157,196,155)
#AACBA9
(170,203,169)
#B7D2B7
(183,210,183)
#C4D9C5
(196,217,197)
#D1E0D3
(209,224,211)
#DEE7E1
(222,231,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A863 color. Also use rgb(105,168,99) instead hex code.

Text Font Color

.myTextColor { color: #69A863; }

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

This text font color is #69A863.

Background Color

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

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

This div background color is #69A863.

Border color

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

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

This div border color is #69A863.

Opacity

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

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

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

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

This text has shadow with #69A863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69A863.

Preview

Color preview on black background

This text has color #69A863 on black background.


Color preview on white background

This text has color #69A863 on white background.


Black color preview on #69A863 background

This text has black color on #69A863 background.


White color preview on #69A863 background

This text has white color on #69A863 background.


Related colors

Complementary color

Complementary color for #hex is #96579C.


I love getcolorcode.com

Triadic colors

1 #6369A8 and #A86369 with #69A863 are triadic colors.

2 #63A869 and #A86963 with #69A863 are triadic colors.