COLOR #78AF2D

HEX: #78AF2D RGB: (120,175,45)

Color info

#78AF2D contains mainly red and green colors. Web safe color of #78AF2D is #669933 (or #693).

RGB color model

#78AF2D color RGB value is (120,175,45).

RGB: (120,175,45) (47%, 69%, 18%)

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 45 of 255 = 18%

120
175
45

R + G + B ~ 45%. #78AF2D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 175 + 45 = 340 (100%)
R 120 of 340 ~ 35.29%
G 175 of 340 ~ 51.47%
B 45 of 340 ~ 13.24'%

%35.29
%51.47
%13.24

CMYK color model

#78AF2D color CMYK value is (31,0,74,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 31.37%
CMYK: (31,0,74,31) C31M0Y74K31 (31%,0%,74%,31%) (0.31/0.00/0.74/0.31) 

CMYK percentages

%31.43
%0
%74.29
%31.37

Codes

Color #78AF2D in popluar color models

78 AF 2D
RGB 120 175 45
HSL 85° 59.09% 43.14%
HSB/HSV 85° 74.29% 68.63%
CMYK 31.43% 0.00% 74.29%
31.37%

Color #78AF2D in popluar number systems.

HEX 78 AF 2D
Decimal 120 175 45
Binary 1111000 10101111 101101
Octal 170 257 55

Shades and tints

Shades of #78AF2D

#78AF2D
(120,175,45)
#6EA029
(110,160,41)
#649125
(100,145,37)
#5A8221
(90,130,33)
#50731D
(80,115,29)
#466419
(70,100,25)
#3C5515
(60,85,21)
#324611
(50,70,17)
#28370D
(40,55,13)
#1E2809
(30,40,9)
#141905
(20,25,5)
#000000
(0,0,0)

Tints of #78AF2D

#78AF2D
(120,175,45)
#84B640
(132,182,64)
#90BD53
(144,189,83)
#9CC466
(156,196,102)
#A8CB79
(168,203,121)
#B4D28C
(180,210,140)
#C0D99F
(192,217,159)
#CCE0B2
(204,224,178)
#D8E7C5
(216,231,197)
#E4EED8
(228,238,216)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AF2D color. Also use rgb(120,175,45) instead hex code.

Text Font Color

.myTextColor { color: #78AF2D; }

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

This text font color is #78AF2D.

Background Color

.myBgColor { background-color: #78AF2D; }

<div style="background-color:#78AF2D">Inner text</div>

This div background color is #78AF2D.

Border color

.myBorderColor { border: 1px solid #78AF2D; }

<div style="border:3px solid #78AF2D">Div</div>

This div border color is #78AF2D.

Opacity

.myOpacity80 { color: #78AF2D; opacity: 0.8; }

<p style="color:#78AF2D;opacity:0.8;">80%</p>

Text with #78AF2D 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 #78AF2D;}

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

This text has shadow with #78AF2D color.


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

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

This text has shadow with #78AF2D primary color and red secondary color.


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

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

This text has shadow with #78AF2D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78AF2D.

Preview

Color preview on black background

This text has color #78AF2D on black background.


Color preview on white background

This text has color #78AF2D on white background.


Black color preview on #78AF2D background

This text has black color on #78AF2D background.


White color preview on #78AF2D background

This text has white color on #78AF2D background.


Related colors

Complementary color

Complementary color for #hex is #8750D2.


I love getcolorcode.com

Triadic colors

1 #2D78AF and #AF2D78 with #78AF2D are triadic colors.

2 #2DAF78 and #AF782D with #78AF2D are triadic colors.