COLOR #69B070

HEX: #69B070 RGB: (105,176,112)

Color info

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

RGB color model

#69B070 color RGB value is (105,176,112).

RGB: (105,176,112) (41%, 69%, 44%)

RGB channels and saturation

R 105 of 255 = 41%
G 176 of 255 = 69%
B 112 of 255 = 44%

105
176
112

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

Portions of RGB colors in percentages

R + G + B = 105 + 176 + 112 = 393 (100%)
R 105 of 393 ~ 26.72%
G 176 of 393 ~ 44.78%
B 112 of 393 ~ 28.5'%

%26.72
%44.78
%28.5

CMYK color model

#69B070 color CMYK value is (40,0,36,31).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 30.98%

CMYK: (40,0,36,31)
C40M0Y36K31 (40%, 0%, 36%, 31%)
(0.40 / 0.00 / 0.36 / 0.31)

CMYK percentages

%40.34
%0
%36.36
%30.98

Codes

Color #69B070 in popluar color models

69 B0 70
RGB 105 176 112
HSL 126° 31.00% 55.10%
HSB/HSV 126° 40.34% 69.02%
CMYK 40.34% 0.00% 36.36%
30.98%

Color #69B070 in popluar number systems.

HEX 69 B0 70
Decimal 105 176 112
Binary 1101001 10110000 1110000
Octal 151 260 160

Shades and tints

Shades of #69B070

#69B070
(105,176,112)
#60A066
(96,160,102)
#57905C
(87,144,92)
#4E8052
(78,128,82)
#457048
(69,112,72)
#3C603E
(60,96,62)
#335034
(51,80,52)
#2A402A
(42,64,42)
#213020
(33,48,32)
#182016
(24,32,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #69B070

#69B070
(105,176,112)
#76B77D
(118,183,125)
#83BE8A
(131,190,138)
#90C597
(144,197,151)
#9DCCA4
(157,204,164)
#AAD3B1
(170,211,177)
#B7DABE
(183,218,190)
#C4E1CB
(196,225,203)
#D1E8D8
(209,232,216)
#DEEFE5
(222,239,229)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B070 color. Also use rgb(105,176,112) instead hex code.

Text Font Color

.myTextColor { color: #69B070; }

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

This text font color is #69B070.

Background Color

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

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

This div background color is #69B070.

Border color

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

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

This div border color is #69B070.

Opacity

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

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

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

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

This text has shadow with #69B070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69B070.

Preview

Color preview on black background

This text has color #69B070 on black background.


Color preview on white background

This text has color #69B070 on white background.


Black color preview on #69B070 background

This text has black color on #69B070 background.


White color preview on #69B070 background

This text has white color on #69B070 background.


Related colors

Complementary color

Complementary color for #hex is #964F8F.


I love getcolorcode.com

Triadic colors

1 #7069B0 and #B07069 with #69B070 are triadic colors.

2 #70B069 and #B06970 with #69B070 are triadic colors.