#9B9684

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

Shades of Grey Olive #9B9684

Tints of Grey Olive #9B9684

Color information

#9B9684 (or 0x9B9684) is unknown color: approx Grey Olive. HEX triplet: 9B, 96 and 84. RGB value is (155,150,132). Sum of RGB (Red+Green+Blue) = 155+150+132=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9684 is #64697B. Grayscale: #959595. Windows color (decimal): -6580604 or 8689307. OLE color: 8689307.

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

Color convert

RGB155150132-
CMYK00.030.150.39
HSL46.96º10.31%56.27%-
HSV(B)46.96º14.84%60.78%-
XYZ28.5930.4526.2-
YUV149.44118.16131.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=35.47%
G=34.32%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515013200.030.150.3946.9610.3156.27
Hex9B968403F272fa38
Octal233226204031747571270
Binary10011011100101101000010001111111001111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,132); }

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

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

 a { background-color: rgb(155,150,132); }

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

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

 span { border-color: rgb(155,150,132); }

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