COLOR #9ABB75

HEX: #9ABB75 RGB: (154,187,117)

Color info

#9ABB75 contains mainly red and green colors. Web safe color of #9ABB75 is #99CC66 (or #9C6).

RGB color model

#9ABB75 color RGB value is (154,187,117).

RGB: (154,187,117) (60%, 73%, 46%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 117 of 255 = 46%

154
187
117

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

Portions of RGB colors in percentages

R + G + B = 154 + 187 + 117 = 458 (100%)
R 154 of 458 ~ 33.62%
G 187 of 458 ~ 40.83%
B 117 of 458 ~ 25.55'%

%33.62
%40.83
%25.55

CMYK color model

#9ABB75 color CMYK value is (18,0,37,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 26.67%

CMYK: (18,0,37,27)
C18M0Y37K27 (18%, 0%, 37%, 27%)
(0.18 / 0.00 / 0.37 / 0.27)

CMYK percentages

%17.65
%0
%37.43
%26.67

Codes

Color #9ABB75 in popluar color models

9A BB 75
RGB 154 187 117
HSL 88° 33.98% 59.61%
HSB/HSV 88° 37.43% 73.33%
CMYK 17.65% 0.00% 37.43%
26.67%

Color #9ABB75 in popluar number systems.

HEX 9A BB 75
Decimal 154 187 117
Binary 10011010 10111011 1110101
Octal 232 273 165

Shades and tints

Shades of #9ABB75

#9ABB75
(154,187,117)
#8CAA6B
(140,170,107)
#7E9961
(126,153,97)
#708857
(112,136,87)
#62774D
(98,119,77)
#546643
(84,102,67)
#465539
(70,85,57)
#38442F
(56,68,47)
#2A3325
(42,51,37)
#1C221B
(28,34,27)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9ABB75

#9ABB75
(154,187,117)
#A3C181
(163,193,129)
#ACC78D
(172,199,141)
#B5CD99
(181,205,153)
#BED3A5
(190,211,165)
#C7D9B1
(199,217,177)
#D0DFBD
(208,223,189)
#D9E5C9
(217,229,201)
#E2EBD5
(226,235,213)
#EBF1E1
(235,241,225)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABB75 color. Also use rgb(154,187,117) instead hex code.

Text Font Color

.myTextColor { color: #9ABB75; }

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

This text font color is #9ABB75.

Background Color

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

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

This div background color is #9ABB75.

Border color

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

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

This div border color is #9ABB75.

Opacity

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

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

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

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

This text has shadow with #9ABB75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABB75.

Preview

Color preview on black background

This text has color #9ABB75 on black background.


Color preview on white background

This text has color #9ABB75 on white background.


Black color preview on #9ABB75 background

This text has black color on #9ABB75 background.


White color preview on #9ABB75 background

This text has white color on #9ABB75 background.


Related colors

Complementary color

Complementary color for #hex is #65448A.


I love getcolorcode.com

Triadic colors

1 #759ABB and #BB759A with #9ABB75 are triadic colors.

2 #75BB9A and #BB9A75 with #9ABB75 are triadic colors.