#9B947A

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

Shades of Grey Olive #9B947A

Tints of Grey Olive #9B947A

Color information

#9B947A (or 0x9B947A) is unknown color: approx Grey Olive. HEX triplet: 9B, 94 and 7A. RGB value is (155,148,122). Sum of RGB (Red+Green+Blue) = 155+148+122=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B947A is #646B85. Grayscale: #939393. Windows color (decimal): -6581126 or 8033435. OLE color: 8033435.

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

Color convert

RGB155148122-
CMYK00.050.210.39
HSL47.27º14.16%54.31%-
HSV(B)47.27º21.29%60.78%-
XYZ27.6229.5522.66-
YUV147.13113.82133.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=36.47%
G=34.82%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514812200.050.210.3947.2714.1654.31
Hex9B947A0515272fe36
Octal233224172052547571666
Binary100110111001010011110100101101011001111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,122); }

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

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

 a { background-color: rgb(155,148,122); }

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

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

 span { border-color: rgb(155,148,122); }

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