COLOR #7F9E09

HEX: #7F9E09 RGB: (127,158,9)

Color info

#7F9E09 contains mainly red and green colors. Web safe color of #7F9E09 is #669900 (or #690).

RGB color model

#7F9E09 color RGB value is (127,158,9).

RGB: (127,158,9) (50%, 62%, 4%)

RGB channels and saturation

R 127 of 255 = 50%
G 158 of 255 = 62%
B 9 of 255 = 4%

127
158
9

R + G + B ~ 39%. #7F9E09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 158 + 9 = 294 (100%)
R 127 of 294 ~ 43.2%
G 158 of 294 ~ 53.74%
B 9 of 294 ~ 3.06'%

%43.2
%53.74

CMYK color model

#7F9E09 color CMYK value is (20,0,94,38).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 94.30%
  • key color value is 38.04%
CMYK: (20,0,94,38) C20M0Y94K38 (20%,0%,94%,38%) (0.20/0.00/0.94/0.38) 

CMYK percentages

%19.62
%0
%94.3
%38.04

Codes

Color #7F9E09 in popluar color models

7F 9E 09
RGB 127 158 9
HSL 72° 89.22% 32.75%
HSB/HSV 72° 94.30% 61.96%
CMYK 19.62% 0.00% 94.30%
38.04%

Color #7F9E09 in popluar number systems.

HEX 7F 9E 09
Decimal 127 158 9
Binary 1111111 10011110 1001
Octal 177 236 11

Shades and tints

Shades of #7F9E09

#7F9E09
(127,158,9)
#749009
(116,144,9)
#698209
(105,130,9)
#5E7409
(94,116,9)
#536609
(83,102,9)
#485809
(72,88,9)
#3D4A09
(61,74,9)
#323C09
(50,60,9)
#272E09
(39,46,9)
#1C2009
(28,32,9)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #7F9E09

#7F9E09
(127,158,9)
#8AA61F
(138,166,31)
#95AE35
(149,174,53)
#A0B64B
(160,182,75)
#ABBE61
(171,190,97)
#B6C677
(182,198,119)
#C1CE8D
(193,206,141)
#CCD6A3
(204,214,163)
#D7DEB9
(215,222,185)
#E2E6CF
(226,230,207)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9E09 color. Also use rgb(127,158,9) instead hex code.

Text Font Color

.myTextColor { color: #7F9E09; }

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

This text font color is #7F9E09.

Background Color

.myBgColor { background-color: #7F9E09; }

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

This div background color is #7F9E09.

Border color

.myBorderColor { border: 1px solid #7F9E09; }

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

This div border color is #7F9E09.

Opacity

.myOpacity80 { color: #7F9E09; opacity: 0.8; }

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

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

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

This text has shadow with #7F9E09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9E09.

Preview

Color preview on black background

This text has color #7F9E09 on black background.


Color preview on white background

This text has color #7F9E09 on white background.


Black color preview on #7F9E09 background

This text has black color on #7F9E09 background.


White color preview on #7F9E09 background

This text has white color on #7F9E09 background.


Related colors

Complementary color

Complementary color for #hex is #8061F6.


I love getcolorcode.com

Triadic colors

1 #097F9E and #9E097F with #7F9E09 are triadic colors.

2 #099E7F and #9E7F09 with #7F9E09 are triadic colors.