#9B967F

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

Shades of Grey Olive #9B967F

Tints of Grey Olive #9B967F

Color information

#9B967F (or 0x9B967F) is unknown color: approx Grey Olive. HEX triplet: 9B, 96 and 7F. RGB value is (155,150,127). Sum of RGB (Red+Green+Blue) = 155+150+127=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B967F is #646980. Grayscale: #949494. Windows color (decimal): -6580609 or 8361627. OLE color: 8361627.

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

Color convert

RGB155150127-
CMYK00.030.180.39
HSL49.29º12.28%55.29%-
HSV(B)49.29º18.06%60.78%-
XYZ28.2530.3124.44-
YUV148.87115.66132.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 127 (50% from 255) = 29.40%
R=35.88%
G=34.72%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515012700.030.180.3949.2912.2855.29
Hex9B967F03122731c37
Octal233226177032247611467
Binary10011011100101101111111011100101001111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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