#9F9C82

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

Shades of Grey Olive #9F9C82

Tints of Grey Olive #9F9C82

Color information

#9F9C82 (or 0x9F9C82) is unknown color: approx Grey Olive. HEX triplet: 9F, 9C and 82. RGB value is (159,156,130). Sum of RGB (Red+Green+Blue) = 159+156+130=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C82 is #60637D. Grayscale: #9A9A9A. Windows color (decimal): -6316926 or 8559775. OLE color: 8559775.

HSL color Cylindrical-coordinate representation of color #9F9C82: hue angle of 53.79º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9C82 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159156130-
CMYK00.020.180.38
HSL53.79º13.12%56.67%-
HSV(B)53.79º18.24%62.35%-
XYZ30.2232.7625.85-
YUV153.93114.49131.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=35.73%
G=35.06%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915613000.020.180.3853.7913.1256.67
Hex9F9C8202122636d39
Octal237234202022246661571
Binary100111111001110010000010010100101001101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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