COLOR #69B478

HEX: #69B478 RGB: (105,180,120)

Color info

#69B478 contains mainly green color. Web safe color of #69B478 is #66CC66 (or #6C6).

RGB color model

#69B478 color RGB value is (105,180,120).

RGB: (105,180,120) (41%, 71%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 120 of 255 = 47%

105
180
120

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

Portions of RGB colors in percentages

R + G + B = 105 + 180 + 120 = 405 (100%)
R 105 of 405 ~ 25.93%
G 180 of 405 ~ 44.44%
B 120 of 405 ~ 29.63'%

%25.93
%44.44
%29.63

CMYK color model

#69B478 color CMYK value is (42,0,33,29).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (42,0,33,29)
C42M0Y33K29 (42%, 0%, 33%, 29%)
(0.42 / 0.00 / 0.33 / 0.29)

CMYK percentages

%41.67
%0
%33.33
%29.41

Codes

Color #69B478 in popluar color models

69 B4 78
RGB 105 180 120
HSL 132° 33.33% 55.88%
HSB/HSV 132° 41.67% 70.59%
CMYK 41.67% 0.00% 33.33%
29.41%

Color #69B478 in popluar number systems.

HEX 69 B4 78
Decimal 105 180 120
Binary 1101001 10110100 1111000
Octal 151 264 170

Shades and tints

Shades of #69B478

#69B478
(105,180,120)
#60A46E
(96,164,110)
#579464
(87,148,100)
#4E845A
(78,132,90)
#457450
(69,116,80)
#3C6446
(60,100,70)
#33543C
(51,84,60)
#2A4432
(42,68,50)
#213428
(33,52,40)
#18241E
(24,36,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #69B478

#69B478
(105,180,120)
#76BA84
(118,186,132)
#83C090
(131,192,144)
#90C69C
(144,198,156)
#9DCCA8
(157,204,168)
#AAD2B4
(170,210,180)
#B7D8C0
(183,216,192)
#C4DECC
(196,222,204)
#D1E4D8
(209,228,216)
#DEEAE4
(222,234,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B478 color. Also use rgb(105,180,120) instead hex code.

Text Font Color

.myTextColor { color: #69B478; }

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

This text font color is #69B478.

Background Color

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

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

This div background color is #69B478.

Border color

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

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

This div border color is #69B478.

Opacity

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

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

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

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

This text has shadow with #69B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69B478.

Preview

Color preview on black background

This text has color #69B478 on black background.


Color preview on white background

This text has color #69B478 on white background.


Black color preview on #69B478 background

This text has black color on #69B478 background.


White color preview on #69B478 background

This text has white color on #69B478 background.


Related colors

Complementary color

Complementary color for #hex is #964B87.


I love getcolorcode.com

Triadic colors

1 #7869B4 and #B47869 with #69B478 are triadic colors.

2 #78B469 and #B46978 with #69B478 are triadic colors.