#9D987C

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

Shades of Grey Olive #9D987C

Tints of Grey Olive #9D987C

Color information

#9D987C (or 0x9D987C) is unknown color: approx Grey Olive. HEX triplet: 9D, 98 and 7C. RGB value is (157,152,124). Sum of RGB (Red+Green+Blue) = 157+152+124=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D987C is #626783. Grayscale: #969696. Windows color (decimal): -6449028 or 8165533. OLE color: 8165533.

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

Color convert

RGB157152124-
CMYK00.030.210.38
HSL50.91º14.41%55.1%-
HSV(B)50.91º21.02%61.57%-
XYZ28.7731.0823.55-
YUV150.3113.16132.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=36.26%
G=35.10%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715212400.030.210.3850.9114.4155.1
Hex9D987C03152633e37
Octal235230174032546631667
Binary10011101100110001111100011101011001101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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