COLOR #909F72

HEX: #909F72 RGB: (144,159,114)

Color info

#909F72 contains red, green and blue colors in about the same proportion. Web safe color of #909F72 is #999966 (or #996).

RGB color model

#909F72 color RGB value is (144,159,114).

RGB: (144,159,114) (56%, 62%, 45%)

RGB channels and saturation

R 144 of 255 = 56%
G 159 of 255 = 62%
B 114 of 255 = 45%

144
159
114

R + G + B ~ 54%. #909F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 159 + 114 = 417 (100%)
R 144 of 417 ~ 34.53%
G 159 of 417 ~ 38.13%
B 114 of 417 ~ 27.34'%

%34.53
%38.13
%27.34

CMYK color model

#909F72 color CMYK value is (9,0,28,38).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 37.65%

CMYK: (9,0,28,38)
C9M0Y28K38 (9%, 0%, 28%, 38%)
(0.09 / 0.00 / 0.28 / 0.38)

CMYK percentages

%9.43
%0
%28.3
%37.65

Codes

Color #909F72 in popluar color models

90 9F 72
RGB 144 159 114
HSL 80° 18.99% 53.53%
HSB/HSV 80° 28.30% 62.35%
CMYK 9.43% 0.00% 28.30%
37.65%

Color #909F72 in popluar number systems.

HEX 90 9F 72
Decimal 144 159 114
Binary 10010000 10011111 1110010
Octal 220 237 162

Shades and tints

Shades of #909F72

#909F72
(144,159,114)
#839168
(131,145,104)
#76835E
(118,131,94)
#697554
(105,117,84)
#5C674A
(92,103,74)
#4F5940
(79,89,64)
#424B36
(66,75,54)
#353D2C
(53,61,44)
#282F22
(40,47,34)
#1B2118
(27,33,24)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #909F72

#909F72
(144,159,114)
#9AA77E
(154,167,126)
#A4AF8A
(164,175,138)
#AEB796
(174,183,150)
#B8BFA2
(184,191,162)
#C2C7AE
(194,199,174)
#CCCFBA
(204,207,186)
#D6D7C6
(214,215,198)
#E0DFD2
(224,223,210)
#EAE7DE
(234,231,222)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909F72 color. Also use rgb(144,159,114) instead hex code.

Text Font Color

.myTextColor { color: #909F72; }

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

This text font color is #909F72.

Background Color

.myBgColor { background-color: #909F72; }

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

This div background color is #909F72.

Border color

.myBorderColor { border: 1px solid #909F72; }

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

This div border color is #909F72.

Opacity

.myOpacity80 { color: #909F72; opacity: 0.8; }

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

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

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

This text has shadow with #909F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #909F72.

Preview

Color preview on black background

This text has color #909F72 on black background.


Color preview on white background

This text has color #909F72 on white background.


Black color preview on #909F72 background

This text has black color on #909F72 background.


White color preview on #909F72 background

This text has white color on #909F72 background.


Related colors

Complementary color

Complementary color for #hex is #6F608D.


I love getcolorcode.com

Triadic colors

1 #72909F and #9F7290 with #909F72 are triadic colors.

2 #729F90 and #9F9072 with #909F72 are triadic colors.