COLOR #125216

HEX: #125216
RGB: (18,82,22)

Color info

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

RGB color model

#125216 color RGB value is (18,82,22).

  • red value is 18;
  • green value is 82;
  • blue value is 22.
RGB:
(18,82,22)
(7%,32%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 22 of 255 = 9%

18
82
22

R + G + B ~ 16%. #125216 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 22 = 122 (100%)
R 18 of 122 ~ 14.75%
G 82 of 122 ~ 67.21%
B 22 of 122 ~ 18.03%

%14.75
%67.21
%18.03

CMYK color model

#125216 color CMYK value is (78,0,73,68).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 67.84%
CMYK:
(78,0,73,68)
C78M0Y73K68 
(78%,0%,73%,68%)
(0.78/0.00/0.73/0.68)	

CMYK percentages

%78.05
%0
%73.17
%67.84

Codes

Color #125216 in popluar color models

125216
RGB188222
HSL124°64.00%19.61%
HSB/HSV124°78.05%32.16%
CMYK78.05%0.00%73.17%
67.84%

Color #125216 in popluar number systems.

HEX125216
Decimal188222
Binary10010101001010110
Octal2212226

Shades and tints

Shades of #125216

#125216
(18,82,22)
#114B14
(17,75,20)
#104412
(16,68,18)
#0F3D10
(15,61,16)
#0E360E
(14,54,14)
#0D2F0C
(13,47,12)
#0C280A
(12,40,10)
#0B2108
(11,33,8)
#0A1A06
(10,26,6)
#091304
(9,19,4)
#080C02
(8,12,2)
#000000
(0,0,0)

Tints of #125216

#125216
(18,82,22)
#27612B
(39,97,43)
#3C7040
(60,112,64)
#517F55
(81,127,85)
#668E6A
(102,142,106)
#7B9D7F
(123,157,127)
#90AC94
(144,172,148)
#A5BBA9
(165,187,169)
#BACABE
(186,202,190)
#CFD9D3
(207,217,211)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125216 color. Also use rgb(18,82,22) instead hex code.

Text Font Color

.myTextColor { color: #125216; }

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

This text font color is #125216.


Background Color

.myBgColor { background-color: #125216; }

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

This div background color is #125216.


Border color

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

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

This div border color is #125216.


Opacity

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

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

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

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

This text has shadow with #125216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125216 on black background.


Color preview on white background

This text has color #125216 on white background.



Black color preview on #125216 background

This text has black color on #125216 background.


White color preview on #125216 background

This text has white color on #125216 background.