#9B9785

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

Shades of Grey Olive #9B9785

Tints of Grey Olive #9B9785

Color information

#9B9785 (or 0x9B9785) is unknown color: approx Grey Olive. HEX triplet: 9B, 97 and 85. RGB value is (155,151,133). Sum of RGB (Red+Green+Blue) = 155+151+133=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9785 is #64687A. Grayscale: #969696. Windows color (decimal): -6580347 or 8755099. OLE color: 8755099.

HSL color Cylindrical-coordinate representation of color #9B9785: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9785 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155151133-
CMYK00.030.140.39
HSL49.09º9.91%56.47%-
HSV(B)49.09º14.19%60.78%-
XYZ28.8230.826.62-
YUV150.14118.33131.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=35.31%
G=34.40%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515113300.030.140.3949.099.9156.47
Hex9B978503E2731a38
Octal233227205031647611270
Binary10011011100101111000010101111101001111100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,133); }

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

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

 a { background-color: rgb(155,151,133); }

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

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

 span { border-color: rgb(155,151,133); }

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