#9F987C

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

Shades of Grey Olive #9F987C

Tints of Grey Olive #9F987C

Color information

#9F987C (or 0x9F987C) is unknown color: approx Grey Olive. HEX triplet: 9F, 98 and 7C. RGB value is (159,152,124). Sum of RGB (Red+Green+Blue) = 159+152+124=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F987C is #606783. Grayscale: #979797. Windows color (decimal): -6317956 or 8165535. OLE color: 8165535.

HSL color Cylindrical-coordinate representation of color #9F987C: hue angle of 48º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F987C is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159152124-
CMYK00.040.220.38
HSL48º15.42%55.49%-
HSV(B)48º22.01%62.35%-
XYZ29.1631.2823.57-
YUV150.9112.82133.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=36.55%
G=34.94%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915212400.040.220.384815.4255.49
Hex9F987C04162630f37
Octal237230174042646601767
Binary100111111001100011111000100101101001101100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,124); }

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

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

 a { background-color: rgb(159,152,124); }

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

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

 span { border-color: rgb(159,152,124); }

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