COLOR #078826

HEX: #078826
RGB: (7,136,38)

Color info

#078826 contains mainly green color. Web safe color of #078826 is #009933 (or #093).

RGB color model

#078826 color RGB value is (7,136,38).

  • red value is 7;
  • green value is 136;
  • blue value is 38.
RGB:
(7,136,38)
(3%,53%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 136 of 255 = 53%
B 38 of 255 = 15%

7
136
38

R + G + B ~ 24%. #078826 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 136 + 38 = 181 (100%)
R 7 of 181 ~ 3.87%
G 136 of 181 ~ 75.14%
B 38 of 181 ~ 20.99%

%75.14
%20.99

CMYK color model

#078826 color CMYK value is (95,0,72,47).

  • cyan value is 94.85%
  • magenta value is 0.00%
  • yellow value is 72.06%
  • key color value is 46.67%
CMYK:
(95,0,72,47)
C95M0Y72K47 
(95%,0%,72%,47%)
(0.95/0.00/0.72/0.47)	

CMYK percentages

%94.85
%0
%72.06
%46.67

Codes

Color #078826 in popluar color models

078826
RGB713638
HSL134°90.21%28.04%
HSB/HSV134°94.85%53.33%
CMYK94.85%0.00%72.06%
46.67%

Color #078826 in popluar number systems.

HEX078826
Decimal713638
Binary11110001000100110
Octal721046

Shades and tints

Shades of #078826

#078826
(7,136,38)
#077C23
(7,124,35)
#077020
(7,112,32)
#07641D
(7,100,29)
#07581A
(7,88,26)
#074C17
(7,76,23)
#074014
(7,64,20)
#073411
(7,52,17)
#07280E
(7,40,14)
#071C0B
(7,28,11)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #078826

#078826
(7,136,38)
#1D9239
(29,146,57)
#339C4C
(51,156,76)
#49A65F
(73,166,95)
#5FB072
(95,176,114)
#75BA85
(117,186,133)
#8BC498
(139,196,152)
#A1CEAB
(161,206,171)
#B7D8BE
(183,216,190)
#CDE2D1
(205,226,209)
#E3ECE4
(227,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078826 color. Also use rgb(7,136,38) instead hex code.

Text Font Color

.myTextColor { color: #078826; }

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

This text font color is #078826.


Background Color

.myBgColor { background-color: #078826; }

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

This div background color is #078826.


Border color

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

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

This div border color is #078826.


Opacity

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

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

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

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

This text has shadow with #078826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078826 on black background.


Color preview on white background

This text has color #078826 on white background.



Black color preview on #078826 background

This text has black color on #078826 background.


White color preview on #078826 background

This text has white color on #078826 background.