COLOR #9BA762

HEX: #9BA762
RGB: (155,167,98)

Color info

#9BA762 contains mainly red and green colors. Web safe color of #9BA762 is #999966 (or #996).

RGB color model

#9BA762 color RGB value is (155,167,98).

  • red value is 155;
  • green value is 167;
  • blue value is 98.
RGB:
(155,167,98)
(61%,65%,38%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 98 of 255 = 38%

155
167
98

R + G + B ~ 55%. #9BA762 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 98 = 420 (100%)
R 155 of 420 ~ 36.9%
G 167 of 420 ~ 39.76%
B 98 of 420 ~ 23.33%

%36.9
%39.76
%23.33

CMYK color model

#9BA762 color CMYK value is (7,0,41,35).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 34.51%
CMYK:
(7,0,41,35)
C7M0Y41K35 
(7%,0%,41%,35%)
(0.07/0.00/0.41/0.35)	

CMYK percentages

%7.19
%0
%41.32
%34.51

Codes

Color #9BA762 in popluar color models

9BA762
RGB15516798
HSL70°28.16%51.96%
HSB/HSV70°41.32%65.49%
CMYK7.19%0.00%41.32%
34.51%

Color #9BA762 in popluar number systems.

HEX9BA762
Decimal15516798
Binary10011011101001111100010
Octal233247142

Shades and tints

Shades of #9BA762

#9BA762
(155,167,98)
#8D985A
(141,152,90)
#7F8952
(127,137,82)
#717A4A
(113,122,74)
#636B42
(99,107,66)
#555C3A
(85,92,58)
#474D32
(71,77,50)
#393E2A
(57,62,42)
#2B2F22
(43,47,34)
#1D201A
(29,32,26)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9BA762

#9BA762
(155,167,98)
#A4AF70
(164,175,112)
#ADB77E
(173,183,126)
#B6BF8C
(182,191,140)
#BFC79A
(191,199,154)
#C8CFA8
(200,207,168)
#D1D7B6
(209,215,182)
#DADFC4
(218,223,196)
#E3E7D2
(227,231,210)
#ECEFE0
(236,239,224)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA762 color. Also use rgb(155,167,98) instead hex code.

Text Font Color

.myTextColor { color: #9BA762; }

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

This text font color is #9BA762.


Background Color

.myBgColor { background-color: #9BA762; }

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

This div background color is #9BA762.


Border color

.myBorderColor { border: 1px solid #9BA762; }

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

This div border color is #9BA762.


Opacity

.myOpacity80 { color: #9BA762; opacity: 0.8; }

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

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

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

This text has shadow with #9BA762 color.

.textShadow {text-shadow: 3px 3px 1px #9BA762, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA762 on black background.


Color preview on white background

This text has color #9BA762 on white background.



Black color preview on #9BA762 background

This text has black color on #9BA762 background.


White color preview on #9BA762 background

This text has white color on #9BA762 background.