#9C9782

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

Shades of Grey Olive #9C9782

Tints of Grey Olive #9C9782

Color information

#9C9782 (or 0x9C9782) is unknown color: approx Grey Olive. HEX triplet: 9C, 97 and 82. RGB value is (156,151,130). Sum of RGB (Red+Green+Blue) = 156+151+130=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9782 is #63687D. Grayscale: #969696. Windows color (decimal): -6514814 or 8558492. OLE color: 8558492.

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

Color convert

RGB156151130-
CMYK00.030.170.39
HSL48.46º11.61%56.08%-
HSV(B)48.46º16.67%61.18%-
XYZ28.8130.8125.55-
YUV150.1116.66132.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=35.70%
G=34.55%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615113000.030.170.3948.4611.6156.08
Hex9C978203112730c38
Octal234227202032147601470
Binary100111001001011110000010011100011001111100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,130); }

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

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

 a { background-color: rgb(156,151,130); }

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

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

 span { border-color: rgb(156,151,130); }

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