#9C967C

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

Shades of Grey Olive #9C967C

Tints of Grey Olive #9C967C

Color information

#9C967C (or 0x9C967C) is unknown color: approx Grey Olive. HEX triplet: 9C, 96 and 7C. RGB value is (156,150,124). Sum of RGB (Red+Green+Blue) = 156+150+124=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C967C is #636983. Grayscale: #949494. Windows color (decimal): -6515076 or 8165020. OLE color: 8165020.

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

Color convert

RGB156150124-
CMYK00.040.210.39
HSL48.75º13.91%54.9%-
HSV(B)48.75º20.51%61.18%-
XYZ28.2530.3423.44-
YUV148.83113.99133.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=36.28%
G=34.88%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615012400.040.210.3948.7513.9154.9
Hex9C967C04152731e37
Octal234226174042547611667
Binary100111001001011011111000100101011001111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,124); }

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

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

 a { background-color: rgb(156,150,124); }

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

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

 span { border-color: rgb(156,150,124); }

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