COLOR #075B12

HEX: #075B12
RGB: (7,91,18)

Color info

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

RGB color model

#075B12 color RGB value is (7,91,18).

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

RGB channels and saturation

R 7 of 255 = 3%
G 91 of 255 = 36%
B 18 of 255 = 7%

7
91
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 91 + 18 = 116 (100%)
R 7 of 116 ~ 6.03%
G 91 of 116 ~ 78.45%
B 18 of 116 ~ 15.52%

%78.45
%15.52

CMYK color model

#075B12 color CMYK value is (92,0,80,64).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 80.22%
  • key color value is 64.31%
CMYK:
(92,0,80,64)
C92M0Y80K64 
(92%,0%,80%,64%)
(0.92/0.00/0.80/0.64)	

CMYK percentages

%92.31
%0
%80.22
%64.31

Codes

Color #075B12 in popluar color models

075B12
RGB79118
HSL128°85.71%19.22%
HSB/HSV128°92.31%35.69%
CMYK92.31%0.00%80.22%
64.31%

Color #075B12 in popluar number systems.

HEX075B12
Decimal79118
Binary111101101110010
Octal713322

Shades and tints

Shades of #075B12

#075B12
(7,91,18)
#075311
(7,83,17)
#074B10
(7,75,16)
#07430F
(7,67,15)
#073B0E
(7,59,14)
#07330D
(7,51,13)
#072B0C
(7,43,12)
#07230B
(7,35,11)
#071B0A
(7,27,10)
#071309
(7,19,9)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #075B12

#075B12
(7,91,18)
#1D6927
(29,105,39)
#33773C
(51,119,60)
#498551
(73,133,81)
#5F9366
(95,147,102)
#75A17B
(117,161,123)
#8BAF90
(139,175,144)
#A1BDA5
(161,189,165)
#B7CBBA
(183,203,186)
#CDD9CF
(205,217,207)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075B12; }

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

This text font color is #075B12.


Background Color

.myBgColor { background-color: #075B12; }

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

This div background color is #075B12.


Border color

.myBorderColor { border: 1px solid #075B12; }

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

This div border color is #075B12.


Opacity

.myOpacity80 { color: #075B12; opacity: 0.8; }

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

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

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

This text has shadow with #075B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075B12 on black background.


Color preview on white background

This text has color #075B12 on white background.



Black color preview on #075B12 background

This text has black color on #075B12 background.


White color preview on #075B12 background

This text has white color on #075B12 background.