COLOR #778A30

HEX: #778A30
RGB: (119,138,48)

Color info

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

RGB color model

#778A30 color RGB value is (119,138,48).

  • red value is 119;
  • green value is 138;
  • blue value is 48.
RGB:
(119,138,48)
(47%,54%,19%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 48 of 255 = 19%

119
138
48

R + G + B ~ 40%. #778A30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 48 = 305 (100%)
R 119 of 305 ~ 39.02%
G 138 of 305 ~ 45.25%
B 48 of 305 ~ 15.74%

%39.02
%45.25
%15.74

CMYK color model

#778A30 color CMYK value is (14,0,65,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 45.88%
CMYK:
(14,0,65,46)
C14M0Y65K46 
(14%,0%,65%,46%)
(0.14/0.00/0.65/0.46)	

CMYK percentages

%13.77
%0
%65.22
%45.88

Codes

Color #778A30 in popluar color models

778A30
RGB11913848
HSL73°48.39%36.47%
HSB/HSV73°65.22%54.12%
CMYK13.77%0.00%65.22%
45.88%

Color #778A30 in popluar number systems.

HEX778A30
Decimal11913848
Binary111011110001010110000
Octal16721260

Shades and tints

Shades of #778A30

#778A30
(119,138,48)
#6D7E2C
(109,126,44)
#637228
(99,114,40)
#596624
(89,102,36)
#4F5A20
(79,90,32)
#454E1C
(69,78,28)
#3B4218
(59,66,24)
#313614
(49,54,20)
#272A10
(39,42,16)
#1D1E0C
(29,30,12)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #778A30

#778A30
(119,138,48)
#839442
(131,148,66)
#8F9E54
(143,158,84)
#9BA866
(155,168,102)
#A7B278
(167,178,120)
#B3BC8A
(179,188,138)
#BFC69C
(191,198,156)
#CBD0AE
(203,208,174)
#D7DAC0
(215,218,192)
#E3E4D2
(227,228,210)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778A30 color. Also use rgb(119,138,48) instead hex code.

Text Font Color

.myTextColor { color: #778A30; }

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

This text font color is #778A30.


Background Color

.myBgColor { background-color: #778A30; }

<div style="background-color:#778A30">Inner text</div>

This div background color is #778A30.


Border color

.myBorderColor { border: 1px solid #778A30; }

<div style="border:3px solid #778A30">Div</div>

This div border color is #778A30.


Opacity

.myOpacity80 { color: #778A30; opacity: 0.8; }

<p style="color:#778A30;opacity:0.8;">80%</p>

Text with #778A30 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 #778A30;}

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

This text has shadow with #778A30 color.

.textShadow {text-shadow: 3px 3px 1px #778A30, 3px 3px 1px red;}

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

This text has shadow with #778A30 primary color and red secondary color.


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

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

This text has shadow with #778A30 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #778A30;
-webkit-box-shadow: 1px 1px 3px 2px #778A30;
box-shadow:1px 1px 3px 2px #778A30;">
Div content here</div>
This div box has shadow with color #778A30.

Preview

Color preview on black background

This text has color #778A30 on black background.


Color preview on white background

This text has color #778A30 on white background.



Black color preview on #778A30 background

This text has black color on #778A30 background.


White color preview on #778A30 background

This text has white color on #778A30 background.