COLOR #92AD75

HEX: #92AD75 RGB: (146,173,117)

Color info

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

RGB color model

#92AD75 color RGB value is (146,173,117).

RGB: (146,173,117) (57%, 68%, 46%)

RGB channels and saturation

R 146 of 255 = 57%
G 173 of 255 = 68%
B 117 of 255 = 46%

146
173
117

R + G + B ~ 57%. #92AD75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 173 + 117 = 436 (100%)
R 146 of 436 ~ 33.49%
G 173 of 436 ~ 39.68%
B 117 of 436 ~ 26.83'%

%33.49
%39.68
%26.83

CMYK color model

#92AD75 color CMYK value is (16,0,32,32).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%

CMYK: (16,0,32,32)
C16M0Y32K32 (16%, 0%, 32%, 32%)
(0.16 / 0.00 / 0.32 / 0.32)

CMYK percentages

%15.61
%0
%32.37
%32.16

Codes

Color #92AD75 in popluar color models

92 AD 75
RGB 146 173 117
HSL 89° 25.45% 56.86%
HSB/HSV 89° 32.37% 67.84%
CMYK 15.61% 0.00% 32.37%
32.16%

Color #92AD75 in popluar number systems.

HEX 92 AD 75
Decimal 146 173 117
Binary 10010010 10101101 1110101
Octal 222 255 165

Shades and tints

Shades of #92AD75

#92AD75
(146,173,117)
#859E6B
(133,158,107)
#788F61
(120,143,97)
#6B8057
(107,128,87)
#5E714D
(94,113,77)
#516243
(81,98,67)
#445339
(68,83,57)
#37442F
(55,68,47)
#2A3525
(42,53,37)
#1D261B
(29,38,27)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #92AD75

#92AD75
(146,173,117)
#9BB481
(155,180,129)
#A4BB8D
(164,187,141)
#ADC299
(173,194,153)
#B6C9A5
(182,201,165)
#BFD0B1
(191,208,177)
#C8D7BD
(200,215,189)
#D1DEC9
(209,222,201)
#DAE5D5
(218,229,213)
#E3ECE1
(227,236,225)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92AD75 color. Also use rgb(146,173,117) instead hex code.

Text Font Color

.myTextColor { color: #92AD75; }

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

This text font color is #92AD75.

Background Color

.myBgColor { background-color: #92AD75; }

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

This div background color is #92AD75.

Border color

.myBorderColor { border: 1px solid #92AD75; }

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

This div border color is #92AD75.

Opacity

.myOpacity80 { color: #92AD75; opacity: 0.8; }

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

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

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

This text has shadow with #92AD75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92AD75.

Preview

Color preview on black background

This text has color #92AD75 on black background.


Color preview on white background

This text has color #92AD75 on white background.


Black color preview on #92AD75 background

This text has black color on #92AD75 background.


White color preview on #92AD75 background

This text has white color on #92AD75 background.


Related colors

Complementary color

Complementary color for #hex is #6D528A.


I love getcolorcode.com

Triadic colors

1 #7592AD and #AD7592 with #92AD75 are triadic colors.

2 #75AD92 and #AD9275 with #92AD75 are triadic colors.