#9B937C

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

Shades of Grey Olive #9B937C

Tints of Grey Olive #9B937C

Color information

#9B937C (or 0x9B937C) is unknown color: approx Grey Olive. HEX triplet: 9B, 93 and 7C. RGB value is (155,147,124). Sum of RGB (Red+Green+Blue) = 155+147+124=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B937C is #646C83. Grayscale: #929292. Windows color (decimal): -6581380 or 8164251. OLE color: 8164251.

HSL color Cylindrical-coordinate representation of color #9B937C: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B937C is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB155147124-
CMYK00.050.20.39
HSL44.52º13.42%54.71%-
HSV(B)44.52º20%60.78%-
XYZ27.5929.2923.27-
YUV146.77115.15133.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=36.38%
G=34.51%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514712400.050.20.3944.5213.4254.71
Hex9B937C0514272dd37
Octal233223174052447551567
Binary100110111001001111111000101101001001111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,124); }

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

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

 a { background-color: rgb(155,147,124); }

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

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

 span { border-color: rgb(155,147,124); }

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