#9C967F

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

Shades of Grey Olive #9C967F

Tints of Grey Olive #9C967F

Color information

#9C967F (or 0x9C967F) is unknown color: approx Grey Olive. HEX triplet: 9C, 96 and 7F. RGB value is (156,150,127). Sum of RGB (Red+Green+Blue) = 156+150+127=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C967F is #636980. Grayscale: #959595. Windows color (decimal): -6515073 or 8361628. OLE color: 8361628.

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

Color convert

RGB156150127-
CMYK00.040.190.39
HSL47.59º12.78%55.49%-
HSV(B)47.59º18.59%61.18%-
XYZ28.4530.4124.45-
YUV149.17115.49132.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 127 (50% from 255) = 29.33%
R=36.03%
G=34.64%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615012700.040.190.3947.5912.7855.49
Hex9C967F04132730d37
Octal234226177042347601567
Binary100111001001011011111110100100111001111100001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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