COLOR #99A75D

HEX: #99A75D RGB: (153,167,93)

Color info

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

RGB color model

#99A75D color RGB value is (153,167,93).

RGB: (153,167,93) (60%, 65%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 93 of 255 = 36%

153
167
93

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

Portions of RGB colors in percentages

R + G + B = 153 + 167 + 93 = 413 (100%)
R 153 of 413 ~ 37.05%
G 167 of 413 ~ 40.44%
B 93 of 413 ~ 22.52'%

%37.05
%40.44
%22.52

CMYK color model

#99A75D color CMYK value is (8,0,44,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 44.31%
  • key color value is 34.51%
CMYK: (8,0,44,35) C8M0Y44K35 (8%,0%,44%,35%) (0.08/0.00/0.44/0.35) 

CMYK percentages

%8.38
%0
%44.31
%34.51

Codes

Color #99A75D in popluar color models

99 A7 5D
RGB 153 167 93
HSL 71° 29.60% 50.98%
HSB/HSV 71° 44.31% 65.49%
CMYK 8.38% 0.00% 44.31%
34.51%

Color #99A75D in popluar number systems.

HEX 99 A7 5D
Decimal 153 167 93
Binary 10011001 10100111 1011101
Octal 231 247 135

Shades and tints

Shades of #99A75D

#99A75D
(153,167,93)
#8C9855
(140,152,85)
#7F894D
(127,137,77)
#727A45
(114,122,69)
#656B3D
(101,107,61)
#585C35
(88,92,53)
#4B4D2D
(75,77,45)
#3E3E25
(62,62,37)
#312F1D
(49,47,29)
#242015
(36,32,21)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #99A75D

#99A75D
(153,167,93)
#A2AF6B
(162,175,107)
#ABB779
(171,183,121)
#B4BF87
(180,191,135)
#BDC795
(189,199,149)
#C6CFA3
(198,207,163)
#CFD7B1
(207,215,177)
#D8DFBF
(216,223,191)
#E1E7CD
(225,231,205)
#EAEFDB
(234,239,219)
#F3F7E9
(243,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A75D color. Also use rgb(153,167,93) instead hex code.

Text Font Color

.myTextColor { color: #99A75D; }

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

This text font color is #99A75D.

Background Color

.myBgColor { background-color: #99A75D; }

<div style="background-color:#99A75D">Inner text</div>

This div background color is #99A75D.

Border color

.myBorderColor { border: 1px solid #99A75D; }

<div style="border:3px solid #99A75D">Div</div>

This div border color is #99A75D.

Opacity

.myOpacity80 { color: #99A75D; opacity: 0.8; }

<p style="color:#99A75D;opacity:0.8;">80%</p>

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

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

This text has shadow with #99A75D color.


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

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

This text has shadow with #99A75D primary color and red secondary color.


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

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

This text has shadow with #99A75D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99A75D.

Preview

Color preview on black background

This text has color #99A75D on black background.


Color preview on white background

This text has color #99A75D on white background.


Black color preview on #99A75D background

This text has black color on #99A75D background.


White color preview on #99A75D background

This text has white color on #99A75D background.


Related colors

Complementary color

Complementary color for #hex is #6658A2.


I love getcolorcode.com

Triadic colors

1 #5D99A7 and #A75D99 with #99A75D are triadic colors.

2 #5DA799 and #A7995D with #99A75D are triadic colors.