COLOR #7F924B

HEX: #7F924B
RGB: (127,146,75)

Color info

#7F924B contains mainly red and green colors. Web safe color of #7F924B is #669933 (or #693).

RGB color model

#7F924B color RGB value is (127,146,75).

  • red value is 127;
  • green value is 146;
  • blue value is 75.
RGB:
(127,146,75)
(50%,57%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 75 of 255 = 29%

127
146
75

R + G + B ~ 45%. #7F924B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 75 = 348 (100%)
R 127 of 348 ~ 36.49%
G 146 of 348 ~ 41.95%
B 75 of 348 ~ 21.55%

%36.49
%41.95
%21.55

CMYK color model

#7F924B color CMYK value is (13,0,49,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 42.75%
CMYK:
(13,0,49,43)
C13M0Y49K43 
(13%,0%,49%,43%)
(0.13/0.00/0.49/0.43)	

CMYK percentages

%13.01
%0
%48.63
%42.75

Codes

Color #7F924B in popluar color models

7F924B
RGB12714675
HSL76°32.13%43.33%
HSB/HSV76°48.63%57.25%
CMYK13.01%0.00%48.63%
42.75%

Color #7F924B in popluar number systems.

HEX7F924B
Decimal12714675
Binary1111111100100101001011
Octal177222113

Shades and tints

Shades of #7F924B

#7F924B
(127,146,75)
#748545
(116,133,69)
#69783F
(105,120,63)
#5E6B39
(94,107,57)
#535E33
(83,94,51)
#48512D
(72,81,45)
#3D4427
(61,68,39)
#323721
(50,55,33)
#272A1B
(39,42,27)
#1C1D15
(28,29,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F924B

#7F924B
(127,146,75)
#8A9B5B
(138,155,91)
#95A46B
(149,164,107)
#A0AD7B
(160,173,123)
#ABB68B
(171,182,139)
#B6BF9B
(182,191,155)
#C1C8AB
(193,200,171)
#CCD1BB
(204,209,187)
#D7DACB
(215,218,203)
#E2E3DB
(226,227,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F924B color. Also use rgb(127,146,75) instead hex code.

Text Font Color

.myTextColor { color: #7F924B; }

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

This text font color is #7F924B.


Background Color

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

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

This div background color is #7F924B.


Border color

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

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

This div border color is #7F924B.


Opacity

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

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

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

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

This text has shadow with #7F924B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F924B on black background.


Color preview on white background

This text has color #7F924B on white background.



Black color preview on #7F924B background

This text has black color on #7F924B background.


White color preview on #7F924B background

This text has white color on #7F924B background.