#9C987F

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

Shades of Grey Olive #9C987F

Tints of Grey Olive #9C987F

Color information

#9C987F (or 0x9C987F) is unknown color: approx Grey Olive. HEX triplet: 9C, 98 and 7F. RGB value is (156,152,127). Sum of RGB (Red+Green+Blue) = 156+152+127=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C987F is #636780. Grayscale: #969696. Windows color (decimal): -6514561 or 8362140. OLE color: 8362140.

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

Color convert

RGB156152127-
CMYK00.030.190.39
HSL51.72º12.78%55.49%-
HSV(B)51.72º18.59%61.18%-
XYZ28.7731.0624.56-
YUV150.35114.83132.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 127 (50% from 255) = 29.20%
R=35.86%
G=34.94%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615212700.030.190.3951.7212.7855.49
Hex9C987F03132734d37
Octal234230177032347641567
Binary10011100100110001111111011100111001111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,127); }

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

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

 a { background-color: rgb(156,152,127); }

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

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

 span { border-color: rgb(156,152,127); }

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