COLOR #778500

HEX: #778500
RGB: (119,133,0)

Color info

#778500 contains only red and green colors. Web safe color of #778500 is #669900 (or #690).

RGB color model

#778500 color RGB value is (119,133,0).

  • red value is 119;
  • green value is 133;
  • blue value is 0.
RGB:
(119,133,0)
(47%,52%,0%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 0 of 255 = 0%

119
133
0

R + G + B ~ 33%. #778500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 0 = 252 (100%)
R 119 of 252 ~ 47.22%
G 133 of 252 ~ 52.78%
B 0 of 252 ~ 0%

%47.22
%52.78

CMYK color model

#778500 color CMYK value is (11,0,100,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 47.84%
CMYK:
(11,0,100,48)
C11M0Y100K48 
(11%,0%,100%,48%)
(0.11/0.00/1.00/0.48)	

CMYK percentages

%10.53
%0
%100
%47.84

Codes

Color #778500 in popluar color models

778500
RGB1191330
HSL66°100.00%26.08%
HSB/HSV66°100.00%52.16%
CMYK10.53%0.00%100.00%
47.84%

Color #778500 in popluar number systems.

HEX778500
Decimal1191330
Binary1110111100001010
Octal1672050

Shades and tints

Shades of #778500

#778500
(119,133,0)
#6D7900
(109,121,0)
#636D00
(99,109,0)
#596100
(89,97,0)
#4F5500
(79,85,0)
#454900
(69,73,0)
#3B3D00
(59,61,0)
#313100
(49,49,0)
#272500
(39,37,0)
#1D1900
(29,25,0)
#130D00
(19,13,0)
#000000
(0,0,0)

Tints of #778500

#778500
(119,133,0)
#839017
(131,144,23)
#8F9B2E
(143,155,46)
#9BA645
(155,166,69)
#A7B15C
(167,177,92)
#B3BC73
(179,188,115)
#BFC78A
(191,199,138)
#CBD2A1
(203,210,161)
#D7DDB8
(215,221,184)
#E3E8CF
(227,232,207)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778500 color. Also use rgb(119,133,0) instead hex code.

Text Font Color

.myTextColor { color: #778500; }

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

This text font color is #778500.


Background Color

.myBgColor { background-color: #778500; }

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

This div background color is #778500.


Border color

.myBorderColor { border: 1px solid #778500; }

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

This div border color is #778500.


Opacity

.myOpacity80 { color: #778500; opacity: 0.8; }

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

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

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

This text has shadow with #778500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778500 on black background.


Color preview on white background

This text has color #778500 on white background.



Black color preview on #778500 background

This text has black color on #778500 background.


White color preview on #778500 background

This text has white color on #778500 background.