#9F957D

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

Shades of Grey Olive #9F957D

Tints of Grey Olive #9F957D

Color information

#9F957D (or 0x9F957D) is unknown color: approx Grey Olive. HEX triplet: 9F, 95 and 7D. RGB value is (159,149,125). Sum of RGB (Red+Green+Blue) = 159+149+125=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F957D is #606A82. Grayscale: #959595. Windows color (decimal): -6318723 or 8230303. OLE color: 8230303.

HSL color Cylindrical-coordinate representation of color #9F957D: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F957D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159149125-
CMYK00.060.210.38
HSL42.35º15.04%55.69%-
HSV(B)42.35º21.38%62.35%-
XYZ28.7530.3523.74-
YUV149.25114.31134.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=36.72%
G=34.41%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914912500.060.210.3842.3515.0455.69
Hex9F957D0615262af38
Octal237225175062546521770
Binary100111111001010111111010110101011001101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,125); }

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

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

 a { background-color: rgb(159,149,125); }

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

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

 span { border-color: rgb(159,149,125); }

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