#9B987A

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

Shades of Grey Olive #9B987A

Tints of Grey Olive #9B987A

Color information

#9B987A (or 0x9B987A) is unknown color: approx Grey Olive. HEX triplet: 9B, 98 and 7A. RGB value is (155,152,122). Sum of RGB (Red+Green+Blue) = 155+152+122=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B987A is #646785. Grayscale: #959595. Windows color (decimal): -6580102 or 8034459. OLE color: 8034459.

HSL color Cylindrical-coordinate representation of color #9B987A: hue angle of 54.55º 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 #9B987A is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB155152122-
CMYK00.020.210.39
HSL54.55º14.16%54.31%-
HSV(B)54.55º21.29%60.78%-
XYZ28.2630.8322.87-
YUV149.48112.49131.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=36.13%
G=35.43%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515212200.020.210.3954.5514.1654.31
Hex9B987A02152737e36
Octal233230172022547671666
Binary10011011100110001111010010101011001111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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