#9F977F

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

Shades of Grey Olive #9F977F

Tints of Grey Olive #9F977F

Color information

#9F977F (or 0x9F977F) is unknown color: approx Grey Olive. HEX triplet: 9F, 97 and 7F. RGB value is (159,151,127). Sum of RGB (Red+Green+Blue) = 159+151+127=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F977F is #606880. Grayscale: #969696. Windows color (decimal): -6318209 or 8361887. OLE color: 8361887.

HSL color Cylindrical-coordinate representation of color #9F977F: hue angle of 45º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F977F is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159151127-
CMYK00.050.200.38
HSL45º14.29%56.08%-
HSV(B)45º20.13%62.35%-
XYZ29.231.0424.53-
YUV150.66114.65133.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 127 (50% from 255) = 29.06%
R=36.38%
G=34.55%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915112700.050.200.384514.2956.08
Hex9F977F0514262de38
Octal237227177052446551670
Binary100111111001011111111110101101001001101011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,127); }

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

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

 a { background-color: rgb(159,151,127); }

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

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

 span { border-color: rgb(159,151,127); }

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