COLOR #075612

HEX: #075612
RGB: (7,86,18)

Color info

#075612 contains mainly green color. Web safe color of #075612 is #006600 (or #060).

RGB color model

#075612 color RGB value is (7,86,18).

  • red value is 7;
  • green value is 86;
  • blue value is 18.
RGB:
(7,86,18)
(3%,34%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 86 of 255 = 34%
B 18 of 255 = 7%

7
86
18

R + G + B ~ 15%. #075612 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 86 + 18 = 111 (100%)
R 7 of 111 ~ 6.31%
G 86 of 111 ~ 77.48%
B 18 of 111 ~ 16.22%

%77.48
%16.22

CMYK color model

#075612 color CMYK value is (92,0,79,66).

  • cyan value is 91.86%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 66.27%
CMYK:
(92,0,79,66)
C92M0Y79K66 
(92%,0%,79%,66%)
(0.92/0.00/0.79/0.66)	

CMYK percentages

%91.86
%0
%79.07
%66.27

Codes

Color #075612 in popluar color models

075612
RGB78618
HSL128°84.95%18.24%
HSB/HSV128°91.86%33.73%
CMYK91.86%0.00%79.07%
66.27%

Color #075612 in popluar number systems.

HEX075612
Decimal78618
Binary111101011010010
Octal712622

Shades and tints

Shades of #075612

#075612
(7,86,18)
#074F11
(7,79,17)
#074810
(7,72,16)
#07410F
(7,65,15)
#073A0E
(7,58,14)
#07330D
(7,51,13)
#072C0C
(7,44,12)
#07250B
(7,37,11)
#071E0A
(7,30,10)
#071709
(7,23,9)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #075612

#075612
(7,86,18)
#1D6527
(29,101,39)
#33743C
(51,116,60)
#498351
(73,131,81)
#5F9266
(95,146,102)
#75A17B
(117,161,123)
#8BB090
(139,176,144)
#A1BFA5
(161,191,165)
#B7CEBA
(183,206,186)
#CDDDCF
(205,221,207)
#E3ECE4
(227,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075612 color. Also use rgb(7,86,18) instead hex code.

Text Font Color

.myTextColor { color: #075612; }

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

This text font color is #075612.


Background Color

.myBgColor { background-color: #075612; }

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

This div background color is #075612.


Border color

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

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

This div border color is #075612.


Opacity

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

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

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

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

This text has shadow with #075612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075612 on black background.


Color preview on white background

This text has color #075612 on white background.



Black color preview on #075612 background

This text has black color on #075612 background.


White color preview on #075612 background

This text has white color on #075612 background.