#9D997C

Color #9D997C Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #9D997C

Tints of Grey Olive #9D997C

Color information

#9D997C (or 0x9D997C) is unknown color: approx Grey Olive. HEX triplet: 9D, 99 and 7C. RGB value is (157,153,124). Sum of RGB (Red+Green+Blue) = 157+153+124=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D997C is #626683. Grayscale: #979797. Windows color (decimal): -6448772 or 8165789. OLE color: 8165789.

HSL color Cylindrical-coordinate representation of color #9D997C: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D997C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB157153124-
CMYK00.030.210.38
HSL52.73º14.41%55.1%-
HSV(B)52.73º21.02%61.57%-
XYZ28.9331.4123.61-
YUV150.89112.83132.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=36.18%
G=35.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715312400.030.210.3852.7314.4155.1
Hex9D997C03152635e37
Octal235231174032546651667
Binary10011101100110011111100011101011001101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D997C; }

 p { color: rgb(157,153,124); }

 H1.HeaderClassName
 {
   color: #9D997C;
 }
 .AnyTagClassName
 {
   color: #9D997C;
 }
</style>
background-color css

<style>
 a { background-color: #9D997C; }

 a { background-color: rgb(157,153,124); }

 div.DivClassName
 {
   background-color: #9D997C;
 }
 .BgClassName
 {
   background-color: #9D997C;
 }
</style>
border-color css

<style>
 span { border-color: #9D997C; }

 span { border-color: rgb(157,153,124); }

 td.TdClassName
 {
   border-color: #9D997C;
 }
 .TagClassName
 {
   border-color: #9D997C;
 }
</style>