COLOR #006251

HEX: #006251 RGB: (0,98,81)

Color info

#006251 contains only green and blue colors. Web safe color of #006251 is #006666 (or #066).

RGB color model

#006251 color RGB value is (0,98,81).

RGB: (0,98,81) (0%, 38%, 32%)

RGB channels and saturation

R 0 of 255 = 0%
G 98 of 255 = 38%
B 81 of 255 = 32%

0
98
81

R + G + B ~ 23%. #006251 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 98 + 81 = 179 (100%)
R 0 of 179 ~ 0%
G 98 of 179 ~ 54.75%
B 81 of 179 ~ 45.25'%

%54.75
%45.25

CMYK color model

#006251 color CMYK value is (100,0,17,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 61.57%
CMYK: (100,0,17,62) C100M0Y17K62 (100%,0%,17%,62%) (1.00/0.00/0.17/0.62) 

CMYK percentages

%100
%0
%17.35
%61.57

Codes

Color #006251 in popluar color models

00 62 51
RGB 0 98 81
HSL 170° 100.00% 19.22%
HSB/HSV 170° 100.00% 38.43%
CMYK 100.00% 0.00% 17.35%
61.57%

Color #006251 in popluar number systems.

HEX 00 62 51
Decimal 0 98 81
Binary 0 1100010 1010001
Octal 0 142 121

Shades and tints

Shades of #006251

#006251
(0,98,81)
#005A4A
(0,90,74)
#005243
(0,82,67)
#004A3C
(0,74,60)
#004235
(0,66,53)
#003A2E
(0,58,46)
#003227
(0,50,39)
#002A20
(0,42,32)
#002219
(0,34,25)
#001A12
(0,26,18)
#00120B
(0,18,11)
#000000
(0,0,0)

Tints of #006251

#006251
(0,98,81)
#177060
(23,112,96)
#2E7E6F
(46,126,111)
#458C7E
(69,140,126)
#5C9A8D
(92,154,141)
#73A89C
(115,168,156)
#8AB6AB
(138,182,171)
#A1C4BA
(161,196,186)
#B8D2C9
(184,210,201)
#CFE0D8
(207,224,216)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006251 color. Also use rgb(0,98,81) instead hex code.

Text Font Color

.myTextColor { color: #006251; }

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

This text font color is #006251.

Background Color

.myBgColor { background-color: #006251; }

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

This div background color is #006251.

Border color

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

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

This div border color is #006251.

Opacity

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

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

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

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

This text has shadow with #006251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006251.

Preview

Color preview on black background

This text has color #006251 on black background.


Color preview on white background

This text has color #006251 on white background.


Black color preview on #006251 background

This text has black color on #006251 background.


White color preview on #006251 background

This text has white color on #006251 background.


Related colors

Complementary color

Complementary color for #hex is #FF9DAE.


I love getcolorcode.com

Triadic colors

1 #510062 and #625100 with #006251 are triadic colors.

2 #516200 and #620051 with #006251 are triadic colors.